#3D6995

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

Shades of Lochmara #3D6995

Tints of Lochmara #3D6995

Color information

#3D6995 (or 0x3D6995) is unknown color: approx Lochmara. HEX triplet: 3D, 69 and 95. RGB value is (61,105,149). Sum of RGB (Red+Green+Blue) = 61+105+149=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D6995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6995 is #C2966A. Grayscale: #606060. Windows color (decimal): -12752491 or 9791805. OLE color: 9791805.

HSL color Cylindrical-coordinate representation of color #3D6995: hue angle of 210º 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 #3D6995 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB61105149-
CMYK0.590.3000.42
HSL210º41.9%41.18%-
HSV(B)210º59.06%58.43%-
XYZ12.413.2730.34-
YUV96.86157.42102.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=19.37%
G=33.33%
B=47.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611051490.590.3000.4221041.941.18
Hex3D69953B1E02Ad22a29
Octal7515122573360523225251
Binary11110111010011001010111101111110010101011010010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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