#216A77

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

Shades of Allports #216A77

Tints of Allports #216A77

Color information

#216A77 (or 0x216A77) is unknown color: approx Allports. HEX triplet: 21, 6A and 77. RGB value is (33,106,119). Sum of RGB (Red+Green+Blue) = 33+106+119=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #216A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A77 is #DE9588. Grayscale: #555555. Windows color (decimal): -14587273 or 7825953. OLE color: 7825953.

HSL color Cylindrical-coordinate representation of color #216A77: hue angle of 189.07º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216A77 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB33106119-
CMYK0.720.1100.53
HSL189.07º56.58%29.8%-
HSV(B)189.07º72.27%46.67%-
XYZ9.1111.9619.28-
YUV85.66146.8290.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 106 (41.80% from 255) = 41.09%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=12.79%
G=41.09%
B=46.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331061190.720.1100.53189.0756.5829.8
Hex216A7748B035bd391e
Octal41152167110130652757136
Binary100001110101011101111001000101101101011011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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