#216587

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

Shades of Allports #216587

Tints of Allports #216587

Color information

#216587 (or 0x216587) is unknown color: approx Allports. HEX triplet: 21, 65 and 87. RGB value is (33,101,135). Sum of RGB (Red+Green+Blue) = 33+101+135=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #216587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216587 is #DE9A78. Grayscale: #545454. Windows color (decimal): -14588537 or 8873249. OLE color: 8873249.

HSL color Cylindrical-coordinate representation of color #216587: hue angle of 200º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #216587 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB33101135-
CMYK0.760.2500.47
HSL200º60.71%32.94%-
HSV(B)200º75.56%52.94%-
XYZ9.6511.3824.61-
YUV84.54156.4791.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 135 (53.12% from 255) = 50.19%
R=12.27%
G=37.55%
B=50.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal331011350.760.2500.4720060.7132.94
Hex2165874C1902Fc83d21
Octal41145207114310573107541
Binary100001110010110000111100110011001010111111001000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216587; }

 p { color: rgb(33,101,135); }

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

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

 a { background-color: rgb(33,101,135); }

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

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

 span { border-color: rgb(33,101,135); }

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