#326572

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

Shades of Blumine #326572

Tints of Blumine #326572

Color information

#326572 (or 0x326572) is unknown color: approx Blumine. HEX triplet: 32, 65 and 72. RGB value is (50,101,114). Sum of RGB (Red+Green+Blue) = 50+101+114=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #326572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326572 is #CD9A8D. Grayscale: #575757. Windows color (decimal): -13474446 or 7497010. OLE color: 7497010.

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

Color convert

RGB50101114-
CMYK0.560.1100.55
HSL192.19º39.02%32.16%-
HSV(B)192.19º56.14%44.71%-
XYZ9.0111.217.61-
YUV87.23143.1101.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=18.87%
G=38.11%
B=43.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501011140.560.1100.55192.1939.0232.16
Hex32657238B037c02720
Octal6214516270130673004740
Binary110010110010111100101110001011011011111000000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326572; }

 p { color: rgb(50,101,114); }

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

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

 a { background-color: rgb(50,101,114); }

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

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

 span { border-color: rgb(50,101,114); }

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