#216A73

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

Shades of Allports #216A73

Tints of Allports #216A73

Color information

#216A73 (or 0x216A73) is unknown color: approx Allports. HEX triplet: 21, 6A and 73. RGB value is (33,106,115). Sum of RGB (Red+Green+Blue) = 33+106+115=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #216A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A73 is #DE958C. Grayscale: #555555. Windows color (decimal): -14587277 or 7563809. OLE color: 7563809.

HSL color Cylindrical-coordinate representation of color #216A73: hue angle of 186.59º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216A73 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB33106115-
CMYK0.710.0800.55
HSL186.59º55.41%29.02%-
HSV(B)186.59º71.3%45.1%-
XYZ8.8811.8718.04-
YUV85.2144.8290.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.99%
GREEN value IS 106 (41.80% from 255) = 41.73%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=12.99%
G=41.73%
B=45.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331061150.710.0800.55186.5955.4129.02
Hex216A73478037bb371d
Octal41152163107100672736735
Binary100001110101011100111000111100001101111011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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