#356DAF

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

Shades of Lochmara #356DAF

Tints of Lochmara #356DAF

Color information

#356DAF (or 0x356DAF) is unknown color: approx Lochmara. HEX triplet: 35, 6D and AF. RGB value is (53,109,175). Sum of RGB (Red+Green+Blue) = 53+109+175=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #356DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356DAF is #CA9250. Grayscale: #636363. Windows color (decimal): -13275729 or 11496757. OLE color: 11496757.

HSL color Cylindrical-coordinate representation of color #356DAF: hue angle of 212.46º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #356DAF is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB53109175-
CMYK0.700.3800.31
HSL212.46º53.51%44.71%-
HSV(B)212.46º69.71%68.63%-
XYZ14.6714.7942.64-
YUV99.78170.4594.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.73%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=15.73%
G=32.34%
B=51.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531091750.700.3800.31212.4653.5144.71
Hex356DAF462601Fd4362d
Octal65155257106460373246655
Binary110101110110110101111100011010011001111111010100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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