#314951

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

Shades of Teal Blue #314951

Tints of Teal Blue #314951

Color information

#314951 (or 0x314951) is unknown color: approx Teal Blue. HEX triplet: 31, 49 and 51. RGB value is (49,73,81). Sum of RGB (Red+Green+Blue) = 49+73+81=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #314951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314951 is #CEB6AE. Grayscale: #424242. Windows color (decimal): -13547183 or 5327153. OLE color: 5327153.

HSL color Cylindrical-coordinate representation of color #314951: hue angle of 195º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314951 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB497381-
CMYK0.400.1000.68
HSL195º24.62%25.49%-
HSV(B)195º39.51%31.76%-
XYZ5.136.018.67-
YUV66.74136.05115.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=24.14%
G=35.96%
B=39.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4973810.400.1000.6819524.6225.49
Hex31495128A044c31919
Octal61111121501201043033131
Binary11000110010011010001101000101001000100110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314951; }

 p { color: rgb(49,73,81); }

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

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

 a { background-color: rgb(49,73,81); }

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

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

 span { border-color: rgb(49,73,81); }

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