#325463

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

Shades of Blumine #325463

Tints of Blumine #325463

Color information

#325463 (or 0x325463) is unknown color: approx Blumine. HEX triplet: 32, 54 and 63. RGB value is (50,84,99). Sum of RGB (Red+Green+Blue) = 50+84+99=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #325463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325463 is #CDAB9C. Grayscale: #4B4B4B. Windows color (decimal): -13478813 or 6509618. OLE color: 6509618.

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

Color convert

RGB508499-
CMYK0.490.1500.61
HSL198.37º32.89%29.22%-
HSV(B)198.37º49.49%38.82%-
XYZ6.747.9212.98-
YUV75.54141.24109.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=21.46%
G=36.05%
B=42.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5084990.490.1500.61198.3732.8929.22
Hex32546331F03Dc6211d
Octal6212414361170753064135
Binary11001010101001100011110001111101111011100011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325463; }

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

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

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

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

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

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

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

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