#3E7099

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

Shades of Lochmara #3E7099

Tints of Lochmara #3E7099

Color information

#3E7099 (or 0x3E7099) is unknown color: approx Lochmara. HEX triplet: 3E, 70 and 99. RGB value is (62,112,153). Sum of RGB (Red+Green+Blue) = 62+112+153=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E7099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7099 is #C18F66. Grayscale: #656565. Windows color (decimal): -12685159 or 10055742. OLE color: 10055742.

HSL color Cylindrical-coordinate representation of color #3E7099: hue angle of 207.03º 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 #3E7099 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB62112153-
CMYK0.590.2700.4
HSL207.03º42.33%42.16%-
HSV(B)207.03º59.48%60%-
XYZ13.5314.9132.3-
YUV101.72156.9499.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.96%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=18.96%
G=34.25%
B=46.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal621121530.590.2700.4207.0342.3342.16
Hex3E70993B1B028cf2a2a
Octal7616023173330503175252
Binary11111011100001001100111101111011010100011001111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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