#3D6D95

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

Shades of Lochmara #3D6D95

Tints of Lochmara #3D6D95

Color information

#3D6D95 (or 0x3D6D95) is unknown color: approx Lochmara. HEX triplet: 3D, 6D and 95. RGB value is (61,109,149). Sum of RGB (Red+Green+Blue) = 61+109+149=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D6D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6D95 is #C2926A. Grayscale: #636363. Windows color (decimal): -12751467 or 9792829. OLE color: 9792829.

HSL color Cylindrical-coordinate representation of color #3D6D95: hue angle of 207.27º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D6D95 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB61109149-
CMYK0.590.2700.42
HSL207.27º41.9%41.18%-
HSV(B)207.27º59.06%58.43%-
XYZ12.8214.130.48-
YUV99.21156.1100.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=19.12%
G=34.17%
B=46.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611091490.590.2700.42207.2741.941.18
Hex3D6D953B1B02Acf2a29
Octal7515522573330523175251
Binary11110111011011001010111101111011010101011001111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,109,149); }

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

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

 a { background-color: rgb(61,109,149); }

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

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

 span { border-color: rgb(61,109,149); }

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