Html Css Color HEX #2C5DAC Cerulean Blue

📋 copy color: '#2C5DAC'

red 44 ◦ green 93 ◦ blue 172

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

Shades of Cerulean Blue #2C5DAC

Tints of Cerulean Blue #2C5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.1%

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

R = 14.24%
G = 30.1%
B = 55.66%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C5DAC (or 0x2C5DAC) is known color: Cerulean Blue. HEX triplet: 2C, 5D and AC. RGB value is (44,93,172). Sum of RGB (Red+Green+Blue) = 44+93+172=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C5DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5DAC is #D3A253. Grayscale: #565656. Windows color (decimal): -13869652 or 11296044. OLE color: 11296044.

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

Color convert

RGB 44 93 172 -
CMYK 0.74 0.46 0 0.33
HSL 217.03º 0.59% 0.42% -
HSV(B) 217.03º 0.74% 0.67% -
XYZ 12.4 11.34 40.57 -
YUV 87.36 175.77 97.08 -
System Red Green Blue C M Y K H S L
Decimal 44 93 172 0.74 0.46 0 0.33 217.03 0.59 0.42
Hex 2C 5D AC 4A 2E 0 21 D9 3B 2A
Octal 54 135 254 112 56 0 41 331 73 52
Binary 101100 1011101 10101100 1001010 101110 0 100001 11011001 111011 101010

Color Harmonies of #2C5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5DAC

Black with #2C5DAC

Text Example


Text Example

White with #2C5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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