#217589

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

Shades of Allports #217589

Tints of Allports #217589

Color information

#217589 (or 0x217589) is unknown color: approx Allports. HEX triplet: 21, 75 and 89. RGB value is (33,117,137). Sum of RGB (Red+Green+Blue) = 33+117+137=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #217589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217589 is #DE8A76. Grayscale: #5E5E5E. Windows color (decimal): -14584439 or 9008417. OLE color: 9008417.

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

Color convert

RGB33117137-
CMYK0.760.1500.46
HSL191.54º61.18%33.33%-
HSV(B)191.54º75.91%53.73%-
XYZ11.514.8525.93-
YUV94.16152.1784.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=11.50%
G=40.77%
B=47.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331171370.760.1500.46191.5461.1833.33
Hex2175894CF02Ec03d21
Octal41165211114170563007541
Binary10000111101011000100110011001111010111011000000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217589; }

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

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

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

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

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

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

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

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