#326C9C

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

Shades of Lochmara #326C9C

Tints of Lochmara #326C9C

Color information

#326C9C (or 0x326C9C) is unknown color: approx Lochmara. HEX triplet: 32, 6C and 9C. RGB value is (50,108,156). Sum of RGB (Red+Green+Blue) = 50+108+156=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #326C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C9C is #CD9363. Grayscale: #5F5F5F. Windows color (decimal): -13472612 or 10251314. OLE color: 10251314.

HSL color Cylindrical-coordinate representation of color #326C9C: hue angle of 207.17º 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 #326C9C is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB50108156-
CMYK0.680.3100.39
HSL207.17º51.46%40.39%-
HSV(B)207.17º67.95%61.18%-
XYZ12.6813.833.45-
YUV96.13161.7895.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 156 (61.33% from 255) = 49.68%
R=15.92%
G=34.39%
B=49.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501081560.680.3100.39207.1751.4640.39
Hex326C9C441F027cf3328
Octal62154234104370473176350
Binary110010110110010011100100010011111010011111001111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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