Html Css Color HEX #2C5DAB Cerulean Blue

📋 copy color: '#2C5DAB'

red 44 ◦ green 93 ◦ blue 171

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

Shades of Cerulean Blue #2C5DAB

Tints of Cerulean Blue #2C5DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.52%

R = 14.29%
G = 30.19%
B = 55.52%

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

#2C5DAB (or 0x2C5DAB) is known color: Cerulean Blue. HEX triplet: 2C, 5D and AB. RGB value is (44,93,171). Sum of RGB (Red+Green+Blue) = 44+93+171=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C5DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5DAB is #D3A254. Grayscale: #565656. Windows color (decimal): -13869653 or 11230508. OLE color: 11230508.

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

Color convert

RGB 44 93 171 -
CMYK 0.74 0.46 0 0.33
HSL 216.85º 0.59% 0.42% -
HSV(B) 216.85º 0.74% 0.67% -
XYZ 12.3 11.3 40.06 -
YUV 87.24 175.27 97.16 -
System Red Green Blue C M Y K H S L
Decimal 44 93 171 0.74 0.46 0 0.33 216.85 0.59 0.42
Hex 2C 5D AB 4A 2E 0 21 D9 3B 2A
Octal 54 135 253 112 56 0 41 331 73 52
Binary 101100 1011101 10101011 1001010 101110 0 100001 11011001 111011 101010

Color Harmonies of #2C5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5DAB

Black with #2C5DAB

Text Example


Text Example

White with #2C5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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