#326F9E

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

Shades of Lochmara #326F9E

Tints of Lochmara #326F9E

Color information

#326F9E (or 0x326F9E) is unknown color: approx Lochmara. HEX triplet: 32, 6F and 9E. RGB value is (50,111,158). Sum of RGB (Red+Green+Blue) = 50+111+158=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #326F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F9E is #CD9061. Grayscale: #616161. Windows color (decimal): -13471842 or 10383154. OLE color: 10383154.

HSL color Cylindrical-coordinate representation of color #326F9E: hue angle of 206.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #326F9E is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50111158-
CMYK0.680.3000.38
HSL206.11º51.92%40.78%-
HSV(B)206.11º68.35%61.96%-
XYZ13.1714.5234.46-
YUV98.12161.7993.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 158 (62.11% from 255) = 49.53%
R=15.67%
G=34.80%
B=49.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501111580.680.3000.38206.1151.9240.78
Hex326F9E441E026ce3429
Octal62157236104360463166451
Binary110010110111110011110100010011110010011011001110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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