COLOR #2A52BE

HEX: #2A52BE RGB: (42,82,190)

Color info

#2A52BE contains mainly blue color. Web safe color of #2A52BE is #3366CC (or #36C).

RGB color model

#2A52BE color RGB value is (42,82,190).

RGB: (42,82,190) (16%, 32%, 75%)

RGB channels and saturation

R 42 of 255 = 16%
G 82 of 255 = 32%
B 190 of 255 = 75%

42
82
190

R + G + B ~ 41%. #2A52BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 42 + 82 + 190 = 314 (100%)
R 42 of 314 ~ 13.38%
G 82 of 314 ~ 26.11%
B 190 of 314 ~ 60.51'%

%13.38
%26.11
%60.51

CMYK color model

#2A52BE color CMYK value is (78,57,0,25).

  • cyan value is 77.89%
  • magenta value is 56.84%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (78,57,0,25)
C78M57Y0K25 (78%, 57%, 0%, 25%)
(0.78 / 0.57 / 0.00 / 0.25)

CMYK percentages

%77.89
%56.84
%0
%25.49

Codes

Color #2A52BE in popluar color models

2A 52 BE
RGB 42 82 190
HSL 224° 63.79% 45.49%
HSB/HSV 224° 77.89% 74.51%
CMYK 77.89% 56.84% 0.00%
25.49%

Color #2A52BE in popluar number systems.

HEX 2A 52 BE
Decimal 42 82 190
Binary 101010 1010010 10111110
Octal 52 122 276

Shades and tints

Shades of #2A52BE

#2A52BE
(42,82,190)
#274BAD
(39,75,173)
#24449C
(36,68,156)
#213D8B
(33,61,139)
#1E367A
(30,54,122)
#1B2F69
(27,47,105)
#182858
(24,40,88)
#152147
(21,33,71)
#121A36
(18,26,54)
#0F1325
(15,19,37)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #2A52BE

#2A52BE
(42,82,190)
#3D61C3
(61,97,195)
#5070C8
(80,112,200)
#637FCD
(99,127,205)
#768ED2
(118,142,210)
#899DD7
(137,157,215)
#9CACDC
(156,172,220)
#AFBBE1
(175,187,225)
#C2CAE6
(194,202,230)
#D5D9EB
(213,217,235)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A52BE color. Also use rgb(42,82,190) instead hex code.

Text Font Color

.myTextColor { color: #2A52BE; }

<p style="color:#2A52BE">This sample text font color is #2A52BE.</p>

This text font color is #2A52BE.

Background Color

.myBgColor { background-color: #2A52BE; }

<div style="background-color:#2A52BE">Inner text</div>

This div background color is #2A52BE.

Border color

.myBorderColor { border: 1px solid #2A52BE; }

<div style="border:3px solid #2A52BE">Div</div>

This div border color is #2A52BE.

Opacity

.myOpacity80 { color: #2A52BE; opacity: 0.8; }

<p style="color:#2A52BE;opacity:0.8;">80%</p>

Text with #2A52BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2A52BE;}

<p style="text-shadow: 3px 3px 1px #2A52BE">Text here.</p>

This text has shadow with #2A52BE color.


.textShadow {text-shadow: 3px 3px 1px #2A52BE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2A52BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #2A52BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2A52BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2A52BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #2A52BE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #2A52BE;
-webkit-box-shadow: 1px 1px 3px 2px #2A52BE;
box-shadow: 1px 1px 3px 2px #2A52BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2A52BE; -webkit-box-shadow: 1px 1px 3px 2px #2A52BE; box-shadow:1px 1px 3px 2px #2A52BE;">
Div content here
</div>

This div box has shadow with color #2A52BE.

Preview

Color preview on black background

This text has color #2A52BE on black background.


Color preview on white background

This text has color #2A52BE on white background.


Black color preview on #2A52BE background

This text has black color on #2A52BE background.


White color preview on #2A52BE background

This text has white color on #2A52BE background.


Related colors

Complementary color

Complementary color for #hex is #D5AD41.


I love getcolorcode.com

Gradients

Color #2A52BE is used in Cerulean Blue gradient.

Cerulean Blue


Triadic colors

1 #BE2A52 and #52BE2A with #2A52BE are triadic colors.

2 #BE522A and #522ABE with #2A52BE are triadic colors.