#325E78

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

Shades of Blumine #325E78

Tints of Blumine #325E78

Color information

#325E78 (or 0x325E78) is unknown color: approx Blumine. HEX triplet: 32, 5E and 78. RGB value is (50,94,120). Sum of RGB (Red+Green+Blue) = 50+94+120=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #325E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E78 is #CDA187. Grayscale: #535353. Windows color (decimal): -13476232 or 7888434. OLE color: 7888434.

HSL color Cylindrical-coordinate representation of color #325E78: hue angle of 202.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325E78 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5094120-
CMYK0.580.2200.53
HSL202.29º41.18%33.33%-
HSV(B)202.29º58.33%47.06%-
XYZ8.7110.0419.25-
YUV83.81148.42103.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=18.94%
G=35.61%
B=45.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50941200.580.2200.53202.2941.1833.33
Hex325E783A16035ca2921
Octal6213617072260653125141
Binary1100101011110111100011101010110011010111001010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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