#2A739B

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

Shades of Lochmara #2A739B

Tints of Lochmara #2A739B

Color information

#2A739B (or 0x2A739B) is unknown color: approx Lochmara. HEX triplet: 2A, 73 and 9B. RGB value is (42,115,155). Sum of RGB (Red+Green+Blue) = 42+115+155=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A739B is #D58C64. Grayscale: #616161. Windows color (decimal): -13995109 or 10187562. OLE color: 10187562.

HSL color Cylindrical-coordinate representation of color #2A739B: hue angle of 201.24º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A739B is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB42115155-
CMYK0.730.2600.39
HSL201.24º57.36%38.63%-
HSV(B)201.24º72.9%60.78%-
XYZ1315.1233.24-
YUV97.73160.3288.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.46%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=13.46%
G=36.86%
B=49.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421151550.730.2600.39201.2457.3638.63
Hex2A739B491A027c93927
Octal52163233111320473117147
Binary101010111001110011011100100111010010011111001001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A739B; }

 p { color: rgb(42,115,155); }

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

<style>
 a { background-color: #2A739B; }

 a { background-color: rgb(42,115,155); }

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

<style>
 span { border-color: #2A739B; }

 span { border-color: rgb(42,115,155); }

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