#216EB8

Color #216EB8 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #216EB8

Tints of Denim #216EB8

Color information

#216EB8 (or 0x216EB8) is unknown color: approx Denim. HEX triplet: 21, 6E and B8. RGB value is (33,110,184). Sum of RGB (Red+Green+Blue) = 33+110+184=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 184 (72.27% from 255 or 56.27% from 327); Max value from RGB is 184 - color contains mainly: blue. Hex color #216EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216EB8 is #DE9147. Grayscale: #5F5F5F. Windows color (decimal): -14586184 or 12086817. OLE color: 12086817.

HSL color Cylindrical-coordinate representation of color #216EB8: hue angle of 209.4º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #216EB8 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB33110184-
CMYK0.820.4000.28
HSL209.4º69.59%42.55%-
HSV(B)209.4º82.07%72.16%-
XYZ14.8514.9447.45-
YUV95.41177.9983.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.09%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 184 (72.27% from 255) = 56.27%
R=10.09%
G=33.64%
B=56.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal331101840.820.4000.28209.469.5942.55
Hex216EB8522801Cd1462b
Octal411562701225003432110653
Binary1000011101110101110001010010101000011100110100011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216EB8; }

 p { color: rgb(33,110,184); }

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

<style>
 a { background-color: #216EB8; }

 a { background-color: rgb(33,110,184); }

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

<style>
 span { border-color: #216EB8; }

 span { border-color: rgb(33,110,184); }

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