Html Css Color HEX #2D4DAC Cerulean Blue

📋 copy color: '#2D4DAC'

red 45 ◦ green 77 ◦ blue 172

#2D4DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2D4DAC

Tints of Cerulean Blue #2D4DAC

RGB

 RED value IS 45 (17.97% from 255) = 15.31%

 GREEN value IS 77 (30.47% from 255) = 26.19%

 BLUE value IS 172 (67.58% from 255) = 58.5%

R = 15.31%
G = 26.19%
B = 58.5%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2D4DAC (or 0x2D4DAC) is known color: Cerulean Blue. HEX triplet: 2D, 4D and AC. RGB value is (45,77,172). Sum of RGB (Red+Green+Blue) = 45+77+172=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D4DAC is #D2B253. Grayscale: #4D4D4D. Windows color (decimal): -13808212 or 11291949. OLE color: 11291949.

HSL color Cylindrical-coordinate representation of color #2D4DAC: hue angle of 224.88º 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 #2D4DAC is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 77 172 -
CMYK 0.74 0.55 0 0.33
HSL 224.88º 0.59% 0.43% -
HSV(B) 224.88º 0.74% 0.67% -
XYZ 11.18 8.84 40.15 -
YUV 78.26 180.9 104.28 -
System Red Green Blue C M Y K H S L
Decimal 45 77 172 0.74 0.55 0 0.33 224.88 0.59 0.43
Hex 2D 4D AC 4A 37 0 21 E1 3B 2B
Octal 55 115 254 112 67 0 41 341 73 53
Binary 101101 1001101 10101100 1001010 110111 0 100001 11100001 111011 101011

Color Harmonies of #2D4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4DAC

Black with #2D4DAC

Text Example


Text Example

White with #2D4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D4DAC;
 }
 .AnyTagClassName
 {
   color: #2D4DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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