#327D9E

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

Shades of Lochmara #327D9E

Tints of Lochmara #327D9E

Color information

#327D9E (or 0x327D9E) is unknown color: approx Lochmara. HEX triplet: 32, 7D and 9E. RGB value is (50,125,158). Sum of RGB (Red+Green+Blue) = 50+125+158=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #327D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327D9E is #CD8261. Grayscale: #6A6A6A. Windows color (decimal): -13468258 or 10386738. OLE color: 10386738.

HSL color Cylindrical-coordinate representation of color #327D9E: hue angle of 198.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327D9E is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50125158-
CMYK0.680.2100.38
HSL198.33º51.92%40.78%-
HSV(B)198.33º68.35%61.96%-
XYZ14.8217.8135.01-
YUV106.34157.1587.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.02%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=15.02%
G=37.54%
B=47.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501251580.680.2100.38198.3351.9240.78
Hex327D9E4415026c63429
Octal62175236104250463066451
Binary110010111110110011110100010010101010011011000110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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