#2156CC

Color #2156CC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2156CC

Tints of Cerulean Blue #2156CC

Color information

#2156CC (or 0x2156CC) is unknown color: approx Cerulean Blue. HEX triplet: 21, 56 and CC. RGB value is (33,86,204). Sum of RGB (Red+Green+Blue) = 33+86+204=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #2156CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2156CC is #DEA933. Grayscale: #535353. Windows color (decimal): -14592308 or 13391393. OLE color: 13391393.

HSL color Cylindrical-coordinate representation of color #2156CC: hue angle of 221.4º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2156CC is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3386204-
CMYK0.840.5800.2
HSL221.4º72.15%46.47%-
HSV(B)221.4º83.82%80%-
XYZ14.8511.3458.53-
YUV83.6195.9491.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.22%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 204 (80.08% from 255) = 63.16%
R=10.22%
G=26.63%
B=63.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33862040.840.5800.2221.472.1546.47
Hex2156CC543A014dd482e
Octal411263141247202433511056
Binary1000011010110110011001010100111010010100110111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2156CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2156CC;
 }
 .AnyTagClassName
 {
   color: #2156CC;
 }
</style>
background-color css

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

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

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

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

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

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