#3E7399

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

Shades of Lochmara #3E7399

Tints of Lochmara #3E7399

Color information

#3E7399 (or 0x3E7399) is unknown color: approx Lochmara. HEX triplet: 3E, 73 and 99. RGB value is (62,115,153). Sum of RGB (Red+Green+Blue) = 62+115+153=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E7399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7399 is #C18C66. Grayscale: #676767. Windows color (decimal): -12684391 or 10056510. OLE color: 10056510.

HSL color Cylindrical-coordinate representation of color #3E7399: hue angle of 205.05º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E7399 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB62115153-
CMYK0.590.2500.4
HSL205.05º42.33%42.16%-
HSV(B)205.05º59.48%60%-
XYZ13.8715.5932.41-
YUV103.48155.9498.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.79%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 153 (60.16% from 255) = 46.36%
R=18.79%
G=34.85%
B=46.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal621151530.590.2500.4205.0542.3342.16
Hex3E73993B19028cd2a2a
Octal7616323173310503155252
Binary11111011100111001100111101111001010100011001101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E7399; }

 p { color: rgb(62,115,153); }

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

<style>
 a { background-color: #3E7399; }

 a { background-color: rgb(62,115,153); }

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

<style>
 span { border-color: #3E7399; }

 span { border-color: rgb(62,115,153); }

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