#327c99

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

Shades of Lochmara #327C99

Tints of Lochmara #327C99

Color information

#327C99 (or 0x327C99) is unknown color: approx Lochmara. HEX triplet: 32, 7C and 99. RGB value is (50,124,153). Sum of RGB (Red+Green+Blue) = 50+124+153=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #327C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C99 is #CD8366. Grayscale: #686868. Windows color (decimal): -13468519 or 10058802. OLE color: 10058802.

HSL color Cylindrical-coordinate representation of color #327C99: hue angle of 196.89º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327C99 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB50124153-
CMYK0.670.1900.4
HSL196.89º50.74%39.8%-
HSV(B)196.89º67.32%60%-
XYZ14.2717.3932.74-
YUV105.18154.9888.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.29%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=15.29%
G=37.92%
B=46.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501241530.670.1900.4196.8950.7439.8
Hex327C994313028c53328
Octal62174231103230503056350
Binary110010111110010011001100001110011010100011000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327c99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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