#326494

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

Shades of Lochmara #326494

Tints of Lochmara #326494

Color information

#326494 (or 0x326494) is unknown color: approx Lochmara. HEX triplet: 32, 64 and 94. RGB value is (50,100,148). Sum of RGB (Red+Green+Blue) = 50+100+148=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #326494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326494 is #CD9B6B. Grayscale: #5A5A5A. Windows color (decimal): -13474668 or 9724978. OLE color: 9724978.

HSL color Cylindrical-coordinate representation of color #326494: hue angle of 209.39º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326494 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB50100148-
CMYK0.660.3200.42
HSL209.39º49.49%38.82%-
HSV(B)209.39º66.22%58.04%-
XYZ11.2211.9329.73-
YUV90.52160.4499.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 148 (58.20% from 255) = 49.66%
R=16.78%
G=33.56%
B=49.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501001480.660.3200.42209.3949.4938.82
Hex326494422002Ad13127
Octal62144224102400523216147
Binary1100101100100100101001000010100000010101011010001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326494; }

 p { color: rgb(50,100,148); }

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

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

 a { background-color: rgb(50,100,148); }

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

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

 span { border-color: rgb(50,100,148); }

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