#3E73A7

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

Shades of Lochmara #3E73A7

Tints of Lochmara #3E73A7

Color information

#3E73A7 (or 0x3E73A7) is unknown color: approx Lochmara. HEX triplet: 3E, 73 and A7. RGB value is (62,115,167). Sum of RGB (Red+Green+Blue) = 62+115+167=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #3E73A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E73A7 is #C18C58. Grayscale: #686868. Windows color (decimal): -12684377 or 10974014. OLE color: 10974014.

HSL color Cylindrical-coordinate representation of color #3E73A7: hue angle of 209.71º 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 #3E73A7 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB62115167-
CMYK0.630.3100.35
HSL209.71º45.85%44.9%-
HSV(B)209.71º62.87%65.49%-
XYZ15.0916.0838.87-
YUV105.08162.9497.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.02%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 167 (65.62% from 255) = 48.55%
R=18.02%
G=33.43%
B=48.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal621151670.630.3100.35209.7145.8544.9
Hex3E73A73F1F023d22e2d
Octal7616324777370433225655
Binary11111011100111010011111111111111010001111010010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E73A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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