#325850

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

Shades of Blue Dianne #325850

Tints of Blue Dianne #325850

Color information

#325850 (or 0x325850) is unknown color: approx Blue Dianne. HEX triplet: 32, 58 and 50. RGB value is (50,88,80). Sum of RGB (Red+Green+Blue) = 50+88+80=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #325850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325850 is #CDA7AF. Grayscale: #4B4B4B. Windows color (decimal): -13477808 or 5265458. OLE color: 5265458.

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

Color convert

RGB508880-
CMYK0.4300.090.65
HSL167.37º27.54%27.06%-
HSV(B)167.37º43.18%34.51%-
XYZ6.258.248.85-
YUV75.73130.41109.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=22.94%
G=40.37%
B=36.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088800.4300.090.65167.3727.5427.06
Hex3258502B0941a71c1b
Octal62130120530111012473433
Binary11001010110001010000101011010011000001101001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325850; }

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

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

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

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

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

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

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

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