#3A73AE

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

Shades of Lochmara #3A73AE

Tints of Lochmara #3A73AE

Color information

#3A73AE (or 0x3A73AE) is unknown color: approx Lochmara. HEX triplet: 3A, 73 and AE. RGB value is (58,115,174). Sum of RGB (Red+Green+Blue) = 58+115+174=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A73AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A73AE is #C58C51. Grayscale: #686868. Windows color (decimal): -12946514 or 11432762. OLE color: 11432762.

HSL color Cylindrical-coordinate representation of color #3A73AE: hue angle of 210.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A73AE is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB58115174-
CMYK0.670.3400.32
HSL210.52º50%45.49%-
HSV(B)210.52º66.67%68.24%-
XYZ15.5216.2242.36-
YUV104.68167.1294.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.71%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=16.71%
G=33.14%
B=50.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581151740.670.3400.32210.525045.49
Hex3A73AE4322020d3322d
Octal72163256103420403236255
Binary1110101110011101011101000011100010010000011010011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,115,174); }

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

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

 a { background-color: rgb(58,115,174); }

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

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

 span { border-color: rgb(58,115,174); }

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