#326fb8

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

Shades of Lochmara #326FB8

Tints of Lochmara #326FB8

Color information

#326FB8 (or 0x326FB8) is unknown color: approx Lochmara. HEX triplet: 32, 6F and B8. RGB value is (50,111,184). Sum of RGB (Red+Green+Blue) = 50+111+184=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #326FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FB8 is #CD9047. Grayscale: #646464. Windows color (decimal): -13471816 or 12087090. OLE color: 12087090.

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

Color convert

RGB50111184-
CMYK0.730.4000.28
HSL212.69º57.26%45.88%-
HSV(B)212.69º72.83%72.16%-
XYZ15.6515.5147.52-
YUV101.08174.7991.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.49%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 184 (72.27% from 255) = 53.33%
R=14.49%
G=32.17%
B=53.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501111840.730.4000.28212.6957.2645.88
Hex326FB8492801Cd5392e
Octal62157270111500343257156
Binary110010110111110111000100100110100001110011010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326fb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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