#3974AE

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

Shades of Lochmara #3974AE

Tints of Lochmara #3974AE

Color information

#3974AE (or 0x3974AE) is unknown color: approx Lochmara. HEX triplet: 39, 74 and AE. RGB value is (57,116,174). Sum of RGB (Red+Green+Blue) = 57+116+174=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #3974AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3974AE is #C68B51. Grayscale: #686868. Windows color (decimal): -13011794 or 11433017. OLE color: 11433017.

HSL color Cylindrical-coordinate representation of color #3974AE: hue angle of 209.74º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3974AE is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB57116174-
CMYK0.670.3300.32
HSL209.74º50.65%45.29%-
HSV(B)209.74º67.24%68.24%-
XYZ15.5716.4242.39-
YUV104.97166.9593.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.43%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=16.43%
G=33.43%
B=50.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571161740.670.3300.32209.7450.6545.29
Hex3974AE4321020d2332d
Octal71164256103410403226355
Binary1110011110100101011101000011100001010000011010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3974AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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