#326672

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

Shades of Blumine #326672

Tints of Blumine #326672

Color information

#326672 (or 0x326672) is unknown color: approx Blumine. HEX triplet: 32, 66 and 72. RGB value is (50,102,114). Sum of RGB (Red+Green+Blue) = 50+102+114=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #326672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326672 is #CD998D. Grayscale: #575757. Windows color (decimal): -13474190 or 7497266. OLE color: 7497266.

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

Color convert

RGB50102114-
CMYK0.560.1100.55
HSL191.25º39.02%32.16%-
HSV(B)191.25º56.14%44.71%-
XYZ9.111.417.64-
YUV87.82142.77101.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=18.80%
G=38.35%
B=42.86%

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
Decimal501021140.560.1100.55191.2539.0232.16
Hex32667238B037bf2720
Octal6214616270130672774740
Binary110010110011011100101110001011011011110111111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326672; }

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

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

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

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

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

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

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

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