#326EA3

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

Shades of Lochmara #326EA3

Tints of Lochmara #326EA3

Color information

#326EA3 (or 0x326EA3) is unknown color: approx Lochmara. HEX triplet: 32, 6E and A3. RGB value is (50,110,163). Sum of RGB (Red+Green+Blue) = 50+110+163=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #326EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326EA3 is #CD915C. Grayscale: #616161. Windows color (decimal): -13472093 or 10710578. OLE color: 10710578.

HSL color Cylindrical-coordinate representation of color #326EA3: hue angle of 208.14º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #326EA3 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB50110163-
CMYK0.690.3300.36
HSL208.14º53.05%41.76%-
HSV(B)208.14º69.33%63.92%-
XYZ13.514.4736.73-
YUV98.1164.6293.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 163 (64.06% from 255) = 50.46%
R=15.48%
G=34.06%
B=50.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501101630.690.3300.36208.1453.0541.76
Hex326EA34521024d0352a
Octal62156243105410443206552
Binary1100101101110101000111000101100001010010011010000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,110,163); }

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

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

 a { background-color: rgb(50,110,163); }

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

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

 span { border-color: rgb(50,110,163); }

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