#3576A4

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

Shades of Lochmara #3576A4

Tints of Lochmara #3576A4

Color information

#3576A4 (or 0x3576A4) is unknown color: approx Lochmara. HEX triplet: 35, 76 and A4. RGB value is (53,118,164). Sum of RGB (Red+Green+Blue) = 53+118+164=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #3576A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3576A4 is #CA895B. Grayscale: #676767. Windows color (decimal): -13273436 or 10778165. OLE color: 10778165.

HSL color Cylindrical-coordinate representation of color #3576A4: hue angle of 204.86º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3576A4 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB53118164-
CMYK0.680.2800.36
HSL204.86º51.15%42.55%-
HSV(B)204.86º67.68%64.31%-
XYZ14.6516.3937.51-
YUV103.81161.9791.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 164 (64.45% from 255) = 48.96%
R=15.82%
G=35.22%
B=48.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531181640.680.2800.36204.8651.1542.55
Hex3576A4441C024cd332b
Octal65166244104340443156353
Binary110101111011010100100100010011100010010011001101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3576A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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