#325450

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

Shades of Blue Dianne #325450

Tints of Blue Dianne #325450

Color information

#325450 (or 0x325450) is unknown color: approx Blue Dianne. HEX triplet: 32, 54 and 50. RGB value is (50,84,80). Sum of RGB (Red+Green+Blue) = 50+84+80=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #325450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325450 is #CDABAF. Grayscale: #494949. Windows color (decimal): -13478832 or 5264434. OLE color: 5264434.

HSL color Cylindrical-coordinate representation of color #325450: hue angle of 172.94º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325450 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB508480-
CMYK0.4000.050.67
HSL172.94º25.37%26.27%-
HSV(B)172.94º40.48%32.94%-
XYZ5.937.68.74-
YUV73.38131.74111.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=23.36%
G=39.25%
B=37.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084800.4000.050.67172.9425.3726.27
Hex325450280543ad191a
Octal6212412050051032553132
Binary1100101010100101000010100001011000011101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325450; }

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

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

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

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

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

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

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

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