#2A779B

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

Shades of Lochmara #2A779B

Tints of Lochmara #2A779B

Color information

#2A779B (or 0x2A779B) is unknown color: approx Lochmara. HEX triplet: 2A, 77 and 9B. RGB value is (42,119,155). Sum of RGB (Red+Green+Blue) = 42+119+155=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A779B is #D58864. Grayscale: #636363. Windows color (decimal): -13994085 or 10188586. OLE color: 10188586.

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

Color convert

RGB42119155-
CMYK0.730.2300.39
HSL199.12º57.36%38.63%-
HSV(B)199.12º72.9%60.78%-
XYZ13.4716.0533.4-
YUV100.08158.9986.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.29%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=13.29%
G=37.66%
B=49.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421191550.730.2300.39199.1257.3638.63
Hex2A779B4917027c73927
Octal52167233111270473077147
Binary101010111011110011011100100110111010011111000111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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