#327C9D

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

Shades of Lochmara #327C9D

Tints of Lochmara #327C9D

Color information

#327C9D (or 0x327C9D) is unknown color: approx Lochmara. HEX triplet: 32, 7C and 9D. RGB value is (50,124,157). Sum of RGB (Red+Green+Blue) = 50+124+157=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #327C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C9D is #CD8362. Grayscale: #696969. Windows color (decimal): -13468515 or 10320946. OLE color: 10320946.

HSL color Cylindrical-coordinate representation of color #327C9D: hue angle of 198.5º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327C9D is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50124157-
CMYK0.680.2100.38
HSL198.5º51.69%40.59%-
HSV(B)198.5º68.15%61.57%-
XYZ14.6117.5334.51-
YUV105.64156.9888.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 124 (48.83% from 255) = 37.46%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=15.11%
G=37.46%
B=47.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501241570.680.2100.38198.551.6940.59
Hex327C9D4415026c73429
Octal62174235104250463076451
Binary110010111110010011101100010010101010011011000111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327C9D; }

 p { color: rgb(50,124,157); }

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

<style>
 a { background-color: #327C9D; }

 a { background-color: rgb(50,124,157); }

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

<style>
 span { border-color: #327C9D; }

 span { border-color: rgb(50,124,157); }

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