#356AAC

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

Shades of Lochmara #356AAC

Tints of Lochmara #356AAC

Color information

#356AAC (or 0x356AAC) is unknown color: approx Lochmara. HEX triplet: 35, 6A and AC. RGB value is (53,106,172). Sum of RGB (Red+Green+Blue) = 53+106+172=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #356AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356AAC is #CA9553. Grayscale: #616161. Windows color (decimal): -13276500 or 11299381. OLE color: 11299381.

HSL color Cylindrical-coordinate representation of color #356AAC: hue angle of 213.28º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #356AAC is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53106172-
CMYK0.690.3800.33
HSL213.28º52.89%44.12%-
HSV(B)213.28º69.19%67.45%-
XYZ14.0714.0441-
YUV97.68169.9496.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=16.01%
G=32.02%
B=51.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531061720.690.3800.33213.2852.8944.12
Hex356AAC4526021d5352c
Octal65152254105460413256554
Binary1101011101010101011001000101100110010000111010101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356AAC; }

 p { color: rgb(53,106,172); }

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

<style>
 a { background-color: #356AAC; }

 a { background-color: rgb(53,106,172); }

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

<style>
 span { border-color: #356AAC; }

 span { border-color: rgb(53,106,172); }

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