#326AAA

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

Shades of Lochmara #326AAA

Tints of Lochmara #326AAA

Color information

#326AAA (or 0x326AAA) is unknown color: approx Lochmara. HEX triplet: 32, 6A and AA. RGB value is (50,106,170). Sum of RGB (Red+Green+Blue) = 50+106+170=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #326AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326AAA is #CD9555. Grayscale: #606060. Windows color (decimal): -13473110 or 11168306. OLE color: 11168306.

HSL color Cylindrical-coordinate representation of color #326AAA: hue angle of 212º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #326AAA is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB50106170-
CMYK0.710.3800.33
HSL212º54.55%43.14%-
HSV(B)212º70.59%66.67%-
XYZ13.7313.8939.99-
YUV96.55169.4594.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 170 (66.80% from 255) = 52.15%
R=15.34%
G=32.52%
B=52.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501061700.710.3800.3321254.5543.14
Hex326AAA4726021d4372b
Octal62152252107460413246753
Binary1100101101010101010101000111100110010000111010100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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