Html Css Color HEX #34857B Elm

📋 copy color: '#34857B'

red 52 ◦ green 133 ◦ blue 123

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

Shades of Elm #34857B

Tints of Elm #34857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.18%

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

R = 16.88%
G = 43.18%
B = 39.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#34857B (or 0x34857B) is known color: Elm. HEX triplet: 34, 85 and 7B. RGB value is (52,133,123). Sum of RGB (Red+Green+Blue) = 52+133+123=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #34857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34857B is #CB7A84. Grayscale: #6B6B6B. Windows color (decimal): -13335173 or 8095028. OLE color: 8095028.

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

Color convert

RGB 52 133 123 -
CMYK 0.61 0 0.08 0.48
HSL 172.59º 0.44% 0.36% -
HSV(B) 172.59º 0.61% 0.52% -
XYZ 13.38 18.94 21.69 -
YUV 107.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 52 133 123 0.61 0 0.08 0.48 172.59 0.44 0.36
Hex 34 85 7B 3D 0 8 30 AD 2C 24
Octal 64 205 173 75 0 10 60 255 54 44
Binary 110100 10000101 1111011 111101 0 1000 110000 10101101 101100 100100

Color Harmonies of #34857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34857B

Black with #34857B

Text Example


Text Example

White with #34857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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