#217457

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

Shades of Salem #217457

Tints of Salem #217457

Color information

#217457 (or 0x217457) is unknown color: approx Salem. HEX triplet: 21, 74 and 57. RGB value is (33,116,87). Sum of RGB (Red+Green+Blue) = 33+116+87=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #217457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217457 is #DE8BA8. Grayscale: #575757. Windows color (decimal): -14584745 or 5731361. OLE color: 5731361.

HSL color Cylindrical-coordinate representation of color #217457: hue angle of 159.04º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217457 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB3311687-
CMYK0.7200.250.55
HSL159.04º55.7%29.22%-
HSV(B)159.04º71.55%45.49%-
XYZ8.5913.511.17-
YUV87.88127.588.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 116 (45.70% from 255) = 49.15%
BLUE value IS 87 (34.38% from 255) = 36.86%
R=13.98%
G=49.15%
B=36.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33116870.7200.250.55159.0455.729.22
Hex21745748019379f381d
Octal41164127110031672377035
Binary1000011110100101011110010000110011101111001111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217457; }

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

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

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

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

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

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

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

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