#326F9C

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

Shades of Lochmara #326F9C

Tints of Lochmara #326F9C

Color information

#326F9C (or 0x326F9C) is unknown color: approx Lochmara. HEX triplet: 32, 6F and 9C. RGB value is (50,111,156). Sum of RGB (Red+Green+Blue) = 50+111+156=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #326F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F9C is #CD9063. Grayscale: #616161. Windows color (decimal): -13471844 or 10252082. OLE color: 10252082.

HSL color Cylindrical-coordinate representation of color #326F9C: hue angle of 205.47º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #326F9C is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB50111156-
CMYK0.680.2900.39
HSL205.47º51.46%40.39%-
HSV(B)205.47º67.95%61.18%-
XYZ1314.4533.56-
YUV97.89160.7993.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=15.77%
G=35.02%
B=49.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501111560.680.2900.39205.4751.4640.39
Hex326F9C441D027cd3328
Octal62157234104350473156350
Binary110010110111110011100100010011101010011111001101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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