#327EA2

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

Shades of Lochmara #327EA2

Tints of Lochmara #327EA2

Color information

#327EA2 (or 0x327EA2) is unknown color: approx Lochmara. HEX triplet: 32, 7E and A2. RGB value is (50,126,162). Sum of RGB (Red+Green+Blue) = 50+126+162=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #327EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327EA2 is #CD815D. Grayscale: #6B6B6B. Windows color (decimal): -13467998 or 10649138. OLE color: 10649138.

HSL color Cylindrical-coordinate representation of color #327EA2: hue angle of 199.29º 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 #327EA2 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB50126162-
CMYK0.690.2200.36
HSL199.29º52.83%41.57%-
HSV(B)199.29º69.14%63.53%-
XYZ15.318.2136.89-
YUV107.38158.8287.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.79%
GREEN value IS 126 (49.61% from 255) = 37.28%
BLUE value IS 162 (63.67% from 255) = 47.93%
R=14.79%
G=37.28%
B=47.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501261620.690.2200.36199.2952.8341.57
Hex327EA24516024c7352a
Octal62176242105260443076552
Binary110010111111010100010100010110110010010011000111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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