#356DAC

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

Shades of Lochmara #356DAC

Tints of Lochmara #356DAC

Color information

#356DAC (or 0x356DAC) is unknown color: approx Lochmara. HEX triplet: 35, 6D and AC. RGB value is (53,109,172). Sum of RGB (Red+Green+Blue) = 53+109+172=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #356DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356DAC is #CA9253. Grayscale: #636363. Windows color (decimal): -13275732 or 11300149. OLE color: 11300149.

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

Color convert

RGB53109172-
CMYK0.690.3700.33
HSL211.76º52.89%44.12%-
HSV(B)211.76º69.19%67.45%-
XYZ14.3814.6741.1-
YUV99.44168.9594.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=15.87%
G=32.63%
B=51.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531091720.690.3700.33211.7652.8944.12
Hex356DAC4525021d4352c
Octal65155254105450413246554
Binary1101011101101101011001000101100101010000111010100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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