#2A799D

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

Shades of Lochmara #2A799D

Tints of Lochmara #2A799D

Color information

#2A799D (or 0x2A799D) is unknown color: approx Lochmara. HEX triplet: 2A, 79 and 9D. RGB value is (42,121,157). Sum of RGB (Red+Green+Blue) = 42+121+157=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A799D is #D58662. Grayscale: #656565. Windows color (decimal): -13993571 or 10320170. OLE color: 10320170.

HSL color Cylindrical-coordinate representation of color #2A799D: hue angle of 198.78º 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 #2A799D is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB42121157-
CMYK0.730.2300.38
HSL198.78º57.79%39.02%-
HSV(B)198.78º73.25%61.57%-
XYZ13.8816.634.37-
YUV101.48159.3385.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.12%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 157 (61.72% from 255) = 49.06%
R=13.12%
G=37.81%
B=49.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421211570.730.2300.38198.7857.7939.02
Hex2A799D4917026c73a27
Octal52171235111270463077247
Binary101010111100110011101100100110111010011011000111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,121,157); }

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

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

 a { background-color: rgb(42,121,157); }

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

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

 span { border-color: rgb(42,121,157); }

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