#3D74A1

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

Shades of Lochmara #3D74A1

Tints of Lochmara #3D74A1

Color information

#3D74A1 (or 0x3D74A1) is unknown color: approx Lochmara. HEX triplet: 3D, 74 and A1. RGB value is (61,116,161). Sum of RGB (Red+Green+Blue) = 61+116+161=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 161 - color contains mainly: blue. Hex color #3D74A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D74A1 is #C28B5E. Grayscale: #686868. Windows color (decimal): -12749663 or 10581053. OLE color: 10581053.

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

Color convert

RGB61116161-
CMYK0.620.2800.37
HSL207º45.05%43.53%-
HSV(B)207º62.11%63.14%-
XYZ14.616.0636.05-
YUV104.68159.7896.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 161 (63.28% from 255) = 47.63%
R=18.05%
G=34.32%
B=47.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal611161610.620.2800.3720745.0543.53
Hex3D74A13E1C025cf2d2c
Octal7516424176340453175554
Binary11110111101001010000111111011100010010111001111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D74A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,116,161); }

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

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

 a { background-color: rgb(61,116,161); }

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

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

 span { border-color: rgb(61,116,161); }

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