Html Css Color HEX #247C58 Salem

📋 copy color: '#247C58'

red 36 ◦ green 124 ◦ blue 88

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

Shades of Salem #247C58

Tints of Salem #247C58

RGB

 RED value IS 36 (14.45% from 255) = 14.52%

 GREEN value IS 124 (48.83% from 255) = 50%

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

R = 14.52%
G = 50%
B = 35.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#247C58 (or 0x247C58) is known color: Salem. HEX triplet: 24, 7C and 58. RGB value is (36,124,88). Sum of RGB (Red+Green+Blue) = 36+124+88=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #247C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247C58 is #DB83A7. Grayscale: #5D5D5D. Windows color (decimal): -14386088 or 5798948. OLE color: 5798948.

HSL color Cylindrical-coordinate representation of color #247C58: hue angle of 155.45º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247C58 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 124 88 -
CMYK 0.71 0 0.29 0.51
HSL 155.45º 0.55% 0.31% -
HSV(B) 155.45º 0.71% 0.49% -
XYZ 9.7 15.49 11.71 -
YUV 93.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 36 124 88 0.71 0 0.29 0.51 155.45 0.55 0.31
Hex 24 7C 58 47 0 1D 33 9B 37 1F
Octal 44 174 130 107 0 35 63 233 67 37
Binary 100100 1111100 1011000 1000111 0 11101 110011 10011011 110111 11111

Color Harmonies of #247C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C58

Black with #247C58

Text Example


Text Example

White with #247C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247C58; }

 p { color: rgb(36,124,88); }

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

background-color css

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

 a { background-color: rgb(36,124,88); }

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

border-color css

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

 span { border-color: rgb(36,124,88); }

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