#326CAE

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

Shades of Lochmara #326CAE

Tints of Lochmara #326CAE

Color information

#326CAE (or 0x326CAE) is unknown color: approx Lochmara. HEX triplet: 32, 6C and AE. RGB value is (50,108,174). Sum of RGB (Red+Green+Blue) = 50+108+174=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #326CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326CAE is #CD9351. Grayscale: #616161. Windows color (decimal): -13472594 or 11430962. OLE color: 11430962.

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

Color convert

RGB50108174-
CMYK0.710.3800.32
HSL211.94º55.36%43.92%-
HSV(B)211.94º71.26%68.24%-
XYZ14.3214.4642.08-
YUV98.18170.7893.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.06%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=15.06%
G=32.53%
B=52.41%

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
Decimal501081740.710.3800.32211.9455.3643.92
Hex326CAE4726020d4372c
Octal62154256107460403246754
Binary1100101101100101011101000111100110010000011010100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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