#356DAB

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

Shades of Lochmara #356DAB

Tints of Lochmara #356DAB

Color information

#356DAB (or 0x356DAB) is unknown color: approx Lochmara. HEX triplet: 35, 6D and AB. RGB value is (53,109,171). Sum of RGB (Red+Green+Blue) = 53+109+171=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #356DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356DAB is #CA9254. Grayscale: #636363. Windows color (decimal): -13275733 or 11234613. OLE color: 11234613.

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

Color convert

RGB53109171-
CMYK0.690.3600.33
HSL211.53º52.68%43.92%-
HSV(B)211.53º69.01%67.06%-
XYZ14.2914.6340.6-
YUV99.32168.4594.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=15.92%
G=32.73%
B=51.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531091710.690.3600.33211.5352.6843.92
Hex356DAB4524021d4352c
Octal65155253105440413246554
Binary1101011101101101010111000101100100010000111010100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,109,171); }

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

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

 a { background-color: rgb(53,109,171); }

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

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

 span { border-color: rgb(53,109,171); }

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