#2A7799

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

Shades of Lochmara #2A7799

Tints of Lochmara #2A7799

Color information

#2A7799 (or 0x2A7799) is unknown color: approx Lochmara. HEX triplet: 2A, 77 and 99. RGB value is (42,119,153). Sum of RGB (Red+Green+Blue) = 42+119+153=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A7799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7799 is #D58866. Grayscale: #636363. Windows color (decimal): -13994087 or 10057514. OLE color: 10057514.

HSL color Cylindrical-coordinate representation of color #2A7799: hue angle of 198.38º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A7799 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB42119153-
CMYK0.730.2200.4
HSL198.38º56.92%38.24%-
HSV(B)198.38º72.55%60%-
XYZ13.315.9932.52-
YUV99.85157.9986.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.38%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=13.38%
G=37.90%
B=48.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal421191530.730.2200.4198.3856.9238.24
Hex2A77994916028c63926
Octal52167231111260503067146
Binary101010111011110011001100100110110010100011000110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,119,153); }

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

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

 a { background-color: rgb(42,119,153); }

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

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

 span { border-color: rgb(42,119,153); }

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