#356AAE

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

Shades of Lochmara #356AAE

Tints of Lochmara #356AAE

Color information

#356AAE (or 0x356AAE) is unknown color: approx Lochmara. HEX triplet: 35, 6A and AE. RGB value is (53,106,174). Sum of RGB (Red+Green+Blue) = 53+106+174=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #356AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356AAE is #CA9551. Grayscale: #616161. Windows color (decimal): -13276498 or 11430453. OLE color: 11430453.

HSL color Cylindrical-coordinate representation of color #356AAE: hue angle of 213.72º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #356AAE is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53106174-
CMYK0.700.3900.32
HSL213.72º53.3%44.51%-
HSV(B)213.72º69.54%68.24%-
XYZ14.2614.1242.02-
YUV97.9170.9495.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=15.92%
G=31.83%
B=52.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531061740.700.3900.32213.7253.344.51
Hex356AAE4627020d6352d
Octal65152256106470403266555
Binary1101011101010101011101000110100111010000011010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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