#326EA5

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

Shades of Lochmara #326EA5

Tints of Lochmara #326EA5

Color information

#326EA5 (or 0x326EA5) is unknown color: approx Lochmara. HEX triplet: 32, 6E and A5. RGB value is (50,110,165). Sum of RGB (Red+Green+Blue) = 50+110+165=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #326EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326EA5 is #CD915A. Grayscale: #626262. Windows color (decimal): -13472091 or 10841650. OLE color: 10841650.

HSL color Cylindrical-coordinate representation of color #326EA5: hue angle of 208.7º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #326EA5 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB50110165-
CMYK0.700.3300.35
HSL208.7º53.49%42.16%-
HSV(B)208.7º69.7%64.71%-
XYZ13.6814.5537.68-
YUV98.33165.6293.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.38%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 165 (64.84% from 255) = 50.77%
R=15.38%
G=33.85%
B=50.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501101650.700.3300.35208.753.4942.16
Hex326EA54621023d1352a
Octal62156245106410433216552
Binary1100101101110101001011000110100001010001111010001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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