#325F74

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

Shades of Blumine #325F74

Tints of Blumine #325F74

Color information

#325F74 (or 0x325F74) is unknown color: approx Blumine. HEX triplet: 32, 5F and 74. RGB value is (50,95,116). Sum of RGB (Red+Green+Blue) = 50+95+116=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #325F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F74 is #CDA08B. Grayscale: #535353. Windows color (decimal): -13475980 or 7626546. OLE color: 7626546.

HSL color Cylindrical-coordinate representation of color #325F74: hue angle of 199.09º 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 #325F74 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5095116-
CMYK0.570.1800.55
HSL199.09º39.76%32.55%-
HSV(B)199.09º56.9%45.49%-
XYZ8.5610.1218.03-
YUV83.94146.09103.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=19.16%
G=36.40%
B=44.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50951160.570.1800.55199.0939.7632.55
Hex325F743912037c72821
Octal6213716471220673075041
Binary1100101011111111010011100110010011011111000111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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