#326B99

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

Shades of Lochmara #326B99

Tints of Lochmara #326B99

Color information

#326B99 (or 0x326B99) is unknown color: approx Lochmara. HEX triplet: 32, 6B and 99. RGB value is (50,107,153). Sum of RGB (Red+Green+Blue) = 50+107+153=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #326B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326B99 is #CD9466. Grayscale: #5E5E5E. Windows color (decimal): -13472871 or 10054450. OLE color: 10054450.

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

Color convert

RGB50107153-
CMYK0.670.3000.4
HSL206.8º50.74%39.8%-
HSV(B)206.8º67.32%60%-
XYZ12.3213.4932.09-
YUV95.2160.6295.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 153 (60.16% from 255) = 49.35%
R=16.13%
G=34.52%
B=49.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501071530.670.3000.4206.850.7439.8
Hex326B99431E028cf3328
Octal62153231103360503176350
Binary110010110101110011001100001111110010100011001111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326B99; }

 p { color: rgb(50,107,153); }

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

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

 a { background-color: rgb(50,107,153); }

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

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

 span { border-color: rgb(50,107,153); }

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