#326FAA

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

Shades of Lochmara #326FAA

Tints of Lochmara #326FAA

Color information

#326FAA (or 0x326FAA) is unknown color: approx Lochmara. HEX triplet: 32, 6F and AA. RGB value is (50,111,170). Sum of RGB (Red+Green+Blue) = 50+111+170=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #326FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326FAA is #CD9055. Grayscale: #636363. Windows color (decimal): -13471830 or 11169586. OLE color: 11169586.

HSL color Cylindrical-coordinate representation of color #326FAA: hue angle of 209.5º 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 #326FAA is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB50111170-
CMYK0.710.3500.33
HSL209.5º54.55%43.14%-
HSV(B)209.5º70.59%66.67%-
XYZ14.2614.9540.16-
YUV99.49167.7992.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=15.11%
G=33.53%
B=51.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501111700.710.3500.33209.554.5543.14
Hex326FAA4723021d2372b
Octal62157252107430413226753
Binary1100101101111101010101000111100011010000111010010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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