#2D4CB2

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

Shades of Cerulean Blue #2D4CB2

Tints of Cerulean Blue #2D4CB2

Color information

#2D4CB2 (or 0x2D4CB2) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 4C and B2. RGB value is (45,76,178). Sum of RGB (Red+Green+Blue) = 45+76+178=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 178 (69.92% from 255 or 59.53% from 299); Max value from RGB is 178 - color contains mainly: blue. Hex color #2D4CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4CB2 is #D2B34D. Grayscale: #4D4D4D. Windows color (decimal): -13808462 or 11684909. OLE color: 11684909.

HSL color Cylindrical-coordinate representation of color #2D4CB2: hue angle of 226.02º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D4CB2 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4576178-
CMYK0.750.5700.30
HSL226.02º59.64%43.73%-
HSV(B)226.02º74.72%69.8%-
XYZ11.78.9443.23-
YUV78.36184.23104.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.05%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 178 (69.92% from 255) = 59.53%
R=15.05%
G=25.42%
B=59.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal45761780.750.5700.30226.0259.6443.73
Hex2D4CB24B3901Ee23c2c
Octal55114262113710363427454
Binary101101100110010110010100101111100101111011100010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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