#3E749A

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

Shades of Lochmara #3E749A

Tints of Lochmara #3E749A

Color information

#3E749A (or 0x3E749A) is unknown color: approx Lochmara. HEX triplet: 3E, 74 and 9A. RGB value is (62,116,154). Sum of RGB (Red+Green+Blue) = 62+116+154=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #3E749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E749A is #C18B65. Grayscale: #676767. Windows color (decimal): -12684134 or 10122302. OLE color: 10122302.

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

Color convert

RGB62116154-
CMYK0.600.2500.40
HSL204.78º42.59%42.35%-
HSV(B)204.78º59.74%60.39%-
XYZ14.0615.8532.89-
YUV104.19156.1197.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.67%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 154 (60.55% from 255) = 46.39%
R=18.67%
G=34.94%
B=46.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal621161540.600.2500.40204.7842.5942.35
Hex3E749A3C19028cd2b2a
Octal7616423274310503155352
Binary11111011101001001101011110011001010100011001101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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