#325663

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

Shades of Blumine #325663

Tints of Blumine #325663

Color information

#325663 (or 0x325663) is unknown color: approx Blumine. HEX triplet: 32, 56 and 63. RGB value is (50,86,99). Sum of RGB (Red+Green+Blue) = 50+86+99=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #325663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325663 is #CDA99C. Grayscale: #4C4C4C. Windows color (decimal): -13478301 or 6510130. OLE color: 6510130.

HSL color Cylindrical-coordinate representation of color #325663: hue angle of 195.92º 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 #325663 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB508699-
CMYK0.490.1300.61
HSL195.92º32.89%29.22%-
HSV(B)195.92º49.49%38.82%-
XYZ6.98.2313.03-
YUV76.72140.57108.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=21.28%
G=36.60%
B=42.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5086990.490.1300.61195.9232.8929.22
Hex32566331D03Dc4211d
Octal6212614361150753044135
Binary11001010101101100011110001110101111011100010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325663; }

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

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

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

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

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

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

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

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