#356EAD

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

Shades of Lochmara #356EAD

Tints of Lochmara #356EAD

Color information

#356EAD (or 0x356EAD) is unknown color: approx Lochmara. HEX triplet: 35, 6E and AD. RGB value is (53,110,173). Sum of RGB (Red+Green+Blue) = 53+110+173=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #356EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356EAD is #CA9152. Grayscale: #636363. Windows color (decimal): -13275475 or 11365941. OLE color: 11365941.

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

Color convert

RGB53110173-
CMYK0.690.3600.32
HSL211.5º53.1%44.31%-
HSV(B)211.5º69.36%67.84%-
XYZ14.5914.9341.65-
YUV100.14169.1294.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=15.77%
G=32.74%
B=51.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531101730.690.3600.32211.553.144.31
Hex356EAD4524020d4352c
Octal65156255105440403246554
Binary1101011101110101011011000101100100010000011010100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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