#2F6E99

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

Shades of Lochmara #2F6E99

Tints of Lochmara #2F6E99

Color information

#2F6E99 (or 0x2F6E99) is unknown color: approx Lochmara. HEX triplet: 2F, 6E and 99. RGB value is (47,110,153). Sum of RGB (Red+Green+Blue) = 47+110+153=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F6E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6E99 is #D09166. Grayscale: #5F5F5F. Windows color (decimal): -13668711 or 10055215. OLE color: 10055215.

HSL color Cylindrical-coordinate representation of color #2F6E99: hue angle of 204.34º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F6E99 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB47110153-
CMYK0.690.2800.4
HSL204.34º53%39.22%-
HSV(B)204.34º69.28%60%-
XYZ12.514.0632.19-
YUV96.06160.1393-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.16%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 153 (60.16% from 255) = 49.35%
R=15.16%
G=35.48%
B=49.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal471101530.690.2800.4204.345339.22
Hex2F6E99451C028cc3527
Octal57156231105340503146547
Binary101111110111010011001100010111100010100011001100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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