#2F6E9B

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

Shades of Lochmara #2F6E9B

Tints of Lochmara #2F6E9B

Color information

#2F6E9B (or 0x2F6E9B) is unknown color: approx Lochmara. HEX triplet: 2F, 6E and 9B. RGB value is (47,110,155). Sum of RGB (Red+Green+Blue) = 47+110+155=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F6E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6E9B is #D09164. Grayscale: #606060. Windows color (decimal): -13668709 or 10186287. OLE color: 10186287.

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

Color convert

RGB47110155-
CMYK0.700.2900.39
HSL205º53.47%39.61%-
HSV(B)205º69.68%60.78%-
XYZ12.6614.1233.07-
YUV96.29161.1392.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.06%
GREEN value IS 110 (43.36% from 255) = 35.26%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=15.06%
G=35.26%
B=49.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal471101550.700.2900.3920553.4739.61
Hex2F6E9B461D027cd3528
Octal57156233106350473156550
Binary101111110111010011011100011011101010011111001101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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