#327A99

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

Shades of Lochmara #327A99

Tints of Lochmara #327A99

Color information

#327A99 (or 0x327A99) is unknown color: approx Lochmara. HEX triplet: 32, 7A and 99. RGB value is (50,122,153). Sum of RGB (Red+Green+Blue) = 50+122+153=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #327A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A99 is #CD8566. Grayscale: #676767. Windows color (decimal): -13469031 or 10058290. OLE color: 10058290.

HSL color Cylindrical-coordinate representation of color #327A99: hue angle of 198.06º 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 #327A99 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB50122153-
CMYK0.670.2000.4
HSL198.06º50.74%39.8%-
HSV(B)198.06º67.32%60%-
XYZ14.0216.932.66-
YUV104.01155.6589.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.38%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=15.38%
G=37.54%
B=47.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501221530.670.2000.4198.0650.7439.8
Hex327A994314028c63328
Octal62172231103240503066350
Binary110010111101010011001100001110100010100011000110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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