#2F4650

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

Shades of Teal Blue #2F4650

Tints of Teal Blue #2F4650

Color information

#2F4650 (or 0x2F4650) is unknown color: approx Teal Blue. HEX triplet: 2F, 46 and 50. RGB value is (47,70,80). Sum of RGB (Red+Green+Blue) = 47+70+80=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F4650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4650 is #D0B9AF. Grayscale: #404040. Windows color (decimal): -13679024 or 5260847. OLE color: 5260847.

HSL color Cylindrical-coordinate representation of color #2F4650: hue angle of 198.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F4650 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB477080-
CMYK0.410.1200.69
HSL198.18º25.98%24.9%-
HSV(B)198.18º41.25%31.37%-
XYZ4.815.568.41-
YUV64.26136.88115.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=23.86%
G=35.53%
B=40.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4770800.410.1200.69198.1825.9824.9
Hex2F465029C045c61a19
Octal57106120511401053063231
Binary10111110001101010000101001110001000101110001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,70,80); }

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

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

 a { background-color: rgb(47,70,80); }

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

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

 span { border-color: rgb(47,70,80); }

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