#325970

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

Shades of Blumine #325970

Tints of Blumine #325970

Color information

#325970 (or 0x325970) is unknown color: approx Blumine. HEX triplet: 32, 59 and 70. RGB value is (50,89,112). Sum of RGB (Red+Green+Blue) = 50+89+112=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #325970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325970 is #CDA68F. Grayscale: #4F4F4F. Windows color (decimal): -13477520 or 7362866. OLE color: 7362866.

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

Color convert

RGB5089112-
CMYK0.550.2100.56
HSL202.26º38.27%31.76%-
HSV(B)202.26º55.36%43.92%-
XYZ7.818.9916.65-
YUV79.96146.08106.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=19.92%
G=35.46%
B=44.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50891120.550.2100.56202.2638.2731.76
Hex3259703715038ca2620
Octal6213116067250703124640
Binary1100101011001111000011011110101011100011001010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325970; }

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

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

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

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

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

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

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

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