#325D73

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

Shades of Blumine #325D73

Tints of Blumine #325D73

Color information

#325D73 (or 0x325D73) is unknown color: approx Blumine. HEX triplet: 32, 5D and 73. RGB value is (50,93,115). Sum of RGB (Red+Green+Blue) = 50+93+115=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #325D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D73 is #CDA28C. Grayscale: #525252. Windows color (decimal): -13476493 or 7560498. OLE color: 7560498.

HSL color Cylindrical-coordinate representation of color #325D73: hue angle of 200.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325D73 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5093115-
CMYK0.570.1900.55
HSL200.31º39.39%32.35%-
HSV(B)200.31º56.52%45.1%-
XYZ8.329.7417.66-
YUV82.65146.25104.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=19.38%
G=36.05%
B=44.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50931150.570.1900.55200.3139.3932.35
Hex325D733913037c82720
Octal6213516371230673104740
Binary1100101011101111001111100110011011011111001000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,93,115); }

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

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

 a { background-color: rgb(50,93,115); }

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

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

 span { border-color: rgb(50,93,115); }

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