#325563

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

Shades of Blumine #325563

Tints of Blumine #325563

Color information

#325563 (or 0x325563) is unknown color: approx Blumine. HEX triplet: 32, 55 and 63. RGB value is (50,85,99). Sum of RGB (Red+Green+Blue) = 50+85+99=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #325563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325563 is #CDAA9C. Grayscale: #4C4C4C. Windows color (decimal): -13478557 or 6509874. OLE color: 6509874.

HSL color Cylindrical-coordinate representation of color #325563: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325563 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB508599-
CMYK0.490.1400.61
HSL197.14º32.89%29.22%-
HSV(B)197.14º49.49%38.82%-
XYZ6.828.0813-
YUV76.13140.9109.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=21.37%
G=36.32%
B=42.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5085990.490.1400.61197.1432.8929.22
Hex32556331E03Dc5211d
Octal6212514361160753054135
Binary11001010101011100011110001111001111011100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325563; }

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

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

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

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

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

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

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

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