#325754

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

Shades of Blue Dianne #325754

Tints of Blue Dianne #325754

Color information

#325754 (or 0x325754) is unknown color: approx Blue Dianne. HEX triplet: 32, 57 and 54. RGB value is (50,87,84). Sum of RGB (Red+Green+Blue) = 50+87+84=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 87 - color contains mainly: green. Hex color #325754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325754 is #CDA8AB. Grayscale: #4B4B4B. Windows color (decimal): -13478060 or 5527346. OLE color: 5527346.

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

Color convert

RGB508784-
CMYK0.4300.030.66
HSL175.14º27.01%26.86%-
HSV(B)175.14º42.53%34.12%-
XYZ6.328.139.62-
YUV75.6132.74109.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 87 (34.38% from 255) = 39.37%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=22.62%
G=39.37%
B=38.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087840.4300.030.66175.1427.0126.86
Hex3257542B0342af1b1b
Octal6212712453031022573333
Binary110010101011110101001010110111000010101011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325754; }

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

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

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

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

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

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

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

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