Html Css Color HEX #258880 Elm

📋 copy color: '#258880'

red 37 ◦ green 136 ◦ blue 128

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

Shades of Elm #258880

Tints of Elm #258880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.18%

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

R = 12.29%
G = 45.18%
B = 42.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#258880 (or 0x258880) is known color: Elm. HEX triplet: 25, 88 and 80. RGB value is (37,136,128). Sum of RGB (Red+Green+Blue) = 37+136+128=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #258880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258880 is #DA777F. Grayscale: #696969. Windows color (decimal): -14317440 or 8423461. OLE color: 8423461.

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

Color convert

RGB 37 136 128 -
CMYK 0.73 0 0.06 0.47
HSL 175.15º 0.57% 0.34% -
HSV(B) 175.15º 0.73% 0.53% -
XYZ 13.46 19.56 23.49 -
YUV 105.49 140.7 79.15 -
System Red Green Blue C M Y K H S L
Decimal 37 136 128 0.73 0 0.06 0.47 175.15 0.57 0.34
Hex 25 88 80 49 0 6 2F AF 39 22
Octal 45 210 200 111 0 6 57 257 71 42
Binary 100101 10001000 10000000 1001001 0 110 101111 10101111 111001 100010

Color Harmonies of #258880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258880

Black with #258880

Text Example


Text Example

White with #258880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258880; }

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

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

background-color css

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

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

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

border-color css

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

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

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