#326571

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

Shades of Blumine #326571

Tints of Blumine #326571

Color information

#326571 (or 0x326571) is unknown color: approx Blumine. HEX triplet: 32, 65 and 71. RGB value is (50,101,113). Sum of RGB (Red+Green+Blue) = 50+101+113=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #326571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326571 is #CD9A8E. Grayscale: #575757. Windows color (decimal): -13474447 or 7431474. OLE color: 7431474.

HSL color Cylindrical-coordinate representation of color #326571: hue angle of 191.43º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #326571 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB50101113-
CMYK0.560.1100.56
HSL191.43º38.65%31.96%-
HSV(B)191.43º55.75%44.31%-
XYZ8.9511.1817.31-
YUV87.12142.6101.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=18.94%
G=38.26%
B=42.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501011130.560.1100.56191.4338.6531.96
Hex32657138B038bf2720
Octal6214516170130702774740
Binary110010110010111100011110001011011100010111111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326571; }

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

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

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

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

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

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

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

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