#326692

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

Shades of Lochmara #326692

Tints of Lochmara #326692

Color information

#326692 (or 0x326692) is unknown color: approx Lochmara. HEX triplet: 32, 66 and 92. RGB value is (50,102,146). Sum of RGB (Red+Green+Blue) = 50+102+146=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #326692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326692 is #CD996D. Grayscale: #5B5B5B. Windows color (decimal): -13474158 or 9594418. OLE color: 9594418.

HSL color Cylindrical-coordinate representation of color #326692: hue angle of 207.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326692 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50102146-
CMYK0.660.3000.43
HSL207.5º48.98%38.43%-
HSV(B)207.5º65.75%57.25%-
XYZ11.2612.2628.97-
YUV91.47158.7798.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=16.78%
G=34.23%
B=48.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501021460.660.3000.43207.548.9838.43
Hex326692421E02Bd03126
Octal62146222102360533206146
Binary110010110011010010010100001011110010101111010000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326692; }

 p { color: rgb(50,102,146); }

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

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

 a { background-color: rgb(50,102,146); }

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

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

 span { border-color: rgb(50,102,146); }

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