#325565

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

Shades of Blumine #325565

Tints of Blumine #325565

Color information

#325565 (or 0x325565) is unknown color: approx Blumine. HEX triplet: 32, 55 and 65. RGB value is (50,85,101). Sum of RGB (Red+Green+Blue) = 50+85+101=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #325565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325565 is #CDAA9A. Grayscale: #4C4C4C. Windows color (decimal): -13478555 or 6640946. OLE color: 6640946.

HSL color Cylindrical-coordinate representation of color #325565: hue angle of 198.82º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325565 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5085101-
CMYK0.500.1600.60
HSL198.82º33.77%29.61%-
HSV(B)198.82º50.5%39.61%-
XYZ6.918.1113.51-
YUV76.36141.9109.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=21.19%
G=36.02%
B=42.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50851010.500.1600.60198.8233.7729.61
Hex325565321003Cc7221e
Octal6212514562200743074236
Binary110010101010111001011100101000001111001100011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325565; }

 p { color: rgb(50,85,101); }

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

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

 a { background-color: rgb(50,85,101); }

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

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

 span { border-color: rgb(50,85,101); }

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