#327499

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

Shades of Lochmara #327499

Tints of Lochmara #327499

Color information

#327499 (or 0x327499) is unknown color: approx Lochmara. HEX triplet: 32, 74 and 99. RGB value is (50,116,153). Sum of RGB (Red+Green+Blue) = 50+116+153=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #327499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327499 is #CD8B66. Grayscale: #646464. Windows color (decimal): -13470567 or 10056754. OLE color: 10056754.

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

Color convert

RGB50116153-
CMYK0.670.2400.4
HSL201.55º50.74%39.8%-
HSV(B)201.55º67.32%60%-
XYZ13.3115.4732.42-
YUV100.48157.6391.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=15.67%
G=36.36%
B=47.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501161530.670.2400.4201.5550.7439.8
Hex3274994318028ca3328
Octal62164231103300503126350
Binary110010111010010011001100001111000010100011001010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327499; }

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

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

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

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

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

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

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

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