#356EA2

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

Shades of Lochmara #356EA2

Tints of Lochmara #356EA2

Color information

#356EA2 (or 0x356EA2) is unknown color: approx Lochmara. HEX triplet: 35, 6E and A2. RGB value is (53,110,162). Sum of RGB (Red+Green+Blue) = 53+110+162=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #356EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356EA2 is #CA915D. Grayscale: #626262. Windows color (decimal): -13275486 or 10645045. OLE color: 10645045.

HSL color Cylindrical-coordinate representation of color #356EA2: hue angle of 208.62º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #356EA2 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB53110162-
CMYK0.670.3200.36
HSL208.62º50.7%42.16%-
HSV(B)208.62º67.28%63.53%-
XYZ13.5714.5236.27-
YUV98.88163.6295.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 162 (63.67% from 255) = 49.85%
R=16.31%
G=33.85%
B=49.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531101620.670.3200.36208.6250.742.16
Hex356EA24320024d1332a
Octal65156242103400443216352
Binary1101011101110101000101000011100000010010011010001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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