#325B54

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

Shades of Blue Dianne #325B54

Tints of Blue Dianne #325B54

Color information

#325B54 (or 0x325B54) is unknown color: approx Blue Dianne. HEX triplet: 32, 5B and 54. RGB value is (50,91,84). Sum of RGB (Red+Green+Blue) = 50+91+84=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #325B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B54 is #CDA4AB. Grayscale: #4D4D4D. Windows color (decimal): -13477036 or 5528370. OLE color: 5528370.

HSL color Cylindrical-coordinate representation of color #325B54: hue angle of 169.76º 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 #325B54 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB509184-
CMYK0.4500.080.64
HSL169.76º29.08%27.65%-
HSV(B)169.76º45.05%35.69%-
XYZ6.668.89.74-
YUV77.94131.42108.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=22.22%
G=40.44%
B=37.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5091840.4500.080.64169.7629.0827.65
Hex325B542D0840aa1d1c
Octal62133124550101002523534
Binary11001010110111010100101101010001000000101010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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