#356EAE

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

Shades of Lochmara #356EAE

Tints of Lochmara #356EAE

Color information

#356EAE (or 0x356EAE) is unknown color: approx Lochmara. HEX triplet: 35, 6E and AE. RGB value is (53,110,174). Sum of RGB (Red+Green+Blue) = 53+110+174=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #356EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356EAE is #CA9151. Grayscale: #636363. Windows color (decimal): -13275474 or 11431477. OLE color: 11431477.

HSL color Cylindrical-coordinate representation of color #356EAE: hue angle of 211.74º 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 #356EAE is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53110174-
CMYK0.700.3700.32
HSL211.74º53.3%44.51%-
HSV(B)211.74º69.54%68.24%-
XYZ14.6814.9642.16-
YUV100.25169.6294.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.73%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=15.73%
G=32.64%
B=51.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531101740.700.3700.32211.7453.344.51
Hex356EAE4625020d4352d
Octal65156256106450403246555
Binary1101011101110101011101000110100101010000011010100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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