#326B96

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

Shades of Lochmara #326B96

Tints of Lochmara #326B96

Color information

#326B96 (or 0x326B96) is unknown color: approx Lochmara. HEX triplet: 32, 6B and 96. RGB value is (50,107,150). Sum of RGB (Red+Green+Blue) = 50+107+150=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #326B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326B96 is #CD9469. Grayscale: #5E5E5E. Windows color (decimal): -13472874 or 9857842. OLE color: 9857842.

HSL color Cylindrical-coordinate representation of color #326B96: hue angle of 205.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326B96 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB50107150-
CMYK0.670.2900.41
HSL205.8º50%39.22%-
HSV(B)205.8º66.67%58.82%-
XYZ12.0813.430.8-
YUV94.86159.1296-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=16.29%
G=34.85%
B=48.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501071500.670.2900.41205.85039.22
Hex326B96431D029ce3227
Octal62153226103350513166247
Binary110010110101110010110100001111101010100111001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,107,150); }

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

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

 a { background-color: rgb(50,107,150); }

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

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

 span { border-color: rgb(50,107,150); }

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