#326AB8

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

Shades of Lochmara #326AB8

Tints of Lochmara #326AB8

Color information

#326AB8 (or 0x326AB8) is unknown color: approx Lochmara. HEX triplet: 32, 6A and B8. RGB value is (50,106,184). Sum of RGB (Red+Green+Blue) = 50+106+184=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 184 (72.27% from 255 or 54.12% from 340); Max value from RGB is 184 - color contains mainly: blue. Hex color #326AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326AB8 is #CD9547. Grayscale: #616161. Windows color (decimal): -13473096 or 12085810. OLE color: 12085810.

HSL color Cylindrical-coordinate representation of color #326AB8: hue angle of 214.93º 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 #326AB8 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB50106184-
CMYK0.730.4200.28
HSL214.93º57.26%45.88%-
HSV(B)214.93º72.83%72.16%-
XYZ15.1214.4547.34-
YUV98.15176.4593.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.71%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 184 (72.27% from 255) = 54.12%
R=14.71%
G=31.18%
B=54.12%

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
Decimal501061840.730.4200.28214.9357.2645.88
Hex326AB8492A01Cd7392e
Octal62152270111520343277156
Binary110010110101010111000100100110101001110011010111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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