#327AA2

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

Shades of Lochmara #327AA2

Tints of Lochmara #327AA2

Color information

#327AA2 (or 0x327AA2) is unknown color: approx Lochmara. HEX triplet: 32, 7A and A2. RGB value is (50,122,162). Sum of RGB (Red+Green+Blue) = 50+122+162=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 162 - color contains mainly: blue. Hex color #327AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327AA2 is #CD855D. Grayscale: #686868. Windows color (decimal): -13469022 or 10648114. OLE color: 10648114.

HSL color Cylindrical-coordinate representation of color #327AA2: hue angle of 201.43º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #327AA2 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB50122162-
CMYK0.690.2500.36
HSL201.43º52.83%41.57%-
HSV(B)201.43º69.14%63.53%-
XYZ14.817.2136.72-
YUV105.03160.1588.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.97%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 162 (63.67% from 255) = 48.50%
R=14.97%
G=36.53%
B=48.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501221620.690.2500.36201.4352.8341.57
Hex327AA24519024c9352a
Octal62172242105310443116552
Binary110010111101010100010100010111001010010011001001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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