#326992

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

Shades of Lochmara #326992

Tints of Lochmara #326992

Color information

#326992 (or 0x326992) is unknown color: approx Lochmara. HEX triplet: 32, 69 and 92. RGB value is (50,105,146). Sum of RGB (Red+Green+Blue) = 50+105+146=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #326992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326992 is #CD966D. Grayscale: #5D5D5D. Windows color (decimal): -13473390 or 9595186. OLE color: 9595186.

HSL color Cylindrical-coordinate representation of color #326992: hue angle of 205.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326992 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50105146-
CMYK0.660.2800.43
HSL205.62º48.98%38.43%-
HSV(B)205.62º65.75%57.25%-
XYZ11.5612.8629.07-
YUV93.23157.7897.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=16.61%
G=34.88%
B=48.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501051460.660.2800.43205.6248.9838.43
Hex326992421C02Bce3126
Octal62151222102340533166146
Binary110010110100110010010100001011100010101111001110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326992; }

 p { color: rgb(50,105,146); }

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

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

 a { background-color: rgb(50,105,146); }

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

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

 span { border-color: rgb(50,105,146); }

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