#326CA4

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

Shades of Lochmara #326CA4

Tints of Lochmara #326CA4

Color information

#326CA4 (or 0x326CA4) is unknown color: approx Lochmara. HEX triplet: 32, 6C and A4. RGB value is (50,108,164). Sum of RGB (Red+Green+Blue) = 50+108+164=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #326CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326CA4 is #CD935B. Grayscale: #606060. Windows color (decimal): -13472604 or 10775602. OLE color: 10775602.

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

Color convert

RGB50108164-
CMYK0.700.3400.36
HSL209.47º53.27%41.96%-
HSV(B)209.47º69.51%64.31%-
XYZ13.3814.0837.14-
YUV97.04165.7894.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.53%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 164 (64.45% from 255) = 50.93%
R=15.53%
G=33.54%
B=50.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501081640.700.3400.36209.4753.2741.96
Hex326CA44622024d1352a
Octal62154244106420443216552
Binary1100101101100101001001000110100010010010011010001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,108,164); }

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

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

 a { background-color: rgb(50,108,164); }

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

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

 span { border-color: rgb(50,108,164); }

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