#3574AF

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

Shades of Lochmara #3574AF

Tints of Lochmara #3574AF

Color information

#3574AF (or 0x3574AF) is unknown color: approx Lochmara. HEX triplet: 35, 74 and AF. RGB value is (53,116,175). Sum of RGB (Red+Green+Blue) = 53+116+175=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #3574AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3574AF is #CA8B50. Grayscale: #676767. Windows color (decimal): -13273937 or 11498549. OLE color: 11498549.

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

Color convert

RGB53116175-
CMYK0.700.3400.31
HSL209.02º53.51%44.71%-
HSV(B)209.02º69.71%68.63%-
XYZ15.4516.3442.9-
YUV103.89168.1391.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.41%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 175 (68.75% from 255) = 50.87%
R=15.41%
G=33.72%
B=50.87%

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
Decimal531161750.700.3400.31209.0253.5144.71
Hex3574AF462201Fd1362d
Octal65164257106420373216655
Binary110101111010010101111100011010001001111111010001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3574AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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