#325971

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

Shades of Blumine #325971

Tints of Blumine #325971

Color information

#325971 (or 0x325971) is unknown color: approx Blumine. HEX triplet: 32, 59 and 71. RGB value is (50,89,113). Sum of RGB (Red+Green+Blue) = 50+89+113=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #325971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325971 is #CDA68E. Grayscale: #4F4F4F. Windows color (decimal): -13477519 or 7428402. OLE color: 7428402.

HSL color Cylindrical-coordinate representation of color #325971: hue angle of 202.86º 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 #325971 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5089113-
CMYK0.560.2100.56
HSL202.86º38.65%31.96%-
HSV(B)202.86º55.75%44.31%-
XYZ7.879.0216.95-
YUV80.08146.58106.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=19.84%
G=35.32%
B=44.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50891130.560.2100.56202.8638.6531.96
Hex3259713815038cb2720
Octal6213116170250703134740
Binary1100101011001111000111100010101011100011001011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325971; }

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

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

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

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

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

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

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

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