#3A709A

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

Shades of Lochmara #3A709A

Tints of Lochmara #3A709A

Color information

#3A709A (or 0x3A709A) is unknown color: approx Lochmara. HEX triplet: 3A, 70 and 9A. RGB value is (58,112,154). Sum of RGB (Red+Green+Blue) = 58+112+154=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A709A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A709A is #C58F65. Grayscale: #646464. Windows color (decimal): -12947302 or 10121274. OLE color: 10121274.

HSL color Cylindrical-coordinate representation of color #3A709A: hue angle of 206.25º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A709A is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB58112154-
CMYK0.620.2700.40
HSL206.25º45.28%41.57%-
HSV(B)206.25º62.34%60.39%-
XYZ13.3714.8232.73-
YUV100.64158.1197.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.90%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 154 (60.55% from 255) = 47.53%
R=17.90%
G=34.57%
B=47.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal581121540.620.2700.40206.2545.2841.57
Hex3A709A3E1B028ce2d2a
Octal7216023276330503165552
Binary11101011100001001101011111011011010100011001110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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