#326594

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

Shades of Lochmara #326594

Tints of Lochmara #326594

Color information

#326594 (or 0x326594) is unknown color: approx Lochmara. HEX triplet: 32, 65 and 94. RGB value is (50,101,148). Sum of RGB (Red+Green+Blue) = 50+101+148=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #326594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326594 is #CD9A6B. Grayscale: #5A5A5A. Windows color (decimal): -13474412 or 9725234. OLE color: 9725234.

HSL color Cylindrical-coordinate representation of color #326594: hue angle of 208.78º 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 #326594 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB50101148-
CMYK0.660.3200.42
HSL208.78º49.49%38.82%-
HSV(B)208.78º66.22%58.04%-
XYZ11.3112.1229.76-
YUV91.11160.198.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 148 (58.20% from 255) = 49.50%
R=16.72%
G=33.78%
B=49.50%

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
Decimal501011480.660.3200.42208.7849.4938.82
Hex326594422002Ad13127
Octal62145224102400523216147
Binary1100101100101100101001000010100000010101011010001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326594; }

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

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

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

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

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

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

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

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