#2F4A50

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

Shades of Teal Blue #2F4A50

Tints of Teal Blue #2F4A50

Color information

#2F4A50 (or 0x2F4A50) is unknown color: approx Teal Blue. HEX triplet: 2F, 4A and 50. RGB value is (47,74,80). Sum of RGB (Red+Green+Blue) = 47+74+80=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F4A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4A50 is #D0B5AF. Grayscale: #424242. Windows color (decimal): -13678000 or 5261871. OLE color: 5261871.

HSL color Cylindrical-coordinate representation of color #2F4A50: hue angle of 190.91º 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 #2F4A50 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB477480-
CMYK0.410.0800.69
HSL190.91º25.98%24.9%-
HSV(B)190.91º41.25%31.37%-
XYZ5.076.088.5-
YUV66.61135.55114.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.38%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=23.38%
G=36.82%
B=39.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4774800.410.0800.69190.9125.9824.9
Hex2F4A50298045bf1a19
Octal57112120511001052773231
Binary10111110010101010000101001100001000101101111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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