#217489

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

Shades of Allports #217489

Tints of Allports #217489

Color information

#217489 (or 0x217489) is unknown color: approx Allports. HEX triplet: 21, 74 and 89. RGB value is (33,116,137). Sum of RGB (Red+Green+Blue) = 33+116+137=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #217489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217489 is #DE8B76. Grayscale: #5D5D5D. Windows color (decimal): -14584695 or 9008161. OLE color: 9008161.

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

Color convert

RGB33116137-
CMYK0.760.1500.46
HSL192.12º61.18%33.33%-
HSV(B)192.12º75.91%53.73%-
XYZ11.3914.6225.89-
YUV93.58152.584.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=11.54%
G=40.56%
B=47.90%

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
Decimal331161370.760.1500.46192.1261.1833.33
Hex2174894CF02Ec03d21
Octal41164211114170563007541
Binary10000111101001000100110011001111010111011000000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217489; }

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

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

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

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

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

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

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

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