#3E729A

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

Shades of Lochmara #3E729A

Tints of Lochmara #3E729A

Color information

#3E729A (or 0x3E729A) is unknown color: approx Lochmara. HEX triplet: 3E, 72 and 9A. RGB value is (62,114,154). Sum of RGB (Red+Green+Blue) = 62+114+154=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #3E729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E729A is #C18D65. Grayscale: #666666. Windows color (decimal): -12684646 or 10121790. OLE color: 10121790.

HSL color Cylindrical-coordinate representation of color #3E729A: hue angle of 206.09º 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 #3E729A is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB62114154-
CMYK0.600.2600.40
HSL206.09º42.59%42.35%-
HSV(B)206.09º59.74%60.39%-
XYZ13.8415.3932.81-
YUV103.01156.7798.75-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.79%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=18.79%
G=34.55%
B=46.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal621141540.600.2600.40206.0942.5942.35
Hex3E729A3C1A028ce2b2a
Octal7616223274320503165352
Binary11111011100101001101011110011010010100011001110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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