#356DAA

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

Shades of Lochmara #356DAA

Tints of Lochmara #356DAA

Color information

#356DAA (or 0x356DAA) is unknown color: approx Lochmara. HEX triplet: 35, 6D and AA. RGB value is (53,109,170). Sum of RGB (Red+Green+Blue) = 53+109+170=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #356DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356DAA is #CA9255. Grayscale: #626262. Windows color (decimal): -13275734 or 11169077. OLE color: 11169077.

HSL color Cylindrical-coordinate representation of color #356DAA: hue angle of 211.28º degrees, saturation: 0.52, 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 #356DAA is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53109170-
CMYK0.690.3600.33
HSL211.28º52.47%43.73%-
HSV(B)211.28º68.82%66.67%-
XYZ14.1914.640.1-
YUV99.21167.9595.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=15.96%
G=32.83%
B=51.20%

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
Decimal531091700.690.3600.33211.2852.4743.73
Hex356DAA4524021d3342c
Octal65155252105440413236454
Binary1101011101101101010101000101100100010000111010011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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