#34847D

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

Shades of Elm #34847D

Tints of Elm #34847D

Color information

#34847D (or 0x34847D) is unknown color: approx Elm. HEX triplet: 34, 84 and 7D. RGB value is (52,132,125). Sum of RGB (Red+Green+Blue) = 52+132+125=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #34847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34847D is #CB7B82. Grayscale: #6B6B6B. Windows color (decimal): -13335427 or 8225844. OLE color: 8225844.

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

Color convert

RGB52132125-
CMYK0.6100.050.48
HSL174.75º43.48%36.08%-
HSV(B)174.75º60.61%51.76%-
XYZ13.3718.7122.31-
YUV107.2813888.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=16.83%
G=42.72%
B=40.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521321250.6100.050.48174.7543.4836.08
Hex34847D3D0530af2b24
Octal642041757505602575344
Binary110100100001001111101111101010111000010101111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34847D; }

 p { color: rgb(52,132,125); }

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

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

 a { background-color: rgb(52,132,125); }

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

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

 span { border-color: rgb(52,132,125); }

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