#2D4BAC

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

Shades of Cerulean Blue #2D4BAC

Tints of Cerulean Blue #2D4BAC

Color information

#2D4BAC (or 0x2D4BAC) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 4B and AC. RGB value is (45,75,172). Sum of RGB (Red+Green+Blue) = 45+75+172=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D4BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4BAC is #D2B453. Grayscale: #4C4C4C. Windows color (decimal): -13808724 or 11291437. OLE color: 11291437.

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

Color convert

RGB4575172-
CMYK0.740.5600.33
HSL225.83º58.53%42.55%-
HSV(B)225.83º73.84%67.45%-
XYZ11.048.5740.1-
YUV77.09181.56105.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.41%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 172 (67.58% from 255) = 58.90%
R=15.41%
G=25.68%
B=58.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45751720.740.5600.33225.8358.5342.55
Hex2D4BAC4A38021e23b2b
Octal55113254112700413427353
Binary1011011001011101011001001010111000010000111100010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,75,172); }

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

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

 a { background-color: rgb(45,75,172); }

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

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

 span { border-color: rgb(45,75,172); }

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