Html Css Color HEX #2C5EAC Cerulean Blue

📋 copy color: '#2C5EAC'

red 44 ◦ green 94 ◦ blue 172

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

Shades of Cerulean Blue #2C5EAC

Tints of Cerulean Blue #2C5EAC

RGB

 RED value IS 44 (17.58% from 255) = 14.19%

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

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

R = 14.19%
G = 30.32%
B = 55.48%

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

#2C5EAC (or 0x2C5EAC) is known color: Cerulean Blue. HEX triplet: 2C, 5E and AC. RGB value is (44,94,172). Sum of RGB (Red+Green+Blue) = 44+94+172=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C5EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5EAC is #D3A153. Grayscale: #575757. Windows color (decimal): -13869396 or 11296300. OLE color: 11296300.

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

Color convert

RGB 44 94 172 -
CMYK 0.74 0.45 0 0.33
HSL 216.56º 0.59% 0.42% -
HSV(B) 216.56º 0.74% 0.67% -
XYZ 12.49 11.52 40.6 -
YUV 87.94 175.44 96.66 -
System Red Green Blue C M Y K H S L
Decimal 44 94 172 0.74 0.45 0 0.33 216.56 0.59 0.42
Hex 2C 5E AC 4A 2D 0 21 D9 3B 2A
Octal 54 136 254 112 55 0 41 331 73 52
Binary 101100 1011110 10101100 1001010 101101 0 100001 11011001 111011 101010

Color Harmonies of #2C5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5EAC

Black with #2C5EAC

Text Example


Text Example

White with #2C5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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