#3D6EAA

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

Shades of Lochmara #3D6EAA

Tints of Lochmara #3D6EAA

Color information

#3D6EAA (or 0x3D6EAA) is unknown color: approx Lochmara. HEX triplet: 3D, 6E and AA. RGB value is (61,110,170). Sum of RGB (Red+Green+Blue) = 61+110+170=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D6EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6EAA is #C29155. Grayscale: #656565. Windows color (decimal): -12751190 or 11169341. OLE color: 11169341.

HSL color Cylindrical-coordinate representation of color #3D6EAA: hue angle of 213.03º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D6EAA is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB61110170-
CMYK0.640.3500.33
HSL213.03º47.19%45.29%-
HSV(B)213.03º64.12%66.67%-
XYZ14.7615.0540.16-
YUV102.19166.2798.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.89%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=17.89%
G=32.26%
B=49.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611101700.640.3500.33213.0347.1945.29
Hex3D6EAA4023021d52f2d
Octal75156252100430413255755
Binary1111011101110101010101000000100011010000111010101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,110,170); }

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

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

 a { background-color: rgb(61,110,170); }

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

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

 span { border-color: rgb(61,110,170); }

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