#3D729E

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

Shades of Lochmara #3D729E

Tints of Lochmara #3D729E

Color information

#3D729E (or 0x3D729E) is unknown color: approx Lochmara. HEX triplet: 3D, 72 and 9E. RGB value is (61,114,158). Sum of RGB (Red+Green+Blue) = 61+114+158=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D729E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D729E is #C28D61. Grayscale: #666666. Windows color (decimal): -12750178 or 10383933. OLE color: 10383933.

HSL color Cylindrical-coordinate representation of color #3D729E: hue angle of 207.22º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D729E is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB61114158-
CMYK0.610.2800.38
HSL207.22º44.29%42.94%-
HSV(B)207.22º61.39%61.96%-
XYZ14.1115.534.59-
YUV103.17158.9497.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=18.32%
G=34.23%
B=47.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611141580.610.2800.38207.2244.2942.94
Hex3D729E3D1C026cf2c2b
Octal7516223675340463175453
Binary11110111100101001111011110111100010011011001111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,114,158); }

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

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

 a { background-color: rgb(61,114,158); }

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

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

 span { border-color: rgb(61,114,158); }

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