#3973A7

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

Shades of Lochmara #3973A7

Tints of Lochmara #3973A7

Color information

#3973A7 (or 0x3973A7) is unknown color: approx Lochmara. HEX triplet: 39, 73 and A7. RGB value is (57,115,167). Sum of RGB (Red+Green+Blue) = 57+115+167=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 167 - color contains mainly: blue. Hex color #3973A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3973A7 is #C68C58. Grayscale: #676767. Windows color (decimal): -13012057 or 10974009. OLE color: 10974009.

HSL color Cylindrical-coordinate representation of color #3973A7: hue angle of 208.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3973A7 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB57115167-
CMYK0.660.3100.35
HSL208.36º49.11%43.92%-
HSV(B)208.36º65.87%65.49%-
XYZ14.7915.9238.85-
YUV103.59163.7894.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 167 (65.62% from 255) = 49.26%
R=16.81%
G=33.92%
B=49.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571151670.660.3100.35208.3649.1143.92
Hex3973A7421F023d0312c
Octal71163247102370433206154
Binary111001111001110100111100001011111010001111010000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3973A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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