Html Css Color HEX #2D4FAC Cerulean Blue

📋 copy color: '#2D4FAC'

red 45 ◦ green 79 ◦ blue 172

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

Shades of Cerulean Blue #2D4FAC

Tints of Cerulean Blue #2D4FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.69%

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

R = 15.2%
G = 26.69%
B = 58.11%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2D4FAC (or 0x2D4FAC) is known color: Cerulean Blue. HEX triplet: 2D, 4F and AC. RGB value is (45,79,172). Sum of RGB (Red+Green+Blue) = 45+79+172=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D4FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D4FAC is #D2B053. Grayscale: #4F4F4F. Windows color (decimal): -13807700 or 11292461. OLE color: 11292461.

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

Color convert

RGB 45 79 172 -
CMYK 0.74 0.54 0 0.33
HSL 223.94º 0.59% 0.43% -
HSV(B) 223.94º 0.74% 0.67% -
XYZ 11.32 9.13 40.19 -
YUV 79.44 180.24 103.44 -
System Red Green Blue C M Y K H S L
Decimal 45 79 172 0.74 0.54 0 0.33 223.94 0.59 0.43
Hex 2D 4F AC 4A 36 0 21 E0 3B 2B
Octal 55 117 254 112 66 0 41 340 73 53
Binary 101101 1001111 10101100 1001010 110110 0 100001 11100000 111011 101011

Color Harmonies of #2D4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4FAC

Black with #2D4FAC

Text Example


Text Example

White with #2D4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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