#2D4CB0

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

Shades of Cerulean Blue #2D4CB0

Tints of Cerulean Blue #2D4CB0

Color information

#2D4CB0 (or 0x2D4CB0) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 4C and B0. RGB value is (45,76,176). Sum of RGB (Red+Green+Blue) = 45+76+176=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 176 (69.14% from 255 or 59.26% from 297); Max value from RGB is 176 - color contains mainly: blue. Hex color #2D4CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4CB0 is #D2B34F. Grayscale: #4D4D4D. Windows color (decimal): -13808464 or 11553837. OLE color: 11553837.

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

Color convert

RGB4576176-
CMYK0.740.5700.31
HSL225.8º59.28%43.33%-
HSV(B)225.8º74.43%69.02%-
XYZ11.58.8642.18-
YUV78.13183.23104.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.15%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 176 (69.14% from 255) = 59.26%
R=15.15%
G=25.59%
B=59.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal45761760.740.5700.31225.859.2843.33
Hex2D4CB04A3901Fe23b2b
Octal55114260112710373427353
Binary101101100110010110000100101011100101111111100010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,76,176); }

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

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

 a { background-color: rgb(45,76,176); }

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

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

 span { border-color: rgb(45,76,176); }

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