#327C9A

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

Shades of Lochmara #327C9A

Tints of Lochmara #327C9A

Color information

#327C9A (or 0x327C9A) is unknown color: approx Lochmara. HEX triplet: 32, 7C and 9A. RGB value is (50,124,154). Sum of RGB (Red+Green+Blue) = 50+124+154=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #327C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C9A is #CD8365. Grayscale: #696969. Windows color (decimal): -13468518 or 10124338. OLE color: 10124338.

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

Color convert

RGB50124154-
CMYK0.680.1900.40
HSL197.31º50.98%40%-
HSV(B)197.31º67.53%60.39%-
XYZ14.3617.4333.18-
YUV105.29155.4888.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.24%
GREEN value IS 124 (48.83% from 255) = 37.80%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=15.24%
G=37.80%
B=46.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501241540.680.1900.40197.3150.9840
Hex327C9A4413028c53328
Octal62174232104230503056350
Binary110010111110010011010100010010011010100011000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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