#327BAA

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

Shades of Lochmara #327BAA

Tints of Lochmara #327BAA

Color information

#327BAA (or 0x327BAA) is unknown color: approx Lochmara. HEX triplet: 32, 7B and AA. RGB value is (50,123,170). Sum of RGB (Red+Green+Blue) = 50+123+170=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #327BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327BAA is #CD8455. Grayscale: #6A6A6A. Windows color (decimal): -13468758 or 11172658. OLE color: 11172658.

HSL color Cylindrical-coordinate representation of color #327BAA: hue angle of 203.5º 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 #327BAA is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB50123170-
CMYK0.710.2800.33
HSL203.5º54.55%43.14%-
HSV(B)203.5º70.59%66.67%-
XYZ15.6517.7540.63-
YUV106.53163.8287.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.58%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=14.58%
G=35.86%
B=49.56%

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
Decimal501231700.710.2800.33203.554.5543.14
Hex327BAA471C021cc372b
Octal62173252107340413146753
Binary110010111101110101010100011111100010000111001100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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