Html Css Color HEX #34514D Blue Dianne

📋 copy color: '#34514D'

red 52 ◦ green 81 ◦ blue 77

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

Shades of Blue Dianne #34514D

Tints of Blue Dianne #34514D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.67%

R = 24.76%
G = 38.57%
B = 36.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#34514D (or 0x34514D) is known color: Blue Dianne. HEX triplet: 34, 51 and 4D. RGB value is (52,81,77). Sum of RGB (Red+Green+Blue) = 52+81+77=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #34514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34514D is #CBAEB2. Grayscale: #474747. Windows color (decimal): -13348531 or 5067060. OLE color: 5067060.

HSL color Cylindrical-coordinate representation of color #34514D: hue angle of 171.72º 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 #34514D is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 81 77 -
CMYK 0.36 0 0.05 0.68
HSL 171.72º 0.22% 0.26% -
HSV(B) 171.72º 0.36% 0.32% -
XYZ 5.7 7.15 8.1 -
YUV 71.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 52 81 77 0.36 0 0.05 0.68 171.72 0.22 0.26
Hex 34 51 4D 24 0 5 44 AC 16 1A
Octal 64 121 115 44 0 5 104 254 26 32
Binary 110100 1010001 1001101 100100 0 101 1000100 10101100 10110 11010

Color Harmonies of #34514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34514D

Black with #34514D

Text Example


Text Example

White with #34514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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