#2D5DAD

Color #2D5DAD Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2D5DAD

Tints of Cerulean Blue #2D5DAD

Color information

#2D5DAD (or 0x2D5DAD) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 5D and AD. RGB value is (45,93,173). Sum of RGB (Red+Green+Blue) = 45+93+173=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D5DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5DAD is #D2A252. Grayscale: #575757. Windows color (decimal): -13804115 or 11361581. OLE color: 11361581.

HSL color Cylindrical-coordinate representation of color #2D5DAD: hue angle of 217.5º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D5DAD is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4593173-
CMYK0.740.4600.32
HSL217.5º58.72%42.75%-
HSV(B)217.5º73.99%67.84%-
XYZ12.5411.441.08-
YUV87.77176.197.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 14.47%
GREEN value IS 93 (36.72% from 255) = 29.90%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=14.47%
G=29.90%
B=55.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45931730.740.4600.32217.558.7242.75
Hex2D5DAD4A2E020da3b2b
Octal55135255112560403327353
Binary1011011011101101011011001010101110010000011011010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D5DAD; }

 p { color: rgb(45,93,173); }

 H1.HeaderClassName
 {
   color: #2D5DAD;
 }
 .AnyTagClassName
 {
   color: #2D5DAD;
 }
</style>
background-color css

<style>
 a { background-color: #2D5DAD; }

 a { background-color: rgb(45,93,173); }

 div.DivClassName
 {
   background-color: #2D5DAD;
 }
 .BgClassName
 {
   background-color: #2D5DAD;
 }
</style>
border-color css

<style>
 span { border-color: #2D5DAD; }

 span { border-color: rgb(45,93,173); }

 td.TdClassName
 {
   border-color: #2D5DAD;
 }
 .TagClassName
 {
   border-color: #2D5DAD;
 }
</style>