#326174

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

Shades of Blumine #326174

Tints of Blumine #326174

Color information

#326174 (or 0x326174) is unknown color: approx Blumine. HEX triplet: 32, 61 and 74. RGB value is (50,97,116). Sum of RGB (Red+Green+Blue) = 50+97+116=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #326174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326174 is #CD9E8B. Grayscale: #545454. Windows color (decimal): -13475468 or 7627058. OLE color: 7627058.

HSL color Cylindrical-coordinate representation of color #326174: hue angle of 197.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326174 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5097116-
CMYK0.570.1600.55
HSL197.27º39.76%32.55%-
HSV(B)197.27º56.9%45.49%-
XYZ8.7410.4918.09-
YUV85.11145.43102.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=19.01%
G=36.88%
B=44.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50971160.570.1600.55197.2739.7632.55
Hex3261743910037c52821
Octal6214116471200673055041
Binary1100101100001111010011100110000011011111000101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326174; }

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

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

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

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

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

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

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

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