#3571AB

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

Shades of Lochmara #3571AB

Tints of Lochmara #3571AB

Color information

#3571AB (or 0x3571AB) is unknown color: approx Lochmara. HEX triplet: 35, 71 and AB. RGB value is (53,113,171). Sum of RGB (Red+Green+Blue) = 53+113+171=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #3571AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3571AB is #CA8E54. Grayscale: #656565. Windows color (decimal): -13274709 or 11235637. OLE color: 11235637.

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

Color convert

RGB53113171-
CMYK0.690.3400.33
HSL209.49º52.68%43.92%-
HSV(B)209.49º69.01%67.06%-
XYZ14.7215.5140.75-
YUV101.67167.1293.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.73%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=15.73%
G=33.53%
B=50.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531131710.690.3400.33209.4952.6843.92
Hex3571AB4522021d1352c
Octal65161253105420413216554
Binary1101011110001101010111000101100010010000111010001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3571AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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