#326271

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

Shades of Blumine #326271

Tints of Blumine #326271

Color information

#326271 (or 0x326271) is unknown color: approx Blumine. HEX triplet: 32, 62 and 71. RGB value is (50,98,113). Sum of RGB (Red+Green+Blue) = 50+98+113=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #326271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326271 is #CD9D8E. Grayscale: #555555. Windows color (decimal): -13475215 or 7430706. OLE color: 7430706.

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

Color convert

RGB5098113-
CMYK0.560.1300.56
HSL194.29º38.65%31.96%-
HSV(B)194.29º55.75%44.31%-
XYZ8.6610.6117.21-
YUV85.36143.6102.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=19.16%
G=37.55%
B=43.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50981130.560.1300.56194.2938.6531.96
Hex32627138D038c22720
Octal6214216170150703024740
Binary110010110001011100011110001101011100011000010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326271; }

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

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

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

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

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

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

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

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