COLOR #2D5CCA

HEX: #2D5CCA RGB: (45,92,202)

Color info

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

RGB color model

#2D5CCA color RGB value is (45,92,202).

RGB: (45,92,202) (18%, 36%, 79%)

RGB channels and saturation

R 45 of 255 = 18%
G 92 of 255 = 36%
B 202 of 255 = 79%

45
92
202

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

Portions of RGB colors in percentages

R + G + B = 45 + 92 + 202 = 339 (100%)
R 45 of 339 ~ 13.27%
G 92 of 339 ~ 27.14%
B 202 of 339 ~ 59.59'%

%13.27
%27.14
%59.59

CMYK color model

#2D5CCA color CMYK value is (78,54,0,21).

  • cyan value is 77.72%
  • magenta value is 54.46%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (78,54,0,21)
C78M54Y0K21 (78%, 54%, 0%, 21%)
(0.78 / 0.54 / 0.00 / 0.21)

CMYK percentages

%77.72
%54.46
%0
%20.78

Codes

Color #2D5CCA in popluar color models

2D 5C CA
RGB 45 92 202
HSL 222° 63.56% 48.43%
HSB/HSV 222° 77.72% 79.22%
CMYK 77.72% 54.46% 0.00%
20.78%

Color #2D5CCA in popluar number systems.

HEX 2D 5C CA
Decimal 45 92 202
Binary 101101 1011100 11001010
Octal 55 134 312

Shades and tints

Shades of #2D5CCA

#2D5CCA
(45,92,202)
#2954B8
(41,84,184)
#254CA6
(37,76,166)
#214494
(33,68,148)
#1D3C82
(29,60,130)
#193470
(25,52,112)
#152C5E
(21,44,94)
#11244C
(17,36,76)
#0D1C3A
(13,28,58)
#091428
(9,20,40)
#050C16
(5,12,22)
#000000
(0,0,0)

Tints of #2D5CCA

#2D5CCA
(45,92,202)
#406ACE
(64,106,206)
#5378D2
(83,120,210)
#6686D6
(102,134,214)
#7994DA
(121,148,218)
#8CA2DE
(140,162,222)
#9FB0E2
(159,176,226)
#B2BEE6
(178,190,230)
#C5CCEA
(197,204,234)
#D8DAEE
(216,218,238)
#EBE8F2
(235,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5CCA color. Also use rgb(45,92,202) instead hex code.

Text Font Color

.myTextColor { color: #2D5CCA; }

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

This text font color is #2D5CCA.

Background Color

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

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

This div background color is #2D5CCA.

Border color

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

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

This div border color is #2D5CCA.

Opacity

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

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

Text with #2D5CCA 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 #2D5CCA;}

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

This text has shadow with #2D5CCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D5CCA.

Preview

Color preview on black background

This text has color #2D5CCA on black background.


Color preview on white background

This text has color #2D5CCA on white background.


Black color preview on #2D5CCA background

This text has black color on #2D5CCA background.


White color preview on #2D5CCA background

This text has white color on #2D5CCA background.


Related colors

Complementary color

Complementary color for #hex is #D2A335.


I love getcolorcode.com

Triadic colors

1 #CA2D5C and #5CCA2D with #2D5CCA are triadic colors.

2 #CA5C2D and #5C2DCA with #2D5CCA are triadic colors.