#326EB0

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

Shades of Lochmara #326EB0

Tints of Lochmara #326EB0

Color information

#326EB0 (or 0x326EB0) is unknown color: approx Lochmara. HEX triplet: 32, 6E and B0. RGB value is (50,110,176). Sum of RGB (Red+Green+Blue) = 50+110+176=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 176 (69.14% from 255 or 52.38% from 336); Max value from RGB is 176 - color contains mainly: blue. Hex color #326EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326EB0 is #CD914F. Grayscale: #636363. Windows color (decimal): -13472080 or 11562546. OLE color: 11562546.

HSL color Cylindrical-coordinate representation of color #326EB0: hue angle of 211.43º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #326EB0 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50110176-
CMYK0.720.3700.31
HSL211.43º55.75%44.31%-
HSV(B)211.43º71.59%69.02%-
XYZ14.7314.9643.19-
YUV99.58171.1292.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.88%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 176 (69.14% from 255) = 52.38%
R=14.88%
G=32.74%
B=52.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501101760.720.3700.31211.4355.7544.31
Hex326EB0482501Fd3382c
Octal62156260110450373237054
Binary110010110111010110000100100010010101111111010011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,110,176); }

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

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

 a { background-color: rgb(50,110,176); }

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

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

 span { border-color: rgb(50,110,176); }

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