#325250

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

Shades of Blue Dianne #325250

Tints of Blue Dianne #325250

Color information

#325250 (or 0x325250) is unknown color: approx Blue Dianne. HEX triplet: 32, 52 and 50. RGB value is (50,82,80). Sum of RGB (Red+Green+Blue) = 50+82+80=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #325250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325250 is #CDADAF. Grayscale: #484848. Windows color (decimal): -13479344 or 5263922. OLE color: 5263922.

HSL color Cylindrical-coordinate representation of color #325250: hue angle of 176.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325250 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB508280-
CMYK0.3900.020.68
HSL176.25º24.24%25.88%-
HSV(B)176.25º39.02%32.16%-
XYZ5.787.298.69-
YUV72.2132.4112.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=23.58%
G=38.68%
B=37.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082800.3900.020.68176.2524.2425.88
Hex325250270244b0181a
Octal6212212047021042603032
Binary110010101001010100001001110101000100101100001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325250; }

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

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

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

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

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

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

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

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