#356AAA

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

Shades of Lochmara #356AAA

Tints of Lochmara #356AAA

Color information

#356AAA (or 0x356AAA) is unknown color: approx Lochmara. HEX triplet: 35, 6A and AA. RGB value is (53,106,170). Sum of RGB (Red+Green+Blue) = 53+106+170=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #356AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356AAA is #CA9555. Grayscale: #616161. Windows color (decimal): -13276502 or 11168309. OLE color: 11168309.

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

Color convert

RGB53106170-
CMYK0.690.3800.33
HSL212.82º52.47%43.73%-
HSV(B)212.82º68.82%66.67%-
XYZ13.8813.9739.99-
YUV97.45168.9496.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=16.11%
G=32.22%
B=51.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531061700.690.3800.33212.8252.4743.73
Hex356AAA4526021d5342c
Octal65152252105460413256454
Binary1101011101010101010101000101100110010000111010101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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