#326F9A

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

Shades of Lochmara #326F9A

Tints of Lochmara #326F9A

Color information

#326F9A (or 0x326F9A) is unknown color: approx Lochmara. HEX triplet: 32, 6F and 9A. RGB value is (50,111,154). Sum of RGB (Red+Green+Blue) = 50+111+154=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #326F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F9A is #CD9065. Grayscale: #616161. Windows color (decimal): -13471846 or 10121010. OLE color: 10121010.

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

Color convert

RGB50111154-
CMYK0.680.2800.40
HSL204.81º50.98%40%-
HSV(B)204.81º67.53%60.39%-
XYZ12.8314.3832.67-
YUV97.66159.7994-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.87%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 154 (60.55% from 255) = 48.89%
R=15.87%
G=35.24%
B=48.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501111540.680.2800.40204.8150.9840
Hex326F9A441C028cd3328
Octal62157232104340503156350
Binary110010110111110011010100010011100010100011001101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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