#2B779F

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

Shades of Lochmara #2B779F

Tints of Lochmara #2B779F

Color information

#2B779F (or 0x2B779F) is unknown color: approx Lochmara. HEX triplet: 2B, 77 and 9F. RGB value is (43,119,159). Sum of RGB (Red+Green+Blue) = 43+119+159=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B779F is #D48860. Grayscale: #646464. Windows color (decimal): -13928545 or 10450731. OLE color: 10450731.

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

Color convert

RGB43119159-
CMYK0.730.2500.38
HSL200.69º57.43%39.61%-
HSV(B)200.69º72.96%62.35%-
XYZ13.8516.2135.2-
YUV100.84160.8286.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.40%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=13.40%
G=37.07%
B=49.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431191590.730.2500.38200.6957.4339.61
Hex2B779F4919026c93928
Octal53167237111310463117150
Binary101011111011110011111100100111001010011011001001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,119,159); }

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

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

 a { background-color: rgb(43,119,159); }

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

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

 span { border-color: rgb(43,119,159); }

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