#327AA4

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

Shades of Lochmara #327AA4

Tints of Lochmara #327AA4

Color information

#327AA4 (or 0x327AA4) is unknown color: approx Lochmara. HEX triplet: 32, 7A and A4. RGB value is (50,122,164). Sum of RGB (Red+Green+Blue) = 50+122+164=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #327AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327AA4 is #CD855B. Grayscale: #696969. Windows color (decimal): -13469020 or 10779186. OLE color: 10779186.

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

Color convert

RGB50122164-
CMYK0.700.2600.36
HSL202.11º53.27%41.96%-
HSV(B)202.11º69.51%64.31%-
XYZ14.9817.2837.67-
YUV105.26161.1588.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.88%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 164 (64.45% from 255) = 48.81%
R=14.88%
G=36.31%
B=48.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501221640.700.2600.36202.1153.2741.96
Hex327AA4461A024ca352a
Octal62172244106320443126552
Binary110010111101010100100100011011010010010011001010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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