#356FAF

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

Shades of Lochmara #356FAF

Tints of Lochmara #356FAF

Color information

#356FAF (or 0x356FAF) is unknown color: approx Lochmara. HEX triplet: 35, 6F and AF. RGB value is (53,111,175). Sum of RGB (Red+Green+Blue) = 53+111+175=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #356FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356FAF is #CA9050. Grayscale: #646464. Windows color (decimal): -13275217 or 11497269. OLE color: 11497269.

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

Color convert

RGB53111175-
CMYK0.700.3700.31
HSL211.48º53.51%44.71%-
HSV(B)211.48º69.71%68.63%-
XYZ14.8915.2242.71-
YUV100.95169.7893.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=15.63%
G=32.74%
B=51.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531111750.700.3700.31211.4853.5144.71
Hex356FAF462501Fd3362d
Octal65157257106450373236655
Binary110101110111110101111100011010010101111111010011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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