Html Css Color HEX #257457 Salem

📋 copy color: '#257457'

red 37 ◦ green 116 ◦ blue 87

#257457
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #257457

Tints of Salem #257457

RGB

 RED value IS 37 (14.84% from 255) = 15.42%

 GREEN value IS 116 (45.7% from 255) = 48.33%

 BLUE value IS 87 (34.38% from 255) = 36.25%

R = 15.42%
G = 48.33%
B = 36.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#257457 (or 0x257457) is known color: Salem. HEX triplet: 25, 74 and 57. RGB value is (37,116,87). Sum of RGB (Red+Green+Blue) = 37+116+87=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #257457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257457 is #DA8BA8. Grayscale: #595959. Windows color (decimal): -14322601 or 5731365. OLE color: 5731365.

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

Color convert

RGB 37 116 87 -
CMYK 0.68 0 0.25 0.55
HSL 157.97º 0.52% 0.3% -
HSV(B) 157.97º 0.68% 0.45% -
XYZ 8.73 13.57 11.18 -
YUV 89.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 37 116 87 0.68 0 0.25 0.55 157.97 0.52 0.3
Hex 25 74 57 44 0 19 37 9E 34 1E
Octal 45 164 127 104 0 31 67 236 64 36
Binary 100101 1110100 1010111 1000100 0 11001 110111 10011110 110100 11110

Color Harmonies of #257457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257457

Black with #257457

Text Example


Text Example

White with #257457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257457; }

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

 H1.HeaderClassName
 {
   color: #257457;
 }
 .AnyTagClassName
 {
   color: #257457;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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