#3975AE

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

Shades of Lochmara #3975AE

Tints of Lochmara #3975AE

Color information

#3975AE (or 0x3975AE) is unknown color: approx Lochmara. HEX triplet: 39, 75 and AE. RGB value is (57,117,174). Sum of RGB (Red+Green+Blue) = 57+117+174=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #3975AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3975AE is #C68A51. Grayscale: #696969. Windows color (decimal): -13011538 or 11433273. OLE color: 11433273.

HSL color Cylindrical-coordinate representation of color #3975AE: hue angle of 209.23º 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 #3975AE is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB57117174-
CMYK0.670.3300.32
HSL209.23º50.65%45.29%-
HSV(B)209.23º67.24%68.24%-
XYZ15.6916.6542.43-
YUV105.56166.6293.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.38%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 174 (68.36% from 255) = 50%
R=16.38%
G=33.62%
B=50%

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
Decimal571171740.670.3300.32209.2350.6545.29
Hex3975AE4321020d1332d
Octal71165256103410403216355
Binary1110011110101101011101000011100001010000011010001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3975AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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