#3E73AC

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

Shades of Lochmara #3E73AC

Tints of Lochmara #3E73AC

Color information

#3E73AC (or 0x3E73AC) is unknown color: approx Lochmara. HEX triplet: 3E, 73 and AC. RGB value is (62,115,172). Sum of RGB (Red+Green+Blue) = 62+115+172=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E73AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E73AC is #C18C53. Grayscale: #696969. Windows color (decimal): -12684372 or 11301694. OLE color: 11301694.

HSL color Cylindrical-coordinate representation of color #3E73AC: hue angle of 211.09º 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 #3E73AC is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB62115172-
CMYK0.640.3300.33
HSL211.09º47.01%45.88%-
HSV(B)211.09º63.95%67.45%-
XYZ15.5616.2641.35-
YUV105.65165.4496.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.77%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=17.77%
G=32.95%
B=49.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal621151720.640.3300.33211.0947.0145.88
Hex3E73AC4021021d32f2e
Octal76163254100410413235756
Binary1111101110011101011001000000100001010000111010011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E73AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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