#3975A9

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

Shades of Lochmara #3975A9

Tints of Lochmara #3975A9

Color information

#3975A9 (or 0x3975A9) is unknown color: approx Lochmara. HEX triplet: 39, 75 and A9. RGB value is (57,117,169). Sum of RGB (Red+Green+Blue) = 57+117+169=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 169 (66.41% from 255 or 49.27% from 343); Max value from RGB is 169 - color contains mainly: blue. Hex color #3975A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3975A9 is #C68A56. Grayscale: #686868. Windows color (decimal): -13011543 or 11105593. OLE color: 11105593.

HSL color Cylindrical-coordinate representation of color #3975A9: hue angle of 207.86º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3975A9 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB57117169-
CMYK0.660.3100.34
HSL207.86º49.56%44.31%-
HSV(B)207.86º66.27%66.27%-
XYZ15.2116.4639.91-
YUV104.99164.1293.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.62%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 169 (66.41% from 255) = 49.27%
R=16.62%
G=34.11%
B=49.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal571171690.660.3100.34207.8649.5644.31
Hex3975A9421F022d0322c
Octal71165251102370423206254
Binary111001111010110101001100001011111010001011010000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3975A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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