#325E76

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

Shades of Blumine #325E76

Tints of Blumine #325E76

Color information

#325E76 (or 0x325E76) is unknown color: approx Blumine. HEX triplet: 32, 5E and 76. RGB value is (50,94,118). Sum of RGB (Red+Green+Blue) = 50+94+118=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #325E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E76 is #CDA189. Grayscale: #535353. Windows color (decimal): -13476234 or 7757362. OLE color: 7757362.

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

Color convert

RGB5094118-
CMYK0.580.2000.54
HSL201.18º40.48%32.94%-
HSV(B)201.18º57.63%46.27%-
XYZ8.599.9918.62-
YUV83.58147.42104.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=19.08%
G=35.88%
B=45.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50941180.580.2000.54201.1840.4832.94
Hex325E763A14036c92821
Octal6213616672240663115041
Binary1100101011110111011011101010100011011011001001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325E76; }

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

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

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

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

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

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

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

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