#325966

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

Shades of Blumine #325966

Tints of Blumine #325966

Color information

#325966 (or 0x325966) is unknown color: approx Blumine. HEX triplet: 32, 59 and 66. RGB value is (50,89,102). Sum of RGB (Red+Green+Blue) = 50+89+102=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #325966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325966 is #CDA699. Grayscale: #4E4E4E. Windows color (decimal): -13477530 or 6707506. OLE color: 6707506.

HSL color Cylindrical-coordinate representation of color #325966: hue angle of 195º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #325966 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5089102-
CMYK0.510.1300.6
HSL195º34.21%29.8%-
HSV(B)195º50.98%40%-
XYZ7.298.7813.88-
YUV78.82141.08107.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=20.75%
G=36.93%
B=42.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50891020.510.1300.619534.2129.8
Hex32596633D03Cc3221e
Octal6213114663150743034236
Binary11001010110011100110110011110101111001100001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325966; }

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

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

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

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

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

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

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

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