#3A739F

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

Shades of Lochmara #3A739F

Tints of Lochmara #3A739F

Color information

#3A739F (or 0x3A739F) is unknown color: approx Lochmara. HEX triplet: 3A, 73 and 9F. RGB value is (58,115,159). Sum of RGB (Red+Green+Blue) = 58+115+159=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A739F is #C58C60. Grayscale: #666666. Windows color (decimal): -12946529 or 10449722. OLE color: 10449722.

HSL color Cylindrical-coordinate representation of color #3A739F: hue angle of 206.14º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A739F is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB58115159-
CMYK0.640.2800.38
HSL206.14º46.54%42.55%-
HSV(B)206.14º63.52%62.35%-
XYZ14.1315.6635.08-
YUV102.97159.6295.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.47%
GREEN value IS 115 (45.31% from 255) = 34.64%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=17.47%
G=34.64%
B=47.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581151590.640.2800.38206.1446.5442.55
Hex3A739F401C026ce2f2b
Octal72163237100340463165753
Binary111010111001110011111100000011100010011011001110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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