#35807B

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

Shades of Elm #35807B

Tints of Elm #35807B

Color information

#35807B (or 0x35807B) is unknown color: approx Elm. HEX triplet: 35, 80 and 7B. RGB value is (53,128,123). Sum of RGB (Red+Green+Blue) = 53+128+123=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #35807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35807B is #CA7F84. Grayscale: #686868. Windows color (decimal): -13270917 or 8093749. OLE color: 8093749.

HSL color Cylindrical-coordinate representation of color #35807B: hue angle of 176º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35807B is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB53128123-
CMYK0.5900.040.50
HSL176º41.44%35.49%-
HSV(B)176º58.59%50.2%-
XYZ12.7617.6321.47-
YUV105138.1590.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.43%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=17.43%
G=42.11%
B=40.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531281230.5900.040.5017641.4435.49
Hex35807B3B0432b02923
Octal652001737304622605143
Binary110101100000001111011111011010011001010110000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35807B; }

 p { color: rgb(53,128,123); }

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

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

 a { background-color: rgb(53,128,123); }

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

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

 span { border-color: rgb(53,128,123); }

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