Html Css Color HEX #34514C Blue Dianne

📋 copy color: '#34514C'

red 52 ◦ green 81 ◦ blue 76

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

Shades of Blue Dianne #34514C

Tints of Blue Dianne #34514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.76%

 BLUE value IS 76 (30.08% from 255) = 36.36%

R = 24.88%
G = 38.76%
B = 36.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#34514C (or 0x34514C) is known color: Blue Dianne. HEX triplet: 34, 51 and 4C. RGB value is (52,81,76). Sum of RGB (Red+Green+Blue) = 52+81+76=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #34514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34514C is #CBAEB3. Grayscale: #474747. Windows color (decimal): -13348532 or 5001524. OLE color: 5001524.

HSL color Cylindrical-coordinate representation of color #34514C: hue angle of 169.66º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #34514C is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 81 76 -
CMYK 0.36 0 0.06 0.68
HSL 169.66º 0.22% 0.26% -
HSV(B) 169.66º 0.36% 0.32% -
XYZ 5.66 7.14 7.92 -
YUV 71.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 52 81 76 0.36 0 0.06 0.68 169.66 0.22 0.26
Hex 34 51 4C 24 0 6 44 AA 16 1A
Octal 64 121 114 44 0 6 104 252 26 32
Binary 110100 1010001 1001100 100100 0 110 1000100 10101010 10110 11010

Color Harmonies of #34514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34514C

Black with #34514C

Text Example


Text Example

White with #34514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34514C; }

 p { color: rgb(52,81,76); }

 H1.HeaderClassName
 {
   color: #34514C;
 }
 .AnyTagClassName
 {
   color: #34514C;
 }
</style>

background-color css

<style>
 a { background-color: #34514C; }

 a { background-color: rgb(52,81,76); }

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

border-color css

<style>
 span { border-color: #34514C; }

 span { border-color: rgb(52,81,76); }

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