#326579

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

Shades of Blumine #326579

Tints of Blumine #326579

Color information

#326579 (or 0x326579) is unknown color: approx Blumine. HEX triplet: 32, 65 and 79. RGB value is (50,101,121). Sum of RGB (Red+Green+Blue) = 50+101+121=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #326579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326579 is #CD9A86. Grayscale: #575757. Windows color (decimal): -13474439 or 7955762. OLE color: 7955762.

HSL color Cylindrical-coordinate representation of color #326579: hue angle of 196.9º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326579 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB50101121-
CMYK0.590.1700.53
HSL196.9º41.52%33.53%-
HSV(B)196.9º58.68%47.45%-
XYZ9.4211.3719.79-
YUV88.03146.6100.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=18.38%
G=37.13%
B=44.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501011210.590.1700.53196.941.5233.53
Hex3265793B11035c52a22
Octal6214517173210653055242
Binary1100101100101111100111101110001011010111000101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326579; }

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

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

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

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

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

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

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

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