#327DA0

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

Shades of Lochmara #327DA0

Tints of Lochmara #327DA0

Color information

#327DA0 (or 0x327DA0) is unknown color: approx Lochmara. HEX triplet: 32, 7D and A0. RGB value is (50,125,160). Sum of RGB (Red+Green+Blue) = 50+125+160=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #327DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327DA0 is #CD825F. Grayscale: #6A6A6A. Windows color (decimal): -13468256 or 10517810. OLE color: 10517810.

HSL color Cylindrical-coordinate representation of color #327DA0: hue angle of 199.09º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #327DA0 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB50125160-
CMYK0.690.2200.37
HSL199.09º52.38%41.18%-
HSV(B)199.09º68.75%62.75%-
XYZ14.9917.8835.92-
YUV106.56158.1587.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 160 (62.89% from 255) = 47.76%
R=14.93%
G=37.31%
B=47.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal501251600.690.2200.37199.0952.3841.18
Hex327DA04516025c73429
Octal62175240105260453076451
Binary110010111110110100000100010110110010010111000111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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