#326D9B

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

Shades of Lochmara #326D9B

Tints of Lochmara #326D9B

Color information

#326D9B (or 0x326D9B) is unknown color: approx Lochmara. HEX triplet: 32, 6D and 9B. RGB value is (50,109,155). Sum of RGB (Red+Green+Blue) = 50+109+155=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #326D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326D9B is #CD9264. Grayscale: #606060. Windows color (decimal): -13472357 or 10186034. OLE color: 10186034.

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

Color convert

RGB50109155-
CMYK0.680.3000.39
HSL206.29º51.22%40.2%-
HSV(B)206.29º67.74%60.78%-
XYZ12.713.9833.04-
YUV96.6160.9594.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 109 (42.97% from 255) = 34.71%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=15.92%
G=34.71%
B=49.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501091550.680.3000.39206.2951.2240.2
Hex326D9B441E027ce3328
Octal62155233104360473166350
Binary110010110110110011011100010011110010011111001110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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