#3575AC

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

Shades of Lochmara #3575AC

Tints of Lochmara #3575AC

Color information

#3575AC (or 0x3575AC) is unknown color: approx Lochmara. HEX triplet: 35, 75 and AC. RGB value is (53,117,172). Sum of RGB (Red+Green+Blue) = 53+117+172=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #3575AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3575AC is #CA8A53. Grayscale: #676767. Windows color (decimal): -13273684 or 11302197. OLE color: 11302197.

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

Color convert

RGB53117172-
CMYK0.690.3200.33
HSL207.73º52.89%44.12%-
HSV(B)207.73º69.19%67.45%-
XYZ15.2816.4641.4-
YUV104.13166.391.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.50%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 172 (67.58% from 255) = 50.29%
R=15.50%
G=34.21%
B=50.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531171720.690.3200.33207.7352.8944.12
Hex3575AC4520021d0352c
Octal65165254105400413206554
Binary1101011110101101011001000101100000010000111010000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3575AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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