#326876

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

Shades of Blumine #326876

Tints of Blumine #326876

Color information

#326876 (or 0x326876) is unknown color: approx Blumine. HEX triplet: 32, 68 and 76. RGB value is (50,104,118). Sum of RGB (Red+Green+Blue) = 50+104+118=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #326876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326876 is #CD9789. Grayscale: #595959. Windows color (decimal): -13473674 or 7759922. OLE color: 7759922.

HSL color Cylindrical-coordinate representation of color #326876: hue angle of 192.35º 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 #326876 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB50104118-
CMYK0.580.1200.54
HSL192.35º40.48%32.94%-
HSV(B)192.35º57.63%46.27%-
XYZ9.5411.8918.93-
YUV89.45144.1199.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=18.38%
G=38.24%
B=43.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501041180.580.1200.54192.3540.4832.94
Hex3268763AC036c02821
Octal6215016672140663005041
Binary110010110100011101101110101100011011011000000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326876; }

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

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

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

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

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

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

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

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