#3973A9

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

Shades of Lochmara #3973A9

Tints of Lochmara #3973A9

Color information

#3973A9 (or 0x3973A9) is unknown color: approx Lochmara. HEX triplet: 39, 73 and A9. RGB value is (57,115,169). Sum of RGB (Red+Green+Blue) = 57+115+169=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #3973A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3973A9 is #C68C56. Grayscale: #676767. Windows color (decimal): -13012055 or 11105081. OLE color: 11105081.

HSL color Cylindrical-coordinate representation of color #3973A9: hue angle of 208.93º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3973A9 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB57115169-
CMYK0.660.3200.34
HSL208.93º49.56%44.31%-
HSV(B)208.93º66.27%66.27%-
XYZ14.981639.83-
YUV103.81164.7894.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.72%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 169 (66.41% from 255) = 49.56%
R=16.72%
G=33.72%
B=49.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal571151690.660.3200.34208.9349.5644.31
Hex3973A94220022d1322c
Octal71163251102400423216254
Binary1110011110011101010011000010100000010001011010001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3973A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3973A9; }

 p { color: rgb(57,115,169); }

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

<style>
 a { background-color: #3973A9; }

 a { background-color: rgb(57,115,169); }

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

<style>
 span { border-color: #3973A9; }

 span { border-color: rgb(57,115,169); }

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