#327DA3

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

Shades of Lochmara #327DA3

Tints of Lochmara #327DA3

Color information

#327DA3 (or 0x327DA3) is unknown color: approx Lochmara. HEX triplet: 32, 7D and A3. RGB value is (50,125,163). Sum of RGB (Red+Green+Blue) = 50+125+163=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 163 - color contains mainly: blue. Hex color #327DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327DA3 is #CD825C. Grayscale: #6A6A6A. Windows color (decimal): -13468253 or 10714418. OLE color: 10714418.

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

Color convert

RGB50125163-
CMYK0.690.2300.36
HSL200.18º53.05%41.76%-
HSV(B)200.18º69.33%63.92%-
XYZ15.2617.9937.32-
YUV106.91159.6587.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.79%
GREEN value IS 125 (49.22% from 255) = 36.98%
BLUE value IS 163 (64.06% from 255) = 48.22%
R=14.79%
G=36.98%
B=48.22%

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
Decimal501251630.690.2300.36200.1853.0541.76
Hex327DA34517024c8352a
Octal62175243105270443106552
Binary110010111110110100011100010110111010010011001000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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