#314950

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

Shades of Teal Blue #314950

Tints of Teal Blue #314950

Color information

#314950 (or 0x314950) is unknown color: approx Teal Blue. HEX triplet: 31, 49 and 50. RGB value is (49,73,80). Sum of RGB (Red+Green+Blue) = 49+73+80=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #314950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314950 is #CEB6AF. Grayscale: #424242. Windows color (decimal): -13547184 or 5261617. OLE color: 5261617.

HSL color Cylindrical-coordinate representation of color #314950: hue angle of 193.55º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #314950 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB497380-
CMYK0.390.0900.69
HSL193.55º24.03%25.29%-
HSV(B)193.55º38.75%31.37%-
XYZ5.168.48-
YUV66.62135.55115.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=24.26%
G=36.14%
B=39.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4973800.390.0900.69193.5524.0325.29
Hex314950279045c21819
Octal61111120471101053023031
Binary11000110010011010000100111100101000101110000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314950; }

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

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

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

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

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

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

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

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