#2F4952

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

Shades of Teal Blue #2F4952

Tints of Teal Blue #2F4952

Color information

#2F4952 (or 0x2F4952) is unknown color: approx Teal Blue. HEX triplet: 2F, 49 and 52. RGB value is (47,73,82). Sum of RGB (Red+Green+Blue) = 47+73+82=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #2F4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4952 is #D0B6AD. Grayscale: #424242. Windows color (decimal): -13678254 or 5392687. OLE color: 5392687.

HSL color Cylindrical-coordinate representation of color #2F4952: hue angle of 195.43º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F4952 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB477382-
CMYK0.430.1100.68
HSL195.43º27.13%25.29%-
HSV(B)195.43º42.68%32.16%-
XYZ5.085.988.87-
YUV66.25136.89114.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.27%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=23.27%
G=36.14%
B=40.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4773820.430.1100.68195.4327.1325.29
Hex2F49522BB044c31b19
Octal57111122531301043033331
Binary10111110010011010010101011101101000100110000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,73,82); }

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

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

 a { background-color: rgb(47,73,82); }

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

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

 span { border-color: rgb(47,73,82); }

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