#314A50

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

Shades of Teal Blue #314A50

Tints of Teal Blue #314A50

Color information

#314A50 (or 0x314A50) is unknown color: approx Teal Blue. HEX triplet: 31, 4A and 50. RGB value is (49,74,80). Sum of RGB (Red+Green+Blue) = 49+74+80=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #314A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A50 is #CEB5AF. Grayscale: #434343. Windows color (decimal): -13546928 or 5261873. OLE color: 5261873.

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

Color convert

RGB497480-
CMYK0.390.0800.69
HSL191.61º24.03%25.29%-
HSV(B)191.61º38.75%31.37%-
XYZ5.166.138.5-
YUV67.21135.22115.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=24.14%
G=36.45%
B=39.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4974800.390.0800.69191.6124.0325.29
Hex314A50278045c01819
Octal61112120471001053003031
Binary11000110010101010000100111100001000101110000001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314A50; }

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

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

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

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

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

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

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

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