#2f799b

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

Shades of Lochmara #2F799B

Tints of Lochmara #2F799B

Color information

#2F799B (or 0x2F799B) is unknown color: approx Lochmara. HEX triplet: 2F, 79 and 9B. RGB value is (47,121,155). Sum of RGB (Red+Green+Blue) = 47+121+155=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F799B is #D08664. Grayscale: #666666. Windows color (decimal): -13665893 or 10189103. OLE color: 10189103.

HSL color Cylindrical-coordinate representation of color #2F799B: hue angle of 198.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F799B is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB47121155-
CMYK0.700.2200.39
HSL198.89º53.47%39.61%-
HSV(B)198.89º69.68%60.78%-
XYZ13.9316.6533.49-
YUV102.75157.4888.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.55%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=14.55%
G=37.46%
B=47.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal471211550.700.2200.39198.8953.4739.61
Hex2F799B4616027c73528
Octal57171233106260473076550
Binary101111111100110011011100011010110010011111000111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f799b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,121,155); }

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

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

 a { background-color: rgb(47,121,155); }

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

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

 span { border-color: rgb(47,121,155); }

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