#2F4B52

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

Shades of Teal Blue #2F4B52

Tints of Teal Blue #2F4B52

Color information

#2F4B52 (or 0x2F4B52) is unknown color: approx Teal Blue. HEX triplet: 2F, 4B and 52. RGB value is (47,75,82). Sum of RGB (Red+Green+Blue) = 47+75+82=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #2F4B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4B52 is #D0B4AD. Grayscale: #434343. Windows color (decimal): -13677742 or 5393199. OLE color: 5393199.

HSL color Cylindrical-coordinate representation of color #2F4B52: hue angle of 192º 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 #2F4B52 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB477582-
CMYK0.430.0900.68
HSL192º27.13%25.29%-
HSV(B)192º42.68%32.16%-
XYZ5.216.258.91-
YUV67.43136.22113.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.04%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=23.04%
G=36.76%
B=40.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4775820.430.0900.6819227.1325.29
Hex2F4B522B9044c01b19
Octal57113122531101043003331
Binary10111110010111010010101011100101000100110000001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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