#34524D

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

Shades of Blue Dianne #34524D

Tints of Blue Dianne #34524D

Color information

#34524D (or 0x34524D) is unknown color: approx Blue Dianne. HEX triplet: 34, 52 and 4D. RGB value is (52,82,77). Sum of RGB (Red+Green+Blue) = 52+82+77=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #34524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34524D is #CBADB2. Grayscale: #484848. Windows color (decimal): -13348275 or 5067316. OLE color: 5067316.

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

Color convert

RGB528277-
CMYK0.3700.060.68
HSL170º22.39%26.27%-
HSV(B)170º36.59%32.16%-
XYZ5.777.38.13-
YUV72.46130.56113.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=24.64%
G=38.86%
B=36.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5282770.3700.060.6817022.3926.27
Hex34524D250644aa161a
Octal6412211545061042522632
Binary1101001010010100110110010101101000100101010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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