#327b9b

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

Shades of Lochmara #327B9B

Tints of Lochmara #327B9B

Color information

#327B9B (or 0x327B9B) is unknown color: approx Lochmara. HEX triplet: 32, 7B and 9B. RGB value is (50,123,155). Sum of RGB (Red+Green+Blue) = 50+123+155=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #327B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327B9B is #CD8464. Grayscale: #686868. Windows color (decimal): -13468773 or 10189618. OLE color: 10189618.

HSL color Cylindrical-coordinate representation of color #327B9B: hue angle of 198.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327B9B is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB50123155-
CMYK0.680.2100.39
HSL198.29º51.22%40.2%-
HSV(B)198.29º67.74%60.78%-
XYZ14.3117.2133.58-
YUV104.82156.3288.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.24%
GREEN value IS 123 (48.44% from 255) = 37.5%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=15.24%
G=37.5%
B=47.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501231550.680.2100.39198.2951.2240.2
Hex327B9B4415027c63328
Octal62173233104250473066350
Binary110010111101110011011100010010101010011111000110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,123,155); }

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

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

 a { background-color: rgb(50,123,155); }

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

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

 span { border-color: rgb(50,123,155); }

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