#3A709F

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

Shades of Lochmara #3A709F

Tints of Lochmara #3A709F

Color information

#3A709F (or 0x3A709F) is unknown color: approx Lochmara. HEX triplet: 3A, 70 and 9F. RGB value is (58,112,159). Sum of RGB (Red+Green+Blue) = 58+112+159=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A709F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A709F is #C58F60. Grayscale: #646464. Windows color (decimal): -12947297 or 10448954. OLE color: 10448954.

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

Color convert

RGB58112159-
CMYK0.640.3000.38
HSL207.92º46.54%42.55%-
HSV(B)207.92º63.52%62.35%-
XYZ13.814.9934.97-
YUV101.21160.6197.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.63%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=17.63%
G=34.04%
B=48.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581121590.640.3000.38207.9246.5442.55
Hex3A709F401E026d02f2b
Octal72160237100360463205753
Binary111010111000010011111100000011110010011011010000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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