Html Css Color HEX #297558 Salem

📋 copy color: '#297558'

red 41 ◦ green 117 ◦ blue 88

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

Shades of Salem #297558

Tints of Salem #297558

RGB

 RED value IS 41 (16.41% from 255) = 16.67%

 GREEN value IS 117 (46.09% from 255) = 47.56%

 BLUE value IS 88 (34.77% from 255) = 35.77%

R = 16.67%
G = 47.56%
B = 35.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#297558 (or 0x297558) is known color: Salem. HEX triplet: 29, 75 and 58. RGB value is (41,117,88). Sum of RGB (Red+Green+Blue) = 41+117+88=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #297558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297558 is #D68AA7. Grayscale: #5B5B5B. Windows color (decimal): -14060200 or 5797161. OLE color: 5797161.

HSL color Cylindrical-coordinate representation of color #297558: hue angle of 157.11º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297558 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 88 -
CMYK 0.65 0 0.25 0.54
HSL 157.11º 0.48% 0.31% -
HSV(B) 157.11º 0.65% 0.46% -
XYZ 9.04 13.9 11.44 -
YUV 90.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 41 117 88 0.65 0 0.25 0.54 157.11 0.48 0.31
Hex 29 75 58 41 0 19 36 9D 30 1F
Octal 51 165 130 101 0 31 66 235 60 37
Binary 101001 1110101 1011000 1000001 0 11001 110110 10011101 110000 11111

Color Harmonies of #297558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297558

Black with #297558

Text Example


Text Example

White with #297558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297558; }

 p { color: rgb(41,117,88); }

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

background-color css

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

 a { background-color: rgb(41,117,88); }

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

border-color css

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

 span { border-color: rgb(41,117,88); }

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