#325855

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

Shades of Blue Dianne #325855

Tints of Blue Dianne #325855

Color information

#325855 (or 0x325855) is unknown color: approx Blue Dianne. HEX triplet: 32, 58 and 55. RGB value is (50,88,85). Sum of RGB (Red+Green+Blue) = 50+88+85=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #325855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325855 is #CDA7AA. Grayscale: #4C4C4C. Windows color (decimal): -13477803 or 5593138. OLE color: 5593138.

HSL color Cylindrical-coordinate representation of color #325855: hue angle of 175.26º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325855 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB508885-
CMYK0.4300.030.65
HSL175.26º27.54%27.06%-
HSV(B)175.26º43.18%34.51%-
XYZ6.448.319.86-
YUV76.3132.91109.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=22.42%
G=39.46%
B=38.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088850.4300.030.65175.2627.5427.06
Hex3258552B0341af1c1b
Octal6213012553031012573433
Binary110010101100010101011010110111000001101011111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325855; }

 p { color: rgb(50,88,85); }

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

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

 a { background-color: rgb(50,88,85); }

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

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

 span { border-color: rgb(50,88,85); }

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