#3D6EA6

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

Shades of Lochmara #3D6EA6

Tints of Lochmara #3D6EA6

Color information

#3D6EA6 (or 0x3D6EA6) is unknown color: approx Lochmara. HEX triplet: 3D, 6E and A6. RGB value is (61,110,166). Sum of RGB (Red+Green+Blue) = 61+110+166=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #3D6EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6EA6 is #C29159. Grayscale: #656565. Windows color (decimal): -12751194 or 10907197. OLE color: 10907197.

HSL color Cylindrical-coordinate representation of color #3D6EA6: hue angle of 212º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D6EA6 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB61110166-
CMYK0.630.3400.35
HSL212º46.26%44.51%-
HSV(B)212º63.25%65.1%-
XYZ14.3814.938.19-
YUV101.73164.2798.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.10%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 166 (65.23% from 255) = 49.26%
R=18.10%
G=32.64%
B=49.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611101660.630.3400.3521246.2644.51
Hex3D6EA63F22023d42e2d
Octal7515624677420433245655
Binary111101110111010100110111111100010010001111010100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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