#325B56

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

Shades of Blue Dianne #325B56

Tints of Blue Dianne #325B56

Color information

#325B56 (or 0x325B56) is unknown color: approx Blue Dianne. HEX triplet: 32, 5B and 56. RGB value is (50,91,86). Sum of RGB (Red+Green+Blue) = 50+91+86=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #325B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B56 is #CDA4A9. Grayscale: #4E4E4E. Windows color (decimal): -13477034 or 5659442. OLE color: 5659442.

HSL color Cylindrical-coordinate representation of color #325B56: hue angle of 172.68º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325B56 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB509186-
CMYK0.4500.050.64
HSL172.68º29.08%27.65%-
HSV(B)172.68º45.05%35.69%-
XYZ6.748.8310.15-
YUV78.17132.42107.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=22.03%
G=40.09%
B=37.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5091860.4500.050.64172.6829.0827.65
Hex325B562D0540ad1d1c
Octal6213312655051002553534
Binary1100101011011101011010110101011000000101011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325B56; }

 p { color: rgb(50,91,86); }

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

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

 a { background-color: rgb(50,91,86); }

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

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

 span { border-color: rgb(50,91,86); }

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