#356AA6

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

Shades of Lochmara #356AA6

Tints of Lochmara #356AA6

Color information

#356AA6 (or 0x356AA6) is unknown color: approx Lochmara. HEX triplet: 35, 6A and A6. RGB value is (53,106,166). Sum of RGB (Red+Green+Blue) = 53+106+166=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #356AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356AA6 is #CA9559. Grayscale: #606060. Windows color (decimal): -13276506 or 10906165. OLE color: 10906165.

HSL color Cylindrical-coordinate representation of color #356AA6: hue angle of 211.86º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #356AA6 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB53106166-
CMYK0.680.3600.35
HSL211.86º51.6%42.94%-
HSV(B)211.86º68.07%65.1%-
XYZ13.5113.8238.03-
YUV96.99166.9496.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 166 (65.23% from 255) = 51.08%
R=16.31%
G=32.62%
B=51.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal531061660.680.3600.35211.8651.642.94
Hex356AA64424023d4342b
Octal65152246104440433246453
Binary1101011101010101001101000100100100010001111010100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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