#3573AB

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

Shades of Lochmara #3573AB

Tints of Lochmara #3573AB

Color information

#3573AB (or 0x3573AB) is unknown color: approx Lochmara. HEX triplet: 35, 73 and AB. RGB value is (53,115,171). Sum of RGB (Red+Green+Blue) = 53+115+171=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #3573AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3573AB is #CA8C54. Grayscale: #666666. Windows color (decimal): -13274197 or 11236149. OLE color: 11236149.

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

Color convert

RGB53115171-
CMYK0.690.3300.33
HSL208.47º52.68%43.92%-
HSV(B)208.47º69.01%67.06%-
XYZ14.9515.9640.82-
YUV102.85166.4692.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=15.63%
G=33.92%
B=50.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531151710.690.3300.33208.4752.6843.92
Hex3573AB4521021d0352c
Octal65163253105410413206554
Binary1101011110011101010111000101100001010000111010000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3573AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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