#3976AA

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

Shades of Lochmara #3976AA

Tints of Lochmara #3976AA

Color information

#3976AA (or 0x3976AA) is unknown color: approx Lochmara. HEX triplet: 39, 76 and AA. RGB value is (57,118,170). Sum of RGB (Red+Green+Blue) = 57+118+170=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #3976AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3976AA is #C68955. Grayscale: #696969. Windows color (decimal): -13011286 or 11171385. OLE color: 11171385.

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

Color convert

RGB57118170-
CMYK0.660.3100.33
HSL207.61º49.78%44.51%-
HSV(B)207.61º66.47%66.67%-
XYZ15.4216.7340.45-
YUV105.69164.2993.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.52%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=16.52%
G=34.20%
B=49.28%

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
Decimal571181700.660.3100.33207.6149.7844.51
Hex3976AA421F021d0322d
Octal71166252102370413206255
Binary111001111011010101010100001011111010000111010000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3976AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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