#3571AF

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

Shades of Lochmara #3571AF

Tints of Lochmara #3571AF

Color information

#3571AF (or 0x3571AF) is unknown color: approx Lochmara. HEX triplet: 35, 71 and AF. RGB value is (53,113,175). Sum of RGB (Red+Green+Blue) = 53+113+175=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #3571AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3571AF is #CA8E50. Grayscale: #656565. Windows color (decimal): -13274705 or 11497781. OLE color: 11497781.

HSL color Cylindrical-coordinate representation of color #3571AF: hue angle of 210.49º 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 #3571AF is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB53113175-
CMYK0.700.3500.31
HSL210.49º53.51%44.71%-
HSV(B)210.49º69.71%68.63%-
XYZ15.1115.6642.78-
YUV102.13169.1292.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 175 (68.75% from 255) = 51.32%
R=15.54%
G=33.14%
B=51.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531131750.700.3500.31210.4953.5144.71
Hex3571AF462301Fd2362d
Octal65161257106430373226655
Binary110101111000110101111100011010001101111111010010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3571AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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