#216C79

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

Shades of Allports #216C79

Tints of Allports #216C79

Color information

#216C79 (or 0x216C79) is unknown color: approx Allports. HEX triplet: 21, 6C and 79. RGB value is (33,108,121). Sum of RGB (Red+Green+Blue) = 33+108+121=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #216C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C79 is #DE9386. Grayscale: #565656. Windows color (decimal): -14586759 or 7957537. OLE color: 7957537.

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

Color convert

RGB33108121-
CMYK0.730.1100.53
HSL188.86º57.14%30.2%-
HSV(B)188.86º72.73%47.45%-
XYZ9.4412.4319.99-
YUV87.06147.1589.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 108 (42.58% from 255) = 41.22%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=12.60%
G=41.22%
B=46.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331081210.730.1100.53188.8657.1430.2
Hex216C7949B035bd391e
Octal41154171111130652757136
Binary100001110110011110011001001101101101011011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,108,121); }

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

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

 a { background-color: rgb(33,108,121); }

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

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

 span { border-color: rgb(33,108,121); }

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