#327399

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

Shades of Lochmara #327399

Tints of Lochmara #327399

Color information

#327399 (or 0x327399) is unknown color: approx Lochmara. HEX triplet: 32, 73 and 99. RGB value is (50,115,153). Sum of RGB (Red+Green+Blue) = 50+115+153=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #327399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327399 is #CD8C66. Grayscale: #636363. Windows color (decimal): -13470823 or 10056498. OLE color: 10056498.

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

Color convert

RGB50115153-
CMYK0.670.2500.4
HSL202.14º50.74%39.8%-
HSV(B)202.14º67.32%60%-
XYZ13.215.2432.38-
YUV99.9157.9792.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=15.72%
G=36.16%
B=48.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501151530.670.2500.4202.1450.7439.8
Hex3273994319028ca3328
Octal62163231103310503126350
Binary110010111001110011001100001111001010100011001010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327399; }

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

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

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

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

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

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

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

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