Html Css Color HEX #34847E Elm

📋 copy color: '#34847E'

red 52 ◦ green 132 ◦ blue 126

#34847E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #34847E

Tints of Elm #34847E

RGB

 RED value IS 52 (20.7% from 255) = 16.77%

 GREEN value IS 132 (51.95% from 255) = 42.58%

 BLUE value IS 126 (49.61% from 255) = 40.65%

R = 16.77%
G = 42.58%
B = 40.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#34847E (or 0x34847E) is known color: Elm. HEX triplet: 34, 84 and 7E. RGB value is (52,132,126). Sum of RGB (Red+Green+Blue) = 52+132+126=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #34847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34847E is #CB7B81. Grayscale: #6B6B6B. Windows color (decimal): -13335426 or 8291380. OLE color: 8291380.

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

Color convert

RGB 52 132 126 -
CMYK 0.61 0 0.05 0.48
HSL 175.5º 0.43% 0.36% -
HSV(B) 175.5º 0.61% 0.52% -
XYZ 13.43 18.74 22.65 -
YUV 107.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 52 132 126 0.61 0 0.05 0.48 175.5 0.43 0.36
Hex 34 84 7E 3D 0 5 30 B0 2B 24
Octal 64 204 176 75 0 5 60 260 53 44
Binary 110100 10000100 1111110 111101 0 101 110000 10110000 101011 100100

Color Harmonies of #34847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34847E

Black with #34847E

Text Example


Text Example

White with #34847E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34847E;
 }
 .AnyTagClassName
 {
   color: #34847E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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