#217289

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

Shades of Allports #217289

Tints of Allports #217289

Color information

#217289 (or 0x217289) is unknown color: approx Allports. HEX triplet: 21, 72 and 89. RGB value is (33,114,137). Sum of RGB (Red+Green+Blue) = 33+114+137=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #217289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217289 is #DE8D76. Grayscale: #5C5C5C. Windows color (decimal): -14585207 or 9007649. OLE color: 9007649.

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

Color convert

RGB33114137-
CMYK0.760.1700.46
HSL193.27º61.18%33.33%-
HSV(B)193.27º75.91%53.73%-
XYZ11.1614.1625.81-
YUV92.4153.1685.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 137 (53.91% from 255) = 48.24%
R=11.62%
G=40.14%
B=48.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331141370.760.1700.46193.2761.1833.33
Hex2172894C1102Ec13d21
Octal41162211114210563017541
Binary100001111001010001001100110010001010111011000001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217289; }

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

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

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

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

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

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

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

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