Html Css Color HEX #248277 Elm

📋 copy color: '#248277'

red 36 ◦ green 130 ◦ blue 119

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

Shades of Elm #248277

Tints of Elm #248277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 12.63%
G = 45.61%
B = 41.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#248277 (or 0x248277) is known color: Elm. HEX triplet: 24, 82 and 77. RGB value is (36,130,119). Sum of RGB (Red+Green+Blue) = 36+130+119=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #248277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248277 is #DB7D88. Grayscale: #646464. Windows color (decimal): -14384521 or 7832100. OLE color: 7832100.

HSL color Cylindrical-coordinate representation of color #248277: hue angle of 172.98º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248277 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 130 119 -
CMYK 0.72 0 0.08 0.49
HSL 172.98º 0.57% 0.33% -
HSV(B) 172.98º 0.72% 0.51% -
XYZ 12.04 17.67 20.23 -
YUV 100.64 138.36 81.89 -
System Red Green Blue C M Y K H S L
Decimal 36 130 119 0.72 0 0.08 0.49 172.98 0.57 0.33
Hex 24 82 77 48 0 8 31 AD 39 21
Octal 44 202 167 110 0 10 61 255 71 41
Binary 100100 10000010 1110111 1001000 0 1000 110001 10101101 111001 100001

Color Harmonies of #248277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248277

Black with #248277

Text Example


Text Example

White with #248277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248277; }

 p { color: rgb(36,130,119); }

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

background-color css

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

 a { background-color: rgb(36,130,119); }

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

border-color css

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

 span { border-color: rgb(36,130,119); }

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