#216ABB

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

Shades of Denim #216ABB

Tints of Denim #216ABB

Color information

#216ABB (or 0x216ABB) is unknown color: approx Denim. HEX triplet: 21, 6A and BB. RGB value is (33,106,187). Sum of RGB (Red+Green+Blue) = 33+106+187=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #216ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216ABB is #DE9544. Grayscale: #5D5D5D. Windows color (decimal): -14587205 or 12282401. OLE color: 12282401.

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

Color convert

RGB33106187-
CMYK0.820.4300.27
HSL211.56º70%43.14%-
HSV(B)211.56º82.35%73.33%-
XYZ14.7514.2248.98-
YUV93.41180.8284.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.12%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 187 (73.44% from 255) = 57.36%
R=10.12%
G=32.52%
B=57.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331061870.820.4300.27211.567043.14
Hex216ABB522B01Bd4462b
Octal411522731225303332410653
Binary1000011101010101110111010010101011011011110101001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,106,187); }

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

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

 a { background-color: rgb(33,106,187); }

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

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

 span { border-color: rgb(33,106,187); }

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