Html Css Color HEX #258380 Elm

📋 copy color: '#258380'

red 37 ◦ green 131 ◦ blue 128

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

Shades of Elm #258380

Tints of Elm #258380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.26%

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

R = 12.5%
G = 44.26%
B = 43.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#258380 (or 0x258380) is known color: Elm. HEX triplet: 25, 83 and 80. RGB value is (37,131,128). Sum of RGB (Red+Green+Blue) = 37+131+128=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #258380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258380 is #DA7C7F. Grayscale: #666666. Windows color (decimal): -14318720 or 8422181. OLE color: 8422181.

HSL color Cylindrical-coordinate representation of color #258380: hue angle of 178.09º degrees, saturation: 0.56, 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 #258380 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 131 128 -
CMYK 0.72 0 0.02 0.49
HSL 178.09º 0.56% 0.33% -
HSV(B) 178.09º 0.72% 0.51% -
XYZ 12.78 18.18 23.26 -
YUV 102.55 142.36 81.24 -
System Red Green Blue C M Y K H S L
Decimal 37 131 128 0.72 0 0.02 0.49 178.09 0.56 0.33
Hex 25 83 80 48 0 2 31 B2 38 21
Octal 45 203 200 110 0 2 61 262 70 41
Binary 100101 10000011 10000000 1001000 0 10 110001 10110010 111000 100001

Color Harmonies of #258380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258380

Black with #258380

Text Example


Text Example

White with #258380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258380; }

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

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

background-color css

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

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

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

border-color css

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

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

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