#35847B

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

Shades of Elm #35847B

Tints of Elm #35847B

Color information

#35847B (or 0x35847B) is unknown color: approx Elm. HEX triplet: 35, 84 and 7B. RGB value is (53,132,123). Sum of RGB (Red+Green+Blue) = 53+132+123=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #35847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35847B is #CA7B84. Grayscale: #6B6B6B. Windows color (decimal): -13269893 or 8094773. OLE color: 8094773.

HSL color Cylindrical-coordinate representation of color #35847B: hue angle of 173.16º 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 #35847B is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB53132123-
CMYK0.6000.070.48
HSL173.16º42.7%36.27%-
HSV(B)173.16º59.85%51.76%-
XYZ13.2918.6921.65-
YUV107.35136.8389.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=17.21%
G=42.86%
B=39.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531321230.6000.070.48173.1642.736.27
Hex35847B3C0730ad2b24
Octal652041737407602555344
Binary110101100001001111011111100011111000010101101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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