#325E70

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

Shades of Blumine #325E70

Tints of Blumine #325E70

Color information

#325E70 (or 0x325E70) is unknown color: approx Blumine. HEX triplet: 32, 5E and 70. RGB value is (50,94,112). Sum of RGB (Red+Green+Blue) = 50+94+112=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #325E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E70 is #CDA18F. Grayscale: #525252. Windows color (decimal): -13476240 or 7364146. OLE color: 7364146.

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

Color convert

RGB5094112-
CMYK0.550.1600.56
HSL197.42º38.27%31.76%-
HSV(B)197.42º55.36%43.92%-
XYZ8.249.8516.8-
YUV82.9144.42104.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 94 (37.11% from 255) = 36.72%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=19.53%
G=36.72%
B=43.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50941120.550.1600.56197.4238.2731.76
Hex325E703710038c52620
Octal6213616067200703054640
Binary1100101011110111000011011110000011100011000101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,94,112); }

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

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

 a { background-color: rgb(50,94,112); }

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

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

 span { border-color: rgb(50,94,112); }

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