#327AAA

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

Shades of Lochmara #327AAA

Tints of Lochmara #327AAA

Color information

#327AAA (or 0x327AAA) is unknown color: approx Lochmara. HEX triplet: 32, 7A and AA. RGB value is (50,122,170). Sum of RGB (Red+Green+Blue) = 50+122+170=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #327AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327AAA is #CD8555. Grayscale: #696969. Windows color (decimal): -13469014 or 11172402. OLE color: 11172402.

HSL color Cylindrical-coordinate representation of color #327AAA: hue angle of 204º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327AAA is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB50122170-
CMYK0.710.2800.33
HSL204º54.55%43.14%-
HSV(B)204º70.59%66.67%-
XYZ15.5317.540.59-
YUV105.94164.1588.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.62%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=14.62%
G=35.67%
B=49.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501221700.710.2800.3320454.5543.14
Hex327AAA471C021cc372b
Octal62172252107340413146753
Binary110010111101010101010100011111100010000111001100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,122,170); }

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

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

 a { background-color: rgb(50,122,170); }

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

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

 span { border-color: rgb(50,122,170); }

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