Html Css Color HEX #31484F Teal Blue

📋 copy color: '#31484F'

red 49 ◦ green 72 ◦ blue 79

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

Shades of Teal Blue #31484F

Tints of Teal Blue #31484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

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

R = 24.5%
G = 36%
B = 39.5%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31484F (or 0x31484F) is known color: Teal Blue. HEX triplet: 31, 48 and 4F. RGB value is (49,72,79). Sum of RGB (Red+Green+Blue) = 49+72+79=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #31484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31484F is #CEB7B0. Grayscale: #414141. Windows color (decimal): -13547441 or 5195825. OLE color: 5195825.

HSL color Cylindrical-coordinate representation of color #31484F: hue angle of 194º 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 #31484F is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 72 79 -
CMYK 0.38 0.09 0 0.69
HSL 194º 0.23% 0.25% -
HSV(B) 194º 0.38% 0.31% -
XYZ 5 5.85 8.26 -
YUV 65.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 49 72 79 0.38 0.09 0 0.69 194 0.23 0.25
Hex 31 48 4F 26 9 0 45 C2 17 19
Octal 61 110 117 46 11 0 105 302 27 31
Binary 110001 1001000 1001111 100110 1001 0 1000101 11000010 10111 11001

Color Harmonies of #31484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31484F

Black with #31484F

Text Example


Text Example

White with #31484F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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