#326871

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

Shades of Blumine #326871

Tints of Blumine #326871

Color information

#326871 (or 0x326871) is unknown color: approx Blumine. HEX triplet: 32, 68 and 71. RGB value is (50,104,113). Sum of RGB (Red+Green+Blue) = 50+104+113=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #326871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326871 is #CD978E. Grayscale: #585858. Windows color (decimal): -13473679 or 7432242. OLE color: 7432242.

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

Color convert

RGB50104113-
CMYK0.560.0800.56
HSL188.57º38.65%31.96%-
HSV(B)188.57º55.75%44.31%-
XYZ9.2511.7717.41-
YUV88.88141.61100.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=18.73%
G=38.95%
B=42.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501041130.560.0800.56188.5738.6531.96
Hex326871388038bd2720
Octal6215016170100702754740
Binary110010110100011100011110001000011100010111101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326871; }

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

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

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

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

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

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

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

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