Html Css Color HEX #247253 Salem

📋 copy color: '#247253'

red 36 ◦ green 114 ◦ blue 83

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

Shades of Salem #247253

Tints of Salem #247253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.93%

 BLUE value IS 83 (32.81% from 255) = 35.62%

R = 15.45%
G = 48.93%
B = 35.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#247253 (or 0x247253) is known color: Salem. HEX triplet: 24, 72 and 53. RGB value is (36,114,83). Sum of RGB (Red+Green+Blue) = 36+114+83=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #247253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247253 is #DB8DAC. Grayscale: #575757. Windows color (decimal): -14388653 or 5468708. OLE color: 5468708.

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

Color convert

RGB 36 114 83 -
CMYK 0.68 0 0.27 0.55
HSL 156.15º 0.52% 0.29% -
HSV(B) 156.15º 0.68% 0.45% -
XYZ 8.31 13.03 10.26 -
YUV 87.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 36 114 83 0.68 0 0.27 0.55 156.15 0.52 0.29
Hex 24 72 53 44 0 1B 37 9C 34 1D
Octal 44 162 123 104 0 33 67 234 64 35
Binary 100100 1110010 1010011 1000100 0 11011 110111 10011100 110100 11101

Color Harmonies of #247253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247253

Black with #247253

Text Example


Text Example

White with #247253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247253; }

 p { color: rgb(36,114,83); }

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

background-color css

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

 a { background-color: rgb(36,114,83); }

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

border-color css

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

 span { border-color: rgb(36,114,83); }

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