#326BB4

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

Shades of Lochmara #326BB4

Tints of Lochmara #326BB4

Color information

#326BB4 (or 0x326BB4) is unknown color: approx Lochmara. HEX triplet: 32, 6B and B4. RGB value is (50,107,180). Sum of RGB (Red+Green+Blue) = 50+107+180=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #326BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BB4 is #CD944B. Grayscale: #616161. Windows color (decimal): -13472844 or 11823922. OLE color: 11823922.

HSL color Cylindrical-coordinate representation of color #326BB4: hue angle of 213.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #326BB4 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB50107180-
CMYK0.720.4100.29
HSL213.69º56.52%45.1%-
HSV(B)213.69º72.22%70.59%-
XYZ14.8114.4945.2-
YUV98.28174.1293.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.84%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 180 (70.70% from 255) = 53.41%
R=14.84%
G=31.75%
B=53.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501071800.720.4100.29213.6956.5245.1
Hex326BB4482901Dd6392d
Octal62153264110510353267155
Binary110010110101110110100100100010100101110111010110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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