#216F89

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

Shades of Allports #216F89

Tints of Allports #216F89

Color information

#216F89 (or 0x216F89) is unknown color: approx Allports. HEX triplet: 21, 6F and 89. RGB value is (33,111,137). Sum of RGB (Red+Green+Blue) = 33+111+137=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #216F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216F89 is #DE9076. Grayscale: #5A5A5A. Windows color (decimal): -14585975 or 9006881. OLE color: 9006881.

HSL color Cylindrical-coordinate representation of color #216F89: hue angle of 195º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #216F89 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB33111137-
CMYK0.760.1900.46
HSL195º61.18%33.33%-
HSV(B)195º75.91%53.73%-
XYZ10.8313.525.7-
YUV90.64154.1686.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=11.74%
G=39.50%
B=48.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331111370.760.1900.4619561.1833.33
Hex216F894C1302Ec33d21
Octal41157211114230563037541
Binary100001110111110001001100110010011010111011000011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,111,137); }

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

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

 a { background-color: rgb(33,111,137); }

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

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

 span { border-color: rgb(33,111,137); }

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