#3975AA

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

Shades of Lochmara #3975AA

Tints of Lochmara #3975AA

Color information

#3975AA (or 0x3975AA) is unknown color: approx Lochmara. HEX triplet: 39, 75 and AA. RGB value is (57,117,170). Sum of RGB (Red+Green+Blue) = 57+117+170=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #3975AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3975AA is #C68A55. Grayscale: #686868. Windows color (decimal): -13011542 or 11171129. OLE color: 11171129.

HSL color Cylindrical-coordinate representation of color #3975AA: hue angle of 208.14º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3975AA is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57117170-
CMYK0.660.3100.33
HSL208.14º49.78%44.51%-
HSV(B)208.14º66.47%66.67%-
XYZ15.316.4940.41-
YUV105.1164.6293.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=16.57%
G=34.01%
B=49.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571171700.660.3100.33208.1449.7844.51
Hex3975AA421F021d0322d
Octal71165252102370413206255
Binary111001111010110101010100001011111010000111010000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3975AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3975AA; }

 p { color: rgb(57,117,170); }

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

<style>
 a { background-color: #3975AA; }

 a { background-color: rgb(57,117,170); }

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

<style>
 span { border-color: #3975AA; }

 span { border-color: rgb(57,117,170); }

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