#3570A2

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

Shades of Lochmara #3570A2

Tints of Lochmara #3570A2

Color information

#3570A2 (or 0x3570A2) is unknown color: approx Lochmara. HEX triplet: 35, 70 and A2. RGB value is (53,112,162). Sum of RGB (Red+Green+Blue) = 53+112+162=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 162 (63.67% from 255 or 49.54% from 327); Max value from RGB is 162 - color contains mainly: blue. Hex color #3570A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3570A2 is #CA8F5D. Grayscale: #636363. Windows color (decimal): -13274974 or 10645557. OLE color: 10645557.

HSL color Cylindrical-coordinate representation of color #3570A2: hue angle of 207.52º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3570A2 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB53112162-
CMYK0.670.3100.36
HSL207.52º50.7%42.16%-
HSV(B)207.52º67.28%63.53%-
XYZ13.7814.9536.34-
YUV100.06162.9594.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 162 (63.67% from 255) = 49.54%
R=16.21%
G=34.25%
B=49.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531121620.670.3100.36207.5250.742.16
Hex3570A2431F024d0332a
Octal65160242103370443206352
Binary110101111000010100010100001111111010010011010000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3570A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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