#325251

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

Shades of Blue Dianne #325251

Tints of Blue Dianne #325251

Color information

#325251 (or 0x325251) is unknown color: approx Blue Dianne. HEX triplet: 32, 52 and 51. RGB value is (50,82,81). Sum of RGB (Red+Green+Blue) = 50+82+81=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #325251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325251 is #CDADAE. Grayscale: #484848. Windows color (decimal): -13479343 or 5329458. OLE color: 5329458.

HSL color Cylindrical-coordinate representation of color #325251: hue angle of 178.12º 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 #325251 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB508281-
CMYK0.3900.010.68
HSL178.12º24.24%25.88%-
HSV(B)178.12º39.02%32.16%-
XYZ5.827.318.89-
YUV72.32132.9112.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=23.47%
G=38.50%
B=38.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082810.3900.010.68178.1224.2425.88
Hex325251270144b2181a
Octal6212212147011042623032
Binary11001010100101010001100111011000100101100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325251; }

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

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

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

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

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

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

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

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