Html Css Color HEX #2156AA Cerulean Blue

📋 copy color: '#2156AA'

red 33 ◦ green 86 ◦ blue 170

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

Shades of Cerulean Blue #2156AA

Tints of Cerulean Blue #2156AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.82%

R = 11.42%
G = 29.76%
B = 58.82%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2156AA (or 0x2156AA) is known color: Cerulean Blue. HEX triplet: 21, 56 and AA. RGB value is (33,86,170). Sum of RGB (Red+Green+Blue) = 33+86+170=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #2156AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2156AA is #DEA955. Grayscale: #4F4F4F. Windows color (decimal): -14592342 or 11163169. OLE color: 11163169.

HSL color Cylindrical-coordinate representation of color #2156AA: hue angle of 216.79º degrees, saturation: 0.67, 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 #2156AA is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 86 170 -
CMYK 0.81 0.49 0 0.33
HSL 216.79º 0.67% 0.4% -
HSV(B) 216.79º 0.81% 0.67% -
XYZ 11.21 9.88 39.35 -
YUV 79.73 178.94 94.67 -
System Red Green Blue C M Y K H S L
Decimal 33 86 170 0.81 0.49 0 0.33 216.79 0.67 0.4
Hex 21 56 AA 51 31 0 21 D9 43 28
Octal 41 126 252 121 61 0 41 331 103 50
Binary 100001 1010110 10101010 1010001 110001 0 100001 11011001 1000011 101000

Color Harmonies of #2156AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2156AA

Black with #2156AA

Text Example


Text Example

White with #2156AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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