#327C9C

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

Shades of Lochmara #327C9C

Tints of Lochmara #327C9C

Color information

#327C9C (or 0x327C9C) is unknown color: approx Lochmara. HEX triplet: 32, 7C and 9C. RGB value is (50,124,156). Sum of RGB (Red+Green+Blue) = 50+124+156=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #327C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C9C is #CD8363. Grayscale: #696969. Windows color (decimal): -13468516 or 10255410. OLE color: 10255410.

HSL color Cylindrical-coordinate representation of color #327C9C: hue angle of 198.11º 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 #327C9C is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB50124156-
CMYK0.680.2100.39
HSL198.11º51.46%40.39%-
HSV(B)198.11º67.95%61.18%-
XYZ14.5217.4934.06-
YUV105.52156.4888.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 124 (48.83% from 255) = 37.58%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=15.15%
G=37.58%
B=47.27%

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
Decimal501241560.680.2100.39198.1151.4640.39
Hex327C9C4415027c63328
Octal62174234104250473066350
Binary110010111110010011100100010010101010011111000110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,124,156); }

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

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

 a { background-color: rgb(50,124,156); }

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

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

 span { border-color: rgb(50,124,156); }

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