Html Css Color HEX #34867E Elm

📋 copy color: '#34867E'

red 52 ◦ green 134 ◦ blue 126

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

Shades of Elm #34867E

Tints of Elm #34867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.95%

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

R = 16.67%
G = 42.95%
B = 40.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#34867E (or 0x34867E) is known color: Elm. HEX triplet: 34, 86 and 7E. RGB value is (52,134,126). Sum of RGB (Red+Green+Blue) = 52+134+126=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #34867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34867E is #CB7981. Grayscale: #6C6C6C. Windows color (decimal): -13334914 or 8291892. OLE color: 8291892.

HSL color Cylindrical-coordinate representation of color #34867E: hue angle of 174.15º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34867E is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 134 126 -
CMYK 0.61 0 0.06 0.47
HSL 174.15º 0.44% 0.36% -
HSV(B) 174.15º 0.61% 0.53% -
XYZ 13.71 19.29 22.74 -
YUV 108.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 52 134 126 0.61 0 0.06 0.47 174.15 0.44 0.36
Hex 34 86 7E 3D 0 6 2F AE 2C 24
Octal 64 206 176 75 0 6 57 256 54 44
Binary 110100 10000110 1111110 111101 0 110 101111 10101110 101100 100100

Color Harmonies of #34867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34867E

Black with #34867E

Text Example


Text Example

White with #34867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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