#356EB2

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

Shades of Lochmara #356EB2

Tints of Lochmara #356EB2

Color information

#356EB2 (or 0x356EB2) is unknown color: approx Lochmara. HEX triplet: 35, 6E and B2. RGB value is (53,110,178). Sum of RGB (Red+Green+Blue) = 53+110+178=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #356EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356EB2 is #CA914D. Grayscale: #646464. Windows color (decimal): -13275470 or 11693621. OLE color: 11693621.

HSL color Cylindrical-coordinate representation of color #356EB2: hue angle of 212.64º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #356EB2 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB53110178-
CMYK0.700.3800.30
HSL212.64º54.11%45.29%-
HSV(B)212.64º70.22%69.8%-
XYZ15.0815.1244.24-
YUV100.71171.6293.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 178 (69.92% from 255) = 52.20%
R=15.54%
G=32.26%
B=52.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531101780.700.3800.30212.6454.1145.29
Hex356EB2462601Ed5362d
Octal65156262106460363256655
Binary110101110111010110010100011010011001111011010101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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