Html Css Color HEX #34847B Elm

📋 copy color: '#34847B'

red 52 ◦ green 132 ◦ blue 123

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

Shades of Elm #34847B

Tints of Elm #34847B

RGB

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

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

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

R = 16.94%
G = 43%
B = 40.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#34847B (or 0x34847B) is known color: 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

RGB 52 132 123 -
CMYK 0.61 0 0.07 0.48
HSL 173.25º 0.43% 0.36% -
HSV(B) 173.25º 0.61% 0.52% -
XYZ 13.24 18.66 21.64 -
YUV 107.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 52 132 123 0.61 0 0.07 0.48 173.25 0.43 0.36
Hex 34 84 7B 3D 0 7 30 AD 2B 24
Octal 64 204 173 75 0 7 60 255 53 44
Binary 110100 10000100 1111011 111101 0 111 110000 10101101 101011 100100

Color Harmonies of #34847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34847B

Black with #34847B

Text Example


Text Example

White with #34847B

Text Example


Text Example

HTML Codes & Css Web 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>