#32504A

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

Shades of Blue Dianne #32504A

Tints of Blue Dianne #32504A

Color information

#32504A (or 0x32504A) is unknown color: approx Blue Dianne. HEX triplet: 32, 50 and 4A. RGB value is (50,80,74). Sum of RGB (Red+Green+Blue) = 50+80+74=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #32504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32504A is #CDAFB5. Grayscale: #464646. Windows color (decimal): -13479862 or 4870194. OLE color: 4870194.

HSL color Cylindrical-coordinate representation of color #32504A: hue angle of 168º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32504A is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB508074-
CMYK0.3700.080.69
HSL168º23.08%25.49%-
HSV(B)168º37.5%31.37%-
XYZ5.426.917.53-
YUV70.35130.06113.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=24.51%
G=39.22%
B=36.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080740.3700.080.6916823.0825.49
Hex32504A250845a81719
Octal62120112450101052502731
Binary11001010100001001010100101010001000101101010001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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