#326699

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

Shades of Lochmara #326699

Tints of Lochmara #326699

Color information

#326699 (or 0x326699) is unknown color: approx Lochmara. HEX triplet: 32, 66 and 99. RGB value is (50,102,153). Sum of RGB (Red+Green+Blue) = 50+102+153=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #326699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326699 is #CD9966. Grayscale: #5C5C5C. Windows color (decimal): -13474151 or 10053170. OLE color: 10053170.

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

Color convert

RGB50102153-
CMYK0.670.3300.4
HSL209.71º50.74%39.8%-
HSV(B)209.71º67.32%60%-
XYZ11.8212.4831.92-
YUV92.27162.2797.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=16.39%
G=33.44%
B=50.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501021530.670.3300.4209.7150.7439.8
Hex3266994321028d23328
Octal62146231103410503226350
Binary1100101100110100110011000011100001010100011010010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326699; }

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

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

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

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

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

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

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

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