#327EA3

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

Shades of Lochmara #327EA3

Tints of Lochmara #327EA3

Color information

#327EA3 (or 0x327EA3) is unknown color: approx Lochmara. HEX triplet: 32, 7E and A3. RGB value is (50,126,163). Sum of RGB (Red+Green+Blue) = 50+126+163=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 163 - color contains mainly: blue. Hex color #327EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327EA3 is #CD815C. Grayscale: #6B6B6B. Windows color (decimal): -13467997 or 10714674. OLE color: 10714674.

HSL color Cylindrical-coordinate representation of color #327EA3: hue angle of 199.65º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #327EA3 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB50126163-
CMYK0.690.2300.36
HSL199.65º53.05%41.76%-
HSV(B)199.65º69.33%63.92%-
XYZ15.3918.2437.36-
YUV107.49159.3286.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.75%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 163 (64.06% from 255) = 48.08%
R=14.75%
G=37.17%
B=48.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501261630.690.2300.36199.6553.0541.76
Hex327EA34517024c8352a
Octal62176243105270443106552
Binary110010111111010100011100010110111010010011001000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,126,163); }

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

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

 a { background-color: rgb(50,126,163); }

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

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

 span { border-color: rgb(50,126,163); }

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