Html Css Color HEX #258980 Elm

📋 copy color: '#258980'

red 37 ◦ green 137 ◦ blue 128

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

Shades of Elm #258980

Tints of Elm #258980

RGB

 RED value IS 37 (14.84% from 255) = 12.25%

 GREEN value IS 137 (53.91% from 255) = 45.36%

 BLUE value IS 128 (50.39% from 255) = 42.38%

R = 12.25%
G = 45.36%
B = 42.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#258980 (or 0x258980) is known color: Elm. HEX triplet: 25, 89 and 80. RGB value is (37,137,128). Sum of RGB (Red+Green+Blue) = 37+137+128=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #258980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258980 is #DA767F. Grayscale: #6A6A6A. Windows color (decimal): -14317184 or 8423717. OLE color: 8423717.

HSL color Cylindrical-coordinate representation of color #258980: hue angle of 174.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258980 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 137 128 -
CMYK 0.73 0 0.07 0.46
HSL 174.6º 0.57% 0.34% -
HSV(B) 174.6º 0.73% 0.54% -
XYZ 13.6 19.84 23.54 -
YUV 106.07 140.37 78.73 -
System Red Green Blue C M Y K H S L
Decimal 37 137 128 0.73 0 0.07 0.46 174.6 0.57 0.34
Hex 25 89 80 49 0 7 2E AF 39 22
Octal 45 211 200 111 0 7 56 257 71 42
Binary 100101 10001001 10000000 1001001 0 111 101110 10101111 111001 100010

Color Harmonies of #258980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258980

Black with #258980

Text Example


Text Example

White with #258980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258980; }

 p { color: rgb(37,137,128); }

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

background-color css

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

 a { background-color: rgb(37,137,128); }

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

border-color css

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

 span { border-color: rgb(37,137,128); }

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