#325954

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

Shades of Blue Dianne #325954

Tints of Blue Dianne #325954

Color information

#325954 (or 0x325954) is unknown color: approx Blue Dianne. HEX triplet: 32, 59 and 54. RGB value is (50,89,84). Sum of RGB (Red+Green+Blue) = 50+89+84=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #325954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325954 is #CDA6AB. Grayscale: #4C4C4C. Windows color (decimal): -13477548 or 5527858. OLE color: 5527858.

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

Color convert

RGB508984-
CMYK0.4400.060.65
HSL172.31º28.06%27.25%-
HSV(B)172.31º43.82%34.9%-
XYZ6.498.469.68-
YUV76.77132.08108.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=22.42%
G=39.91%
B=37.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5089840.4400.060.65172.3128.0627.25
Hex3259542C0641ac1c1b
Octal6213112454061012543433
Binary1100101011001101010010110001101000001101011001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325954; }

 p { color: rgb(50,89,84); }

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

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

 a { background-color: rgb(50,89,84); }

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

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

 span { border-color: rgb(50,89,84); }

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