#3972AC

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

Shades of Lochmara #3972AC

Tints of Lochmara #3972AC

Color information

#3972AC (or 0x3972AC) is unknown color: approx Lochmara. HEX triplet: 39, 72 and AC. RGB value is (57,114,172). Sum of RGB (Red+Green+Blue) = 57+114+172=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #3972AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3972AC is #C68D53. Grayscale: #676767. Windows color (decimal): -13012308 or 11301433. OLE color: 11301433.

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

Color convert

RGB57114172-
CMYK0.670.3400.33
HSL210.26º50.22%44.9%-
HSV(B)210.26º66.86%67.45%-
XYZ15.1515.8841.3-
YUV103.57166.6294.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.62%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=16.62%
G=33.24%
B=50.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571141720.670.3400.33210.2650.2244.9
Hex3972AC4322021d2322d
Octal71162254103420413226255
Binary1110011110010101011001000011100010010000111010010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3972AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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