Html Css Color HEX #247B53 Salem

📋 copy color: '#247B53'

red 36 ◦ green 123 ◦ blue 83

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

Shades of Salem #247B53

Tints of Salem #247B53

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50.83%

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

R = 14.88%
G = 50.83%
B = 34.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#247B53 (or 0x247B53) is known color: Salem. HEX triplet: 24, 7B and 53. RGB value is (36,123,83). Sum of RGB (Red+Green+Blue) = 36+123+83=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #247B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247B53 is #DB84AC. Grayscale: #5C5C5C. Windows color (decimal): -14386349 or 5471012. OLE color: 5471012.

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

Color convert

RGB 36 123 83 -
CMYK 0.71 0 0.33 0.52
HSL 152.41º 0.55% 0.31% -
HSV(B) 152.41º 0.71% 0.48% -
XYZ 9.37 15.17 10.62 -
YUV 92.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 36 123 83 0.71 0 0.33 0.52 152.41 0.55 0.31
Hex 24 7B 53 47 0 21 34 98 37 1F
Octal 44 173 123 107 0 41 64 230 67 37
Binary 100100 1111011 1010011 1000111 0 100001 110100 10011000 110111 11111

Color Harmonies of #247B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247B53

Black with #247B53

Text Example


Text Example

White with #247B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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