#34504A

Color #34504A Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #34504A

Tints of Blue Dianne #34504A

Color information

#34504A (or 0x34504A) is unknown color: approx Blue Dianne. HEX triplet: 34, 50 and 4A. RGB value is (52,80,74). Sum of RGB (Red+Green+Blue) = 52+80+74=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #34504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34504A is #CBAFB5. Grayscale: #464646. Windows color (decimal): -13348790 or 4870196. OLE color: 4870196.

HSL color Cylindrical-coordinate representation of color #34504A: hue angle of 167.14º 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 #34504A is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB528074-
CMYK0.3500.080.69
HSL167.14º21.21%25.88%-
HSV(B)167.14º35%31.37%-
XYZ5.526.967.53-
YUV70.94129.72114.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=25.24%
G=38.83%
B=35.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280740.3500.080.69167.1421.2125.88
Hex34504A230845a7151a
Octal64120112430101052472532
Binary11010010100001001010100011010001000101101001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34504A;
 }
 .AnyTagClassName
 {
   color: #34504A;
 }
</style>
background-color css

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

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

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

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

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

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