Html Css Color HEX #2D4FAA Cerulean Blue

📋 copy color: '#2D4FAA'

red 45 ◦ green 79 ◦ blue 170

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

Shades of Cerulean Blue #2D4FAA

Tints of Cerulean Blue #2D4FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.82%

R = 15.31%
G = 26.87%
B = 57.82%

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

#2D4FAA (or 0x2D4FAA) is known color: Cerulean Blue. HEX triplet: 2D, 4F and AA. RGB value is (45,79,170). Sum of RGB (Red+Green+Blue) = 45+79+170=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D4FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D4FAA is #D2B055. Grayscale: #4E4E4E. Windows color (decimal): -13807702 or 11161389. OLE color: 11161389.

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

Color convert

RGB 45 79 170 -
CMYK 0.74 0.54 0 0.33
HSL 223.68º 0.58% 0.42% -
HSV(B) 223.68º 0.74% 0.67% -
XYZ 11.13 9.05 39.19 -
YUV 79.21 179.24 103.6 -
System Red Green Blue C M Y K H S L
Decimal 45 79 170 0.74 0.54 0 0.33 223.68 0.58 0.42
Hex 2D 4F AA 4A 36 0 21 E0 3A 2A
Octal 55 117 252 112 66 0 41 340 72 52
Binary 101101 1001111 10101010 1001010 110110 0 100001 11100000 111010 101010

Color Harmonies of #2D4FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4FAA

Black with #2D4FAA

Text Example


Text Example

White with #2D4FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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