#326BAD

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

Shades of Lochmara #326BAD

Tints of Lochmara #326BAD

Color information

#326BAD (or 0x326BAD) is unknown color: approx Lochmara. HEX triplet: 32, 6B and AD. RGB value is (50,107,173). Sum of RGB (Red+Green+Blue) = 50+107+173=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #326BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326BAD is #CD9452. Grayscale: #616161. Windows color (decimal): -13472851 or 11365170. OLE color: 11365170.

HSL color Cylindrical-coordinate representation of color #326BAD: hue angle of 212.2º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #326BAD is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB50107173-
CMYK0.710.3800.32
HSL212.2º55.16%43.73%-
HSV(B)212.2º71.1%67.84%-
XYZ14.1214.2141.53-
YUV97.48170.6294.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=15.15%
G=32.42%
B=52.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501071730.710.3800.32212.255.1643.73
Hex326BAD4726020d4372c
Octal62153255107460403246754
Binary1100101101011101011011000111100110010000011010100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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