#3973A4

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

Shades of Lochmara #3973A4

Tints of Lochmara #3973A4

Color information

#3973A4 (or 0x3973A4) is unknown color: approx Lochmara. HEX triplet: 39, 73 and A4. RGB value is (57,115,164). Sum of RGB (Red+Green+Blue) = 57+115+164=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #3973A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3973A4 is #C68C5B. Grayscale: #666666. Windows color (decimal): -13012060 or 10777401. OLE color: 10777401.

HSL color Cylindrical-coordinate representation of color #3973A4: hue angle of 207.48º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3973A4 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB57115164-
CMYK0.650.3000.36
HSL207.48º48.42%43.33%-
HSV(B)207.48º65.24%64.31%-
XYZ14.5215.8137.41-
YUV103.24162.2895.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.96%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 164 (64.45% from 255) = 48.81%
R=16.96%
G=34.23%
B=48.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571151640.650.3000.36207.4848.4243.33
Hex3973A4411E024cf302b
Octal71163244101360443176053
Binary111001111001110100100100000111110010010011001111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3973A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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