#326CAD

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

Shades of Lochmara #326CAD

Tints of Lochmara #326CAD

Color information

#326CAD (or 0x326CAD) is unknown color: approx Lochmara. HEX triplet: 32, 6C and AD. RGB value is (50,108,173). Sum of RGB (Red+Green+Blue) = 50+108+173=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #326CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326CAD is #CD9352. Grayscale: #616161. Windows color (decimal): -13472595 or 11365426. OLE color: 11365426.

HSL color Cylindrical-coordinate representation of color #326CAD: hue angle of 211.71º 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 #326CAD is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB50108173-
CMYK0.710.3800.32
HSL211.71º55.16%43.73%-
HSV(B)211.71º71.1%67.84%-
XYZ14.2214.4241.57-
YUV98.07170.2893.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=15.11%
G=32.63%
B=52.27%

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
Decimal501081730.710.3800.32211.7155.1643.73
Hex326CAD4726020d4372c
Octal62154255107460403246754
Binary1100101101100101011011000111100110010000011010100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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