#314E55

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

Shades of Teal Blue #314E55

Tints of Teal Blue #314E55

Color information

#314E55 (or 0x314E55) is unknown color: approx Teal Blue. HEX triplet: 31, 4E and 55. RGB value is (49,78,85). Sum of RGB (Red+Green+Blue) = 49+78+85=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #314E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E55 is #CEB1AA. Grayscale: #464646. Windows color (decimal): -13545899 or 5590577. OLE color: 5590577.

HSL color Cylindrical-coordinate representation of color #314E55: hue angle of 191.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #314E55 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB497885-
CMYK0.420.0800.67
HSL191.67º26.87%26.27%-
HSV(B)191.67º42.35%33.33%-
XYZ5.636.769.6-
YUV70.13136.39112.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 78 (30.86% from 255) = 36.79%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=23.11%
G=36.79%
B=40.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4978850.420.0800.67191.6726.8726.27
Hex314E552A8043c01b1a
Octal61116125521001033003332
Binary11000110011101010101101010100001000011110000001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,78,85); }

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

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

 a { background-color: rgb(49,78,85); }

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

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

 span { border-color: rgb(49,78,85); }

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