Html Css Color HEX #34897B Elm

📋 copy color: '#34897B'

red 52 ◦ green 137 ◦ blue 123

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

Shades of Elm #34897B

Tints of Elm #34897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.91%

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 16.67%
G = 43.91%
B = 39.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#34897B (or 0x34897B) is known color: Elm. HEX triplet: 34, 89 and 7B. RGB value is (52,137,123). Sum of RGB (Red+Green+Blue) = 52+137+123=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #34897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34897B is #CB7684. Grayscale: #6D6D6D. Windows color (decimal): -13334149 or 8096052. OLE color: 8096052.

HSL color Cylindrical-coordinate representation of color #34897B: hue angle of 170.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34897B is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 123 -
CMYK 0.62 0 0.10 0.46
HSL 170.12º 0.45% 0.37% -
HSV(B) 170.12º 0.62% 0.54% -
XYZ 13.94 20.05 21.87 -
YUV 109.99 135.34 86.64 -
System Red Green Blue C M Y K H S L
Decimal 52 137 123 0.62 0 0.10 0.46 170.12 0.45 0.37
Hex 34 89 7B 3E 0 A 2E AA 2D 25
Octal 64 211 173 76 0 12 56 252 55 45
Binary 110100 10001001 1111011 111110 0 1010 101110 10101010 101101 100101

Color Harmonies of #34897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34897B

Black with #34897B

Text Example


Text Example

White with #34897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34897B;
 }
 .AnyTagClassName
 {
   color: #34897B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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