#325B73

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

Shades of Blumine #325B73

Tints of Blumine #325B73

Color information

#325B73 (or 0x325B73) is unknown color: approx Blumine. HEX triplet: 32, 5B and 73. RGB value is (50,91,115). Sum of RGB (Red+Green+Blue) = 50+91+115=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #325B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B73 is #CDA48C. Grayscale: #515151. Windows color (decimal): -13477005 or 7559986. OLE color: 7559986.

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

Color convert

RGB5091115-
CMYK0.570.2100.55
HSL202.15º39.39%32.35%-
HSV(B)202.15º56.52%45.1%-
XYZ8.159.417.6-
YUV81.48146.92105.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=19.53%
G=35.55%
B=44.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50911150.570.2100.55202.1539.3932.35
Hex325B733915037ca2720
Octal6213316371250673124740
Binary1100101011011111001111100110101011011111001010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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