#3E71AC

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

Shades of Lochmara #3E71AC

Tints of Lochmara #3E71AC

Color information

#3E71AC (or 0x3E71AC) is unknown color: approx Lochmara. HEX triplet: 3E, 71 and AC. RGB value is (62,113,172). Sum of RGB (Red+Green+Blue) = 62+113+172=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E71AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E71AC is #C18E53. Grayscale: #686868. Windows color (decimal): -12684884 or 11301182. OLE color: 11301182.

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

Color convert

RGB62113172-
CMYK0.640.3400.33
HSL212.18º47.01%45.88%-
HSV(B)212.18º63.95%67.45%-
XYZ15.3415.8141.27-
YUV104.48166.197.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.87%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 172 (67.58% from 255) = 49.57%
R=17.87%
G=32.56%
B=49.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal621131720.640.3400.33212.1847.0145.88
Hex3E71AC4022021d42f2e
Octal76161254100420413245756
Binary1111101110001101011001000000100010010000111010100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E71AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,113,172); }

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

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

 a { background-color: rgb(62,113,172); }

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

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

 span { border-color: rgb(62,113,172); }

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