#277457

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

Shades of Salem #277457

Tints of Salem #277457

Color information

#277457 (or 0x277457) is unknown color: approx Salem. HEX triplet: 27, 74 and 57. RGB value is (39,116,87). Sum of RGB (Red+Green+Blue) = 39+116+87=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #277457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277457 is #D88BA8. Grayscale: #595959. Windows color (decimal): -14191529 or 5731367. OLE color: 5731367.

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

Color convert

RGB3911687-
CMYK0.6600.250.55
HSL157.4º49.68%30.39%-
HSV(B)157.4º66.38%45.49%-
XYZ8.813.6111.18-
YUV89.67126.4991.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 116 (45.70% from 255) = 47.93%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=16.12%
G=47.93%
B=35.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39116870.6600.250.55157.449.6830.39
Hex27745742019379d321e
Octal47164127102031672356236
Binary1001111110100101011110000100110011101111001110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277457; }

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

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

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

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

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

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

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

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