#356A9E

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

Shades of Lochmara #356A9E

Tints of Lochmara #356A9E

Color information

#356A9E (or 0x356A9E) is unknown color: approx Lochmara. HEX triplet: 35, 6A and 9E. RGB value is (53,106,158). Sum of RGB (Red+Green+Blue) = 53+106+158=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #356A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356A9E is #CA9561. Grayscale: #5F5F5F. Windows color (decimal): -13276514 or 10381877. OLE color: 10381877.

HSL color Cylindrical-coordinate representation of color #356A9E: hue angle of 209.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #356A9E is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53106158-
CMYK0.660.3300.38
HSL209.71º49.76%41.37%-
HSV(B)209.71º66.46%61.96%-
XYZ12.7913.5334.29-
YUV96.08162.9497.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=16.72%
G=33.44%
B=49.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531061580.660.3300.38209.7149.7641.37
Hex356A9E4221026d23229
Octal65152236102410463226251
Binary1101011101010100111101000010100001010011011010010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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