#3573AF

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

Shades of Lochmara #3573AF

Tints of Lochmara #3573AF

Color information

#3573AF (or 0x3573AF) is unknown color: approx Lochmara. HEX triplet: 35, 73 and AF. RGB value is (53,115,175). Sum of RGB (Red+Green+Blue) = 53+115+175=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #3573AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3573AF is #CA8C50. Grayscale: #676767. Windows color (decimal): -13274193 or 11498293. OLE color: 11498293.

HSL color Cylindrical-coordinate representation of color #3573AF: hue angle of 209.51º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3573AF is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB53115175-
CMYK0.700.3400.31
HSL209.51º53.51%44.71%-
HSV(B)209.51º69.71%68.63%-
XYZ15.3416.1142.86-
YUV103.3168.4692.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 175 (68.75% from 255) = 51.02%
R=15.45%
G=33.53%
B=51.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531151750.700.3400.31209.5153.5144.71
Hex3573AF462201Fd2362d
Octal65163257106420373226655
Binary110101111001110101111100011010001001111111010010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3573AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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