#326BB8

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

Shades of Lochmara #326BB8

Tints of Lochmara #326BB8

Color information

#326BB8 (or 0x326BB8) is unknown color: approx Lochmara. HEX triplet: 32, 6B and B8. RGB value is (50,107,184). Sum of RGB (Red+Green+Blue) = 50+107+184=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 184 (72.27% from 255 or 53.96% from 341); Max value from RGB is 184 - color contains mainly: blue. Hex color #326BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BB8 is #CD9447. Grayscale: #626262. Windows color (decimal): -13472840 or 12086066. OLE color: 12086066.

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

Color convert

RGB50107184-
CMYK0.730.4200.28
HSL214.48º57.26%45.88%-
HSV(B)214.48º72.83%72.16%-
XYZ15.2214.6547.37-
YUV98.74176.1293.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.66%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 184 (72.27% from 255) = 53.96%
R=14.66%
G=31.38%
B=53.96%

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
Decimal501071840.730.4200.28214.4857.2645.88
Hex326BB8492A01Cd6392e
Octal62153270111520343267156
Binary110010110101110111000100100110101001110011010110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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