#327FA8

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

Shades of Lochmara #327FA8

Tints of Lochmara #327FA8

Color information

#327FA8 (or 0x327FA8) is unknown color: approx Lochmara. HEX triplet: 32, 7F and A8. RGB value is (50,127,168). Sum of RGB (Red+Green+Blue) = 50+127+168=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 168 - color contains mainly: blue. Hex color #327FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327FA8 is #CD8057. Grayscale: #6C6C6C. Windows color (decimal): -13467736 or 11042610. OLE color: 11042610.

HSL color Cylindrical-coordinate representation of color #327FA8: hue angle of 200.85º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #327FA8 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB50127168-
CMYK0.700.2400.34
HSL200.85º54.13%42.75%-
HSV(B)200.85º70.24%65.88%-
XYZ15.9718.6839.81-
YUV108.65161.4986.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.49%
GREEN value IS 127 (50% from 255) = 36.81%
BLUE value IS 168 (66.02% from 255) = 48.70%
R=14.49%
G=36.81%
B=48.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal501271680.700.2400.34200.8554.1342.75
Hex327FA84618022c9362b
Octal62177250106300423116653
Binary110010111111110101000100011011000010001011001001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,127,168); }

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

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

 a { background-color: rgb(50,127,168); }

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

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

 span { border-color: rgb(50,127,168); }

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