#247C58

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

Shades of Salem #247C58

Tints of Salem #247C58

Color information

#247C58 (or 0x247C58) is unknown color: approx 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

RGB3612488-
CMYK0.7100.290.51
HSL155.45º55%31.37%-
HSV(B)155.45º70.97%48.63%-
XYZ9.715.4911.71-
YUV93.58124.8586.93-

RGB Variations

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

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 (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36124880.7100.290.51155.455531.37
Hex247C584701D339b371f
Octal44174130107035632336737
Binary1001001111100101100010001110111011100111001101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>