#325F71

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

Shades of Blumine #325F71

Tints of Blumine #325F71

Color information

#325F71 (or 0x325F71) is unknown color: approx Blumine. HEX triplet: 32, 5F and 71. RGB value is (50,95,113). Sum of RGB (Red+Green+Blue) = 50+95+113=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #325F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F71 is #CDA08E. Grayscale: #535353. Windows color (decimal): -13475983 or 7429938. OLE color: 7429938.

HSL color Cylindrical-coordinate representation of color #325F71: hue angle of 197.14º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #325F71 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5095113-
CMYK0.560.1600.56
HSL197.14º38.65%31.96%-
HSV(B)197.14º55.75%44.31%-
XYZ8.3910.0517.12-
YUV83.6144.59104.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=19.38%
G=36.82%
B=43.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50951130.560.1600.56197.1438.6531.96
Hex325F713810038c52720
Octal6213716170200703054740
Binary1100101011111111000111100010000011100011000101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,95,113); }

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

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

 a { background-color: rgb(50,95,113); }

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

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

 span { border-color: rgb(50,95,113); }

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