Html Css Color HEX #31494F Teal Blue

📋 copy color: '#31494F'

red 49 ◦ green 73 ◦ blue 79

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

Shades of Teal Blue #31494F

Tints of Teal Blue #31494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 24.38%
G = 36.32%
B = 39.3%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31494F (or 0x31494F) is known color: Teal Blue. HEX triplet: 31, 49 and 4F. RGB value is (49,73,79). Sum of RGB (Red+Green+Blue) = 49+73+79=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 79 - color contains mainly: blue. Hex color #31494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31494F is #CEB6B0. Grayscale: #424242. Windows color (decimal): -13547185 or 5196081. OLE color: 5196081.

HSL color Cylindrical-coordinate representation of color #31494F: hue angle of 192º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #31494F is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 73 79 -
CMYK 0.38 0.08 0 0.69
HSL 192º 0.23% 0.25% -
HSV(B) 192º 0.38% 0.31% -
XYZ 5.06 5.98 8.29 -
YUV 66.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 49 73 79 0.38 0.08 0 0.69 192 0.23 0.25
Hex 31 49 4F 26 8 0 45 C0 17 19
Octal 61 111 117 46 10 0 105 300 27 31
Binary 110001 1001001 1001111 100110 1000 0 1000101 11000000 10111 11001

Color Harmonies of #31494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31494F

Black with #31494F

Text Example


Text Example

White with #31494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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