#326376

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

Shades of Blumine #326376

Tints of Blumine #326376

Color information

#326376 (or 0x326376) is unknown color: approx Blumine. HEX triplet: 32, 63 and 76. RGB value is (50,99,118). Sum of RGB (Red+Green+Blue) = 50+99+118=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #326376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326376 is #CD9C89. Grayscale: #565656. Windows color (decimal): -13474954 or 7758642. OLE color: 7758642.

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

Color convert

RGB5099118-
CMYK0.580.1600.54
HSL196.76º40.48%32.94%-
HSV(B)196.76º57.63%46.27%-
XYZ9.0510.9118.77-
YUV86.52145.77101.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=18.73%
G=37.08%
B=44.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50991180.580.1600.54196.7640.4832.94
Hex3263763A10036c52821
Octal6214316672200663055041
Binary1100101100011111011011101010000011011011000101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326376; }

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

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

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

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

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

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

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

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