#2A739E

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

Shades of Lochmara #2A739E

Tints of Lochmara #2A739E

Color information

#2A739E (or 0x2A739E) is unknown color: approx Lochmara. HEX triplet: 2A, 73 and 9E. RGB value is (42,115,158). Sum of RGB (Red+Green+Blue) = 42+115+158=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A739E is #D58C61. Grayscale: #616161. Windows color (decimal): -13995106 or 10384170. OLE color: 10384170.

HSL color Cylindrical-coordinate representation of color #2A739E: hue angle of 202.24º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A739E is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB42115158-
CMYK0.730.2700.38
HSL202.24º58%39.22%-
HSV(B)202.24º73.42%61.96%-
XYZ13.2615.2234.59-
YUV98.07161.8288-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=13.33%
G=36.51%
B=50.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421151580.730.2700.38202.245839.22
Hex2A739E491B026ca3a27
Octal52163236111330463127247
Binary101010111001110011110100100111011010011011001010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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