#326179

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

Shades of Blumine #326179

Tints of Blumine #326179

Color information

#326179 (or 0x326179) is unknown color: approx Blumine. HEX triplet: 32, 61 and 79. RGB value is (50,97,121). Sum of RGB (Red+Green+Blue) = 50+97+121=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #326179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326179 is #CD9E86. Grayscale: #555555. Windows color (decimal): -13475463 or 7954738. OLE color: 7954738.

HSL color Cylindrical-coordinate representation of color #326179: hue angle of 200.28º 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 #326179 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5097121-
CMYK0.590.2000.53
HSL200.28º41.52%33.53%-
HSV(B)200.28º58.68%47.45%-
XYZ9.0410.6119.66-
YUV85.68147.93102.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=18.66%
G=36.19%
B=45.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50971210.590.2000.53200.2841.5233.53
Hex3261793B14035c82a22
Octal6214117173240653105242
Binary1100101100001111100111101110100011010111001000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326179; }

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

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

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

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

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

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

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

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