#325851

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

Shades of Blue Dianne #325851

Tints of Blue Dianne #325851

Color information

#325851 (or 0x325851) is unknown color: approx Blue Dianne. HEX triplet: 32, 58 and 51. RGB value is (50,88,81). Sum of RGB (Red+Green+Blue) = 50+88+81=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #325851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325851 is #CDA7AE. Grayscale: #4B4B4B. Windows color (decimal): -13477807 or 5330994. OLE color: 5330994.

HSL color Cylindrical-coordinate representation of color #325851: hue angle of 168.95º 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 #325851 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB508881-
CMYK0.4300.080.65
HSL168.95º27.54%27.06%-
HSV(B)168.95º43.18%34.51%-
XYZ6.298.259.05-
YUV75.84130.91109.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=22.83%
G=40.18%
B=36.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088810.4300.080.65168.9527.5427.06
Hex3258512B0841a91c1b
Octal62130121530101012513433
Binary11001010110001010001101011010001000001101010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325851; }

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

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

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

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

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

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

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

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