#3570AB

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

Shades of Lochmara #3570AB

Tints of Lochmara #3570AB

Color information

#3570AB (or 0x3570AB) is unknown color: approx Lochmara. HEX triplet: 35, 70 and AB. RGB value is (53,112,171). Sum of RGB (Red+Green+Blue) = 53+112+171=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #3570AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3570AB is #CA8F54. Grayscale: #646464. Windows color (decimal): -13274965 or 11235381. OLE color: 11235381.

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

Color convert

RGB53112171-
CMYK0.690.3500.33
HSL210º52.68%43.92%-
HSV(B)210º69.01%67.06%-
XYZ14.6115.2940.71-
YUV101.08167.4593.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=15.77%
G=33.33%
B=50.89%

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
Decimal531121710.690.3500.3321052.6843.92
Hex3570AB4523021d2352c
Octal65160253105430413226554
Binary1101011110000101010111000101100011010000111010010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3570AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3570AB; }

 p { color: rgb(53,112,171); }

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

<style>
 a { background-color: #3570AB; }

 a { background-color: rgb(53,112,171); }

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

<style>
 span { border-color: #3570AB; }

 span { border-color: rgb(53,112,171); }

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