#216B77

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

Shades of Allports #216B77

Tints of Allports #216B77

Color information

#216B77 (or 0x216B77) is unknown color: approx Allports. HEX triplet: 21, 6B and 77. RGB value is (33,107,119). Sum of RGB (Red+Green+Blue) = 33+107+119=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #216B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216B77 is #DE9488. Grayscale: #565656. Windows color (decimal): -14587017 or 7826209. OLE color: 7826209.

HSL color Cylindrical-coordinate representation of color #216B77: hue angle of 188.37º 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 #216B77 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB33107119-
CMYK0.720.1000.53
HSL188.37º56.58%29.8%-
HSV(B)188.37º72.27%46.67%-
XYZ9.2112.1719.32-
YUV86.24146.4890.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 107 (42.19% from 255) = 41.31%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=12.74%
G=41.31%
B=45.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331071190.720.1000.53188.3756.5829.8
Hex216B7748A035bc391e
Octal41153167110120652747136
Binary100001110101111101111001000101001101011011110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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