#3972A9

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

Shades of Lochmara #3972A9

Tints of Lochmara #3972A9

Color information

#3972A9 (or 0x3972A9) is unknown color: approx Lochmara. HEX triplet: 39, 72 and A9. RGB value is (57,114,169). Sum of RGB (Red+Green+Blue) = 57+114+169=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 169 (66.41% from 255 or 49.71% from 340); Max value from RGB is 169 - color contains mainly: blue. Hex color #3972A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3972A9 is #C68D56. Grayscale: #666666. Windows color (decimal): -13012311 or 11104825. OLE color: 11104825.

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

Color convert

RGB57114169-
CMYK0.660.3300.34
HSL209.46º49.56%44.31%-
HSV(B)209.46º66.27%66.27%-
XYZ14.8715.7739.8-
YUV103.23165.1295.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 169 (66.41% from 255) = 49.71%
R=16.76%
G=33.53%
B=49.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal571141690.660.3300.34209.4649.5644.31
Hex3972A94221022d1322c
Octal71162251102410423216254
Binary1110011110010101010011000010100001010001011010001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3972A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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