#34524B

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

Shades of Blue Dianne #34524B

Tints of Blue Dianne #34524B

Color information

#34524B (or 0x34524B) is unknown color: approx Blue Dianne. HEX triplet: 34, 52 and 4B. RGB value is (52,82,75). Sum of RGB (Red+Green+Blue) = 52+82+75=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #34524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34524B is #CBADB4. Grayscale: #484848. Windows color (decimal): -13348277 or 4936244. OLE color: 4936244.

HSL color Cylindrical-coordinate representation of color #34524B: hue angle of 166º 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 #34524B is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB528275-
CMYK0.3700.090.68
HSL166º22.39%26.27%-
HSV(B)166º36.59%32.16%-
XYZ5.77.277.76-
YUV72.23129.56113.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=24.88%
G=39.23%
B=35.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5282750.3700.090.6816622.3926.27
Hex34524B250944a6161a
Octal64122113450111042462632
Binary11010010100101001011100101010011000100101001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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