#326576

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

Shades of Blumine #326576

Tints of Blumine #326576

Color information

#326576 (or 0x326576) is unknown color: approx Blumine. HEX triplet: 32, 65 and 76. RGB value is (50,101,118). Sum of RGB (Red+Green+Blue) = 50+101+118=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #326576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326576 is #CD9A89. Grayscale: #575757. Windows color (decimal): -13474442 or 7759154. OLE color: 7759154.

HSL color Cylindrical-coordinate representation of color #326576: hue angle of 195º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326576 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB50101118-
CMYK0.580.1400.54
HSL195º40.48%32.94%-
HSV(B)195º57.63%46.27%-
XYZ9.2411.2918.83-
YUV87.69145.1101.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=18.59%
G=37.55%
B=43.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501011180.580.1400.5419540.4832.94
Hex3265763AE036c32821
Octal6214516672160663035041
Binary110010110010111101101110101110011011011000011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326576; }

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

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

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

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

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

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

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

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