#314D55

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

Shades of Teal Blue #314D55

Tints of Teal Blue #314D55

Color information

#314D55 (or 0x314D55) is unknown color: approx Teal Blue. HEX triplet: 31, 4D and 55. RGB value is (49,77,85). Sum of RGB (Red+Green+Blue) = 49+77+85=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #314D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D55 is #CEB2AA. Grayscale: #454545. Windows color (decimal): -13546155 or 5590321. OLE color: 5590321.

HSL color Cylindrical-coordinate representation of color #314D55: hue angle of 193.33º 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 #314D55 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB497785-
CMYK0.420.0900.67
HSL193.33º26.87%26.27%-
HSV(B)193.33º42.35%33.33%-
XYZ5.566.629.58-
YUV69.54136.72113.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 77 (30.47% from 255) = 36.49%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=23.22%
G=36.49%
B=40.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4977850.420.0900.67193.3326.8726.27
Hex314D552A9043c11b1a
Octal61115125521101033013332
Binary11000110011011010101101010100101000011110000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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