#216CCC

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

Shades of Denim #216CCC

Tints of Denim #216CCC

Color information

#216CCC (or 0x216CCC) is unknown color: approx Denim. HEX triplet: 21, 6C and CC. RGB value is (33,108,204). Sum of RGB (Red+Green+Blue) = 33+108+204=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #216CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216CCC is #DE9333. Grayscale: #606060. Windows color (decimal): -14586676 or 13397025. OLE color: 13397025.

HSL color Cylindrical-coordinate representation of color #216CCC: hue angle of 213.68º 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 #216CCC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB33108204-
CMYK0.840.4700.2
HSL213.68º72.15%46.47%-
HSV(B)213.68º83.82%80%-
XYZ16.8915.4159.21-
YUV96.52188.6582.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.57%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 204 (80.08% from 255) = 59.13%
R=9.57%
G=31.30%
B=59.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331082040.840.4700.2213.6872.1546.47
Hex216CCC542F014d6482e
Octal411543141245702432611056
Binary1000011101100110011001010100101111010100110101101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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