#3974A5

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

Shades of Lochmara #3974A5

Tints of Lochmara #3974A5

Color information

#3974A5 (or 0x3974A5) is unknown color: approx Lochmara. HEX triplet: 39, 74 and A5. RGB value is (57,116,165). Sum of RGB (Red+Green+Blue) = 57+116+165=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 165 (64.84% from 255 or 48.82% from 338); Max value from RGB is 165 - color contains mainly: blue. Hex color #3974A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3974A5 is #C68B5A. Grayscale: #676767. Windows color (decimal): -13011803 or 10843193. OLE color: 10843193.

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

Color convert

RGB57116165-
CMYK0.650.3000.35
HSL207.22º48.65%43.53%-
HSV(B)207.22º65.45%64.71%-
XYZ14.7216.0837.92-
YUV103.94162.4594.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.86%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 165 (64.84% from 255) = 48.82%
R=16.86%
G=34.32%
B=48.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571161650.650.3000.35207.2248.6543.53
Hex3974A5411E023cf312c
Octal71164245101360433176154
Binary111001111010010100101100000111110010001111001111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3974A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3974A5; }

 p { color: rgb(57,116,165); }

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

<style>
 a { background-color: #3974A5; }

 a { background-color: rgb(57,116,165); }

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

<style>
 span { border-color: #3974A5; }

 span { border-color: rgb(57,116,165); }

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