#356FAA

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

Shades of Lochmara #356FAA

Tints of Lochmara #356FAA

Color information

#356FAA (or 0x356FAA) is unknown color: approx Lochmara. HEX triplet: 35, 6F and AA. RGB value is (53,111,170). Sum of RGB (Red+Green+Blue) = 53+111+170=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #356FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356FAA is #CA9055. Grayscale: #646464. Windows color (decimal): -13275222 or 11169589. OLE color: 11169589.

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

Color convert

RGB53111170-
CMYK0.690.3500.33
HSL210.26º52.47%43.73%-
HSV(B)210.26º68.82%66.67%-
XYZ14.4115.0340.17-
YUV100.38167.2894.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=15.87%
G=33.23%
B=50.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531111700.690.3500.33210.2652.4743.73
Hex356FAA4523021d2342c
Octal65157252105430413226454
Binary1101011101111101010101000101100011010000111010010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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