#2A799C

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

Shades of Lochmara #2A799C

Tints of Lochmara #2A799C

Color information

#2A799C (or 0x2A799C) is unknown color: approx Lochmara. HEX triplet: 2A, 79 and 9C. RGB value is (42,121,156). Sum of RGB (Red+Green+Blue) = 42+121+156=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A799C is #D58663. Grayscale: #656565. Windows color (decimal): -13993572 or 10254634. OLE color: 10254634.

HSL color Cylindrical-coordinate representation of color #2A799C: hue angle of 198.42º degrees, saturation: 0.58, 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 #2A799C is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB42121156-
CMYK0.730.2200.39
HSL198.42º57.58%38.82%-
HSV(B)198.42º73.08%61.18%-
XYZ13.7916.5733.92-
YUV101.37158.8385.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=13.17%
G=37.93%
B=48.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421211560.730.2200.39198.4257.5838.82
Hex2A799C4916027c63a27
Octal52171234111260473067247
Binary101010111100110011100100100110110010011111000110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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