#3E729B

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

Shades of Lochmara #3E729B

Tints of Lochmara #3E729B

Color information

#3E729B (or 0x3E729B) is unknown color: approx Lochmara. HEX triplet: 3E, 72 and 9B. RGB value is (62,114,155). Sum of RGB (Red+Green+Blue) = 62+114+155=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E729B is #C18D64. Grayscale: #666666. Windows color (decimal): -12684645 or 10187326. OLE color: 10187326.

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

Color convert

RGB62114155-
CMYK0.60.2600.39
HSL206.45º42.86%42.55%-
HSV(B)206.45º60%60.78%-
XYZ13.9215.4333.25-
YUV103.13157.2798.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.73%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=18.73%
G=34.44%
B=46.83%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal621141550.60.2600.39206.4542.8642.55
Hex3E729B3C1A027ce2b2b
Octal7616223374320473165353
Binary11111011100101001101111110011010010011111001110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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