Html Css Color HEX #34504D Blue Dianne

📋 copy color: '#34504D'

red 52 ◦ green 80 ◦ blue 77

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

Shades of Blue Dianne #34504D

Tints of Blue Dianne #34504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.28%

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

R = 24.88%
G = 38.28%
B = 36.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#34504D (or 0x34504D) is known color: Blue Dianne. HEX triplet: 34, 50 and 4D. RGB value is (52,80,77). Sum of RGB (Red+Green+Blue) = 52+80+77=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #34504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34504D is #CBAFB2. Grayscale: #474747. Windows color (decimal): -13348787 or 5066804. OLE color: 5066804.

HSL color Cylindrical-coordinate representation of color #34504D: hue angle of 173.57º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34504D is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 80 77 -
CMYK 0.35 0 0.04 0.69
HSL 173.57º 0.21% 0.26% -
HSV(B) 173.57º 0.35% 0.31% -
XYZ 5.62 7 8.08 -
YUV 71.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 52 80 77 0.35 0 0.04 0.69 173.57 0.21 0.26
Hex 34 50 4D 23 0 4 45 AE 15 1A
Octal 64 120 115 43 0 4 105 256 25 32
Binary 110100 1010000 1001101 100011 0 100 1000101 10101110 10101 11010

Color Harmonies of #34504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34504D

Black with #34504D

Text Example


Text Example

White with #34504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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