#34847B

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

Shades of Elm #34847B

Tints of Elm #34847B

Color information

#34847B (or 0x34847B) is unknown color: approx Elm. HEX triplet: 34, 84 and 7B. RGB value is (52,132,123). Sum of RGB (Red+Green+Blue) = 52+132+123=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #34847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34847B is #CB7B84. Grayscale: #6B6B6B. Windows color (decimal): -13335429 or 8094772. OLE color: 8094772.

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

Color convert

RGB52132123-
CMYK0.6100.070.48
HSL173.25º43.48%36.08%-
HSV(B)173.25º60.61%51.76%-
XYZ13.2418.6621.64-
YUV107.0513788.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=16.94%
G=43.00%
B=40.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521321230.6100.070.48173.2543.4836.08
Hex34847B3D0730ad2b24
Octal642041737507602555344
Binary110100100001001111011111101011111000010101101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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