#34534C

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

Shades of Blue Dianne #34534C

Tints of Blue Dianne #34534C

Color information

#34534C (or 0x34534C) is unknown color: approx Blue Dianne. HEX triplet: 34, 53 and 4C. RGB value is (52,83,76). Sum of RGB (Red+Green+Blue) = 52+83+76=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #34534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34534C is #CBACB3. Grayscale: #484848. Windows color (decimal): -13348020 or 5002036. OLE color: 5002036.

HSL color Cylindrical-coordinate representation of color #34534C: hue angle of 166.45º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #34534C is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB528376-
CMYK0.3700.080.67
HSL166.45º22.96%26.47%-
HSV(B)166.45º37.35%32.55%-
XYZ5.817.447.97-
YUV72.93129.73113.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=24.64%
G=39.34%
B=36.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283760.3700.080.67166.4522.9626.47
Hex34534C250843a6171a
Octal64123114450101032462732
Binary11010010100111001100100101010001000011101001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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