#326DAC

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

Shades of Lochmara #326DAC

Tints of Lochmara #326DAC

Color information

#326DAC (or 0x326DAC) is unknown color: approx Lochmara. HEX triplet: 32, 6D and AC. RGB value is (50,109,172). Sum of RGB (Red+Green+Blue) = 50+109+172=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #326DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326DAC is #CD9253. Grayscale: #626262. Windows color (decimal): -13472340 or 11300146. OLE color: 11300146.

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

Color convert

RGB50109172-
CMYK0.710.3700.33
HSL210.98º54.95%43.53%-
HSV(B)210.98º70.93%67.45%-
XYZ14.2314.5941.1-
YUV98.54169.4593.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=15.11%
G=32.93%
B=51.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501091720.710.3700.33210.9854.9543.53
Hex326DAC4725021d3372c
Octal62155254107450413236754
Binary1100101101101101011001000111100101010000111010011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,109,172); }

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

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

 a { background-color: rgb(50,109,172); }

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

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

 span { border-color: rgb(50,109,172); }

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