#216CB0

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

Shades of Denim #216CB0

Tints of Denim #216CB0

Color information

#216CB0 (or 0x216CB0) is unknown color: approx Denim. HEX triplet: 21, 6C and B0. RGB value is (33,108,176). Sum of RGB (Red+Green+Blue) = 33+108+176=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 176 (69.14% from 255 or 55.52% from 317); Max value from RGB is 176 - color contains mainly: blue. Hex color #216CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216CB0 is #DE934F. Grayscale: #5C5C5C. Windows color (decimal): -14586704 or 11562017. OLE color: 11562017.

HSL color Cylindrical-coordinate representation of color #216CB0: hue angle of 208.53º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #216CB0 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB33108176-
CMYK0.810.3900.31
HSL208.53º68.42%40.98%-
HSV(B)208.53º81.25%69.02%-
XYZ13.8314.1843.08-
YUV93.33174.6584.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.41%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 176 (69.14% from 255) = 55.52%
R=10.41%
G=34.07%
B=55.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331081760.810.3900.31208.5368.4240.98
Hex216CB0512701Fd14429
Octal411542601214703732110451
Binary1000011101100101100001010001100111011111110100011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,108,176); }

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

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

 a { background-color: rgb(33,108,176); }

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

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

 span { border-color: rgb(33,108,176); }

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