Html Css Color HEX #314951 Teal Blue

📋 copy color: '#314951'

red 49 ◦ green 73 ◦ blue 81

#314951
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #314951

Tints of Teal Blue #314951

RGB

 RED value IS 49 (19.53% from 255) = 24.14%

 GREEN value IS 73 (28.91% from 255) = 35.96%

 BLUE value IS 81 (32.03% from 255) = 39.9%

R = 24.14%
G = 35.96%
B = 39.9%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314951 (or 0x314951) is known color: Teal Blue. HEX triplet: 31, 49 and 51. RGB value is (49,73,81). Sum of RGB (Red+Green+Blue) = 49+73+81=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #314951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314951 is #CEB6AE. Grayscale: #424242. Windows color (decimal): -13547183 or 5327153. OLE color: 5327153.

HSL color Cylindrical-coordinate representation of color #314951: hue angle of 195º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314951 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 73 81 -
CMYK 0.40 0.10 0 0.68
HSL 195º 0.25% 0.25% -
HSV(B) 195º 0.4% 0.32% -
XYZ 5.13 6.01 8.67 -
YUV 66.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 49 73 81 0.40 0.10 0 0.68 195 0.25 0.25
Hex 31 49 51 28 A 0 44 C3 19 19
Octal 61 111 121 50 12 0 104 303 31 31
Binary 110001 1001001 1010001 101000 1010 0 1000100 11000011 11001 11001

Color Harmonies of #314951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314951

Black with #314951

Text Example


Text Example

White with #314951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314951; }

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

 H1.HeaderClassName
 {
   color: #314951;
 }
 .AnyTagClassName
 {
   color: #314951;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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