#2F799E

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

Shades of Lochmara #2F799E

Tints of Lochmara #2F799E

Color information

#2F799E (or 0x2F799E) is unknown color: approx Lochmara. HEX triplet: 2F, 79 and 9E. RGB value is (47,121,158). Sum of RGB (Red+Green+Blue) = 47+121+158=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F799E is #D08661. Grayscale: #666666. Windows color (decimal): -13665890 or 10385711. OLE color: 10385711.

HSL color Cylindrical-coordinate representation of color #2F799E: hue angle of 200º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F799E is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB47121158-
CMYK0.700.2300.38
HSL200º54.15%40.2%-
HSV(B)200º70.25%61.96%-
XYZ14.1816.7534.83-
YUV103.09158.9887.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.42%
GREEN value IS 121 (47.66% from 255) = 37.12%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=14.42%
G=37.12%
B=48.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal471211580.700.2300.3820054.1540.2
Hex2F799E4617026c83628
Octal57171236106270463106650
Binary101111111100110011110100011010111010011011001000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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