#32534C

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

Shades of Blue Dianne #32534C

Tints of Blue Dianne #32534C

Color information

#32534C (or 0x32534C) is unknown color: approx Blue Dianne. HEX triplet: 32, 53 and 4C. RGB value is (50,83,76). Sum of RGB (Red+Green+Blue) = 50+83+76=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #32534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32534C is #CDACB3. Grayscale: #484848. Windows color (decimal): -13479092 or 5002034. OLE color: 5002034.

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

Color convert

RGB508376-
CMYK0.4000.080.67
HSL167.27º24.81%26.08%-
HSV(B)167.27º39.76%32.55%-
XYZ5.717.397.96-
YUV72.33130.07112.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=23.92%
G=39.71%
B=36.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083760.4000.080.67167.2724.8126.08
Hex32534C280843a7191a
Octal62123114500101032473132
Binary11001010100111001100101000010001000011101001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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