Html Css Color HEX #2156AC Cerulean Blue

📋 copy color: '#2156AC'

red 33 ◦ green 86 ◦ blue 172

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

Shades of Cerulean Blue #2156AC

Tints of Cerulean Blue #2156AC

RGB

 RED value IS 33 (13.28% from 255) = 11.34%

 GREEN value IS 86 (33.98% from 255) = 29.55%

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

R = 11.34%
G = 29.55%
B = 59.11%

CMYK

 C value IS 0.81

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2156AC (or 0x2156AC) is known color: Cerulean Blue. HEX triplet: 21, 56 and AC. RGB value is (33,86,172). Sum of RGB (Red+Green+Blue) = 33+86+172=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #2156AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2156AC is #DEA953. Grayscale: #4F4F4F. Windows color (decimal): -14592340 or 11294241. OLE color: 11294241.

HSL color Cylindrical-coordinate representation of color #2156AC: hue angle of 217.12º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2156AC is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 86 172 -
CMYK 0.81 0.5 0 0.33
HSL 217.12º 0.68% 0.4% -
HSV(B) 217.12º 0.81% 0.67% -
XYZ 11.4 9.96 40.35 -
YUV 79.96 179.94 94.51 -
System Red Green Blue C M Y K H S L
Decimal 33 86 172 0.81 0.5 0 0.33 217.12 0.68 0.4
Hex 21 56 AC 51 32 0 21 D9 44 28
Octal 41 126 254 121 62 0 41 331 104 50
Binary 100001 1010110 10101100 1010001 110010 0 100001 11011001 1000100 101000

Color Harmonies of #2156AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2156AC

Black with #2156AC

Text Example


Text Example

White with #2156AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2156AC; }

 p { color: rgb(33,86,172); }

 H1.HeaderClassName
 {
   color: #2156AC;
 }
 .AnyTagClassName
 {
   color: #2156AC;
 }
</style>

background-color css

<style>
 a { background-color: #2156AC; }

 a { background-color: rgb(33,86,172); }

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

border-color css

<style>
 span { border-color: #2156AC; }

 span { border-color: rgb(33,86,172); }

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