#3575AF

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

Shades of Lochmara #3575AF

Tints of Lochmara #3575AF

Color information

#3575AF (or 0x3575AF) is unknown color: approx Lochmara. HEX triplet: 35, 75 and AF. RGB value is (53,117,175). Sum of RGB (Red+Green+Blue) = 53+117+175=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #3575AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3575AF is #CA8A50. Grayscale: #686868. Windows color (decimal): -13273681 or 11498805. OLE color: 11498805.

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

Color convert

RGB53117175-
CMYK0.700.3300.31
HSL208.52º53.51%44.71%-
HSV(B)208.52º69.71%68.63%-
XYZ15.5716.5742.94-
YUV104.48167.891.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=15.36%
G=33.91%
B=50.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531171750.700.3300.31208.5253.5144.71
Hex3575AF462101Fd1362d
Octal65165257106410373216655
Binary110101111010110101111100011010000101111111010001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3575AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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