#217887

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

Shades of Allports #217887

Tints of Allports #217887

Color information

#217887 (or 0x217887) is unknown color: approx Allports. HEX triplet: 21, 78 and 87. RGB value is (33,120,135). Sum of RGB (Red+Green+Blue) = 33+120+135=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #217887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217887 is #DE8778. Grayscale: #5F5F5F. Windows color (decimal): -14583673 or 8878113. OLE color: 8878113.

HSL color Cylindrical-coordinate representation of color #217887: hue angle of 188.82º 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 #217887 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB33120135-
CMYK0.760.1100.47
HSL188.82º60.71%32.94%-
HSV(B)188.82º75.56%52.94%-
XYZ11.7215.5125.3-
YUV95.7150.1883.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.46%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 135 (53.12% from 255) = 46.88%
R=11.46%
G=41.67%
B=46.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal331201350.760.1100.47188.8260.7132.94
Hex2178874CB02Fbd3d21
Octal41170207114130572757541
Binary10000111110001000011110011001011010111110111101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217887; }

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

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

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

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

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

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

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

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