#314F57

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

Shades of Teal Blue #314F57

Tints of Teal Blue #314F57

Color information

#314F57 (or 0x314F57) is unknown color: approx Teal Blue. HEX triplet: 31, 4F and 57. RGB value is (49,79,87). Sum of RGB (Red+Green+Blue) = 49+79+87=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #314F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F57 is #CEB0A8. Grayscale: #464646. Windows color (decimal): -13545641 or 5721905. OLE color: 5721905.

HSL color Cylindrical-coordinate representation of color #314F57: hue angle of 192.63º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314F57 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB497987-
CMYK0.440.0900.66
HSL192.63º27.94%26.67%-
HSV(B)192.63º43.68%34.12%-
XYZ5.786.9310.05-
YUV70.94137.06112.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 87 (34.38% from 255) = 40.47%
R=22.79%
G=36.74%
B=40.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4979870.440.0900.66192.6327.9426.67
Hex314F572C9042c11c1b
Octal61117127541101023013433
Binary11000110011111010111101100100101000010110000011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,79,87); }

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

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

 a { background-color: rgb(49,79,87); }

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

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

 span { border-color: rgb(49,79,87); }

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