#326A99

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

Shades of Lochmara #326A99

Tints of Lochmara #326A99

Color information

#326A99 (or 0x326A99) is unknown color: approx Lochmara. HEX triplet: 32, 6A and 99. RGB value is (50,106,153). Sum of RGB (Red+Green+Blue) = 50+106+153=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #326A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326A99 is #CD9566. Grayscale: #5E5E5E. Windows color (decimal): -13473127 or 10054194. OLE color: 10054194.

HSL color Cylindrical-coordinate representation of color #326A99: hue angle of 207.38º 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 #326A99 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB50106153-
CMYK0.670.3100.4
HSL207.38º50.74%39.8%-
HSV(B)207.38º67.32%60%-
XYZ12.2213.2932.06-
YUV94.61160.9596.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=16.18%
G=34.30%
B=49.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501061530.670.3100.4207.3850.7439.8
Hex326A99431F028cf3328
Octal62152231103370503176350
Binary110010110101010011001100001111111010100011001111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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