#3E749B

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

Shades of Lochmara #3E749B

Tints of Lochmara #3E749B

Color information

#3E749B (or 0x3E749B) is unknown color: approx Lochmara. HEX triplet: 3E, 74 and 9B. RGB value is (62,116,155). Sum of RGB (Red+Green+Blue) = 62+116+155=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E749B is #C18B64. Grayscale: #686868. Windows color (decimal): -12684133 or 10187838. OLE color: 10187838.

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

Color convert

RGB62116155-
CMYK0.60.2500.39
HSL205.16º42.86%42.55%-
HSV(B)205.16º60%60.78%-
XYZ14.1515.8833.33-
YUV104.3156.6197.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.62%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=18.62%
G=34.83%
B=46.55%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal621161550.60.2500.39205.1642.8642.55
Hex3E749B3C19027cd2b2b
Octal7616423374310473155353
Binary11111011101001001101111110011001010011111001101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,116,155); }

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

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

 a { background-color: rgb(62,116,155); }

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

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

 span { border-color: rgb(62,116,155); }

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