#258682

Color #258682 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #258682

Tints of Elm #258682

Color information

#258682 (or 0x258682) is unknown color: approx Elm. HEX triplet: 25, 86 and 82. RGB value is (37,134,130). Sum of RGB (Red+Green+Blue) = 37+134+130=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #258682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258682 is #DA797D. Grayscale: #686868. Windows color (decimal): -14317950 or 8554021. OLE color: 8554021.

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

Color convert

RGB37134130-
CMYK0.7200.030.47
HSL177.53º56.73%33.53%-
HSV(B)177.53º72.39%52.55%-
XYZ13.3219.0624.1-
YUV104.54142.3679.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=12.29%
G=44.52%
B=43.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371341300.7200.030.47177.5356.7333.53
Hex25868248032Fb23922
Octal4520620211003572627142
Binary1001011000011010000010100100001110111110110010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258682; }

 p { color: rgb(37,134,130); }

 H1.HeaderClassName
 {
   color: #258682;
 }
 .AnyTagClassName
 {
   color: #258682;
 }
</style>
background-color css

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

 a { background-color: rgb(37,134,130); }

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

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

 span { border-color: rgb(37,134,130); }

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