#216A8B

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

Shades of Allports #216A8B

Tints of Allports #216A8B

Color information

#216A8B (or 0x216A8B) is unknown color: approx Allports. HEX triplet: 21, 6A and 8B. RGB value is (33,106,139). Sum of RGB (Red+Green+Blue) = 33+106+139=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #216A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216A8B is #DE9574. Grayscale: #575757. Windows color (decimal): -14587253 or 9136673. OLE color: 9136673.

HSL color Cylindrical-coordinate representation of color #216A8B: hue angle of 198.68º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #216A8B is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB33106139-
CMYK0.760.2400.45
HSL198.68º61.63%33.73%-
HSV(B)198.68º76.26%54.51%-
XYZ10.4412.526.29-
YUV87.94156.8288.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 139 (54.69% from 255) = 50%
R=11.87%
G=38.13%
B=50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331061390.760.2400.45198.6861.6333.73
Hex216A8B4C1802Dc73e22
Octal41152213114300553077642
Binary100001110101010001011100110011000010110111000111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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