#239080

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

Shades of Elm #239080

Tints of Elm #239080

Color information

#239080 (or 0x239080) is unknown color: approx Elm. HEX triplet: 23, 90 and 80. RGB value is (35,144,128). Sum of RGB (Red+Green+Blue) = 35+144+128=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #239080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239080 is #DC6F7F. Grayscale: #6D6D6D. Windows color (decimal): -14446464 or 8425507. OLE color: 8425507.

HSL color Cylindrical-coordinate representation of color #239080: hue angle of 171.19º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239080 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB35144128-
CMYK0.7600.110.44
HSL171.19º60.89%35.1%-
HSV(B)171.19º75.69%56.47%-
XYZ14.5621.8623.87-
YUV109.58138.3974.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.40%
GREEN value IS 144 (56.64% from 255) = 46.91%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=11.40%
G=46.91%
B=41.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351441280.7600.110.44171.1960.8935.1
Hex2390804C0B2Cab3d23
Octal43220200114013542537543
Binary100011100100001000000010011000101110110010101011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239080; }

 p { color: rgb(35,144,128); }

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

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

 a { background-color: rgb(35,144,128); }

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

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

 span { border-color: rgb(35,144,128); }

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