#326AB7

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

Shades of Lochmara #326AB7

Tints of Lochmara #326AB7

Color information

#326AB7 (or 0x326AB7) is unknown color: approx Lochmara. HEX triplet: 32, 6A and B7. RGB value is (50,106,183). Sum of RGB (Red+Green+Blue) = 50+106+183=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #326AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326AB7 is #CD9548. Grayscale: #616161. Windows color (decimal): -13473097 or 12020274. OLE color: 12020274.

HSL color Cylindrical-coordinate representation of color #326AB7: hue angle of 214.74º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #326AB7 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB50106183-
CMYK0.730.4200.28
HSL214.74º57.08%45.69%-
HSV(B)214.74º72.68%71.76%-
XYZ15.0214.4146.79-
YUV98.03175.9593.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.75%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 183 (71.88% from 255) = 53.98%
R=14.75%
G=31.27%
B=53.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501061830.730.4200.28214.7457.0845.69
Hex326AB7492A01Cd7392e
Octal62152267111520343277156
Binary110010110101010110111100100110101001110011010111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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