#3576AC

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

Shades of Lochmara #3576AC

Tints of Lochmara #3576AC

Color information

#3576AC (or 0x3576AC) is unknown color: approx Lochmara. HEX triplet: 35, 76 and AC. RGB value is (53,118,172). Sum of RGB (Red+Green+Blue) = 53+118+172=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #3576AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3576AC is #CA8953. Grayscale: #686868. Windows color (decimal): -13273428 or 11302453. OLE color: 11302453.

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

Color convert

RGB53118172-
CMYK0.690.3100.33
HSL207.23º52.89%44.12%-
HSV(B)207.23º69.19%67.45%-
XYZ15.3916.6941.44-
YUV104.72165.9791.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=15.45%
G=34.40%
B=50.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531181720.690.3100.33207.2352.8944.12
Hex3576AC451F021cf352c
Octal65166254105370413176554
Binary110101111011010101100100010111111010000111001111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3576AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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