#3A73AA

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

Shades of Lochmara #3A73AA

Tints of Lochmara #3A73AA

Color information

#3A73AA (or 0x3A73AA) is unknown color: approx Lochmara. HEX triplet: 3A, 73 and AA. RGB value is (58,115,170). Sum of RGB (Red+Green+Blue) = 58+115+170=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A73AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A73AA is #C58C55. Grayscale: #676767. Windows color (decimal): -12946518 or 11170618. OLE color: 11170618.

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

Color convert

RGB58115170-
CMYK0.660.3200.33
HSL209.46º49.12%44.71%-
HSV(B)209.46º65.88%66.67%-
XYZ15.1316.0640.33-
YUV104.23165.1295.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.91%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=16.91%
G=33.53%
B=49.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581151700.660.3200.33209.4649.1244.71
Hex3A73AA4220021d1312d
Octal72163252102400413216155
Binary1110101110011101010101000010100000010000111010001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A73AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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