#216A7B

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

Shades of Allports #216A7B

Tints of Allports #216A7B

Color information

#216A7B (or 0x216A7B) is unknown color: approx Allports. HEX triplet: 21, 6A and 7B. RGB value is (33,106,123). Sum of RGB (Red+Green+Blue) = 33+106+123=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #216A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A7B is #DE9584. Grayscale: #555555. Windows color (decimal): -14587269 or 8088097. OLE color: 8088097.

HSL color Cylindrical-coordinate representation of color #216A7B: hue angle of 191.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #216A7B is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB33106123-
CMYK0.730.1400.52
HSL191.33º57.69%30.59%-
HSV(B)191.33º73.17%48.24%-
XYZ9.3612.0620.57-
YUV86.11148.8290.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=12.60%
G=40.46%
B=46.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal331061230.730.1400.52191.3357.6930.59
Hex216A7B49E034bf3a1f
Octal41152173111160642777237
Binary100001110101011110111001001111001101001011111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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