#35847E

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

Shades of Elm #35847E

Tints of Elm #35847E

Color information

#35847E (or 0x35847E) is unknown color: approx Elm. HEX triplet: 35, 84 and 7E. RGB value is (53,132,126). Sum of RGB (Red+Green+Blue) = 53+132+126=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #35847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35847E is #CA7B81. Grayscale: #6B6B6B. Windows color (decimal): -13269890 or 8291381. OLE color: 8291381.

HSL color Cylindrical-coordinate representation of color #35847E: hue angle of 175.44º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35847E is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB53132126-
CMYK0.6000.050.48
HSL175.44º42.7%36.27%-
HSV(B)175.44º59.85%51.76%-
XYZ13.4918.7722.65-
YUV107.7138.3388.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 126 (49.61% from 255) = 40.51%
R=17.04%
G=42.44%
B=40.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531321260.6000.050.48175.4442.736.27
Hex35847E3C0530af2b24
Octal652041767405602575344
Binary110101100001001111110111100010111000010101111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35847E; }

 p { color: rgb(53,132,126); }

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

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

 a { background-color: rgb(53,132,126); }

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

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

 span { border-color: rgb(53,132,126); }

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