#326A9E

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

Shades of Lochmara #326A9E

Tints of Lochmara #326A9E

Color information

#326A9E (or 0x326A9E) is unknown color: approx Lochmara. HEX triplet: 32, 6A and 9E. RGB value is (50,106,158). Sum of RGB (Red+Green+Blue) = 50+106+158=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #326A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326A9E is #CD9561. Grayscale: #5E5E5E. Windows color (decimal): -13473122 or 10381874. OLE color: 10381874.

HSL color Cylindrical-coordinate representation of color #326A9E: hue angle of 208.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #326A9E is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50106158-
CMYK0.680.3300.38
HSL208.89º51.92%40.78%-
HSV(B)208.89º68.35%61.96%-
XYZ12.6413.4534.28-
YUV95.18163.4595.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 106 (41.80% from 255) = 33.76%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=15.92%
G=33.76%
B=50.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501061580.680.3300.38208.8951.9240.78
Hex326A9E4421026d13429
Octal62152236104410463216451
Binary1100101101010100111101000100100001010011011010001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,106,158); }

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

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

 a { background-color: rgb(50,106,158); }

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

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

 span { border-color: rgb(50,106,158); }

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