Html Css Color HEX #2D5EAC Cerulean Blue

📋 copy color: '#2D5EAC'

red 45 ◦ green 94 ◦ blue 172

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

Shades of Cerulean Blue #2D5EAC

Tints of Cerulean Blue #2D5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.23%

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

R = 14.47%
G = 30.23%
B = 55.31%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2D5EAC (or 0x2D5EAC) is known color: Cerulean Blue. HEX triplet: 2D, 5E and AC. RGB value is (45,94,172). Sum of RGB (Red+Green+Blue) = 45+94+172=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D5EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5EAC is #D2A153. Grayscale: #575757. Windows color (decimal): -13803860 or 11296301. OLE color: 11296301.

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

Color convert

RGB 45 94 172 -
CMYK 0.74 0.45 0 0.33
HSL 216.85º 0.59% 0.43% -
HSV(B) 216.85º 0.74% 0.67% -
XYZ 12.53 11.54 40.6 -
YUV 88.24 175.27 97.16 -
System Red Green Blue C M Y K H S L
Decimal 45 94 172 0.74 0.45 0 0.33 216.85 0.59 0.43
Hex 2D 5E AC 4A 2D 0 21 D9 3B 2B
Octal 55 136 254 112 55 0 41 331 73 53
Binary 101101 1011110 10101100 1001010 101101 0 100001 11011001 111011 101011

Color Harmonies of #2D5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5EAC

Black with #2D5EAC

Text Example


Text Example

White with #2D5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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