Html Css Color HEX #314A53 Teal Blue

📋 copy color: '#314A53'

red 49 ◦ green 74 ◦ blue 83

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

Shades of Teal Blue #314A53

Tints of Teal Blue #314A53

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.92%

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 23.79%
G = 35.92%
B = 40.29%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314A53 (or 0x314A53) is known color: Teal Blue. HEX triplet: 31, 4A and 53. RGB value is (49,74,83). Sum of RGB (Red+Green+Blue) = 49+74+83=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #314A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A53 is #CEB5AC. Grayscale: #434343. Windows color (decimal): -13546925 or 5458481. OLE color: 5458481.

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

Color convert

RGB 49 74 83 -
CMYK 0.41 0.11 0 0.67
HSL 195.88º 0.26% 0.26% -
HSV(B) 195.88º 0.41% 0.33% -
XYZ 5.28 6.18 9.1 -
YUV 67.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 49 74 83 0.41 0.11 0 0.67 195.88 0.26 0.26
Hex 31 4A 53 29 B 0 43 C4 1A 1A
Octal 61 112 123 51 13 0 103 304 32 32
Binary 110001 1001010 1010011 101001 1011 0 1000011 11000100 11010 11010

Color Harmonies of #314A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A53

Black with #314A53

Text Example


Text Example

White with #314A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,74,83); }

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

background-color css

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

 a { background-color: rgb(49,74,83); }

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

border-color css

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

 span { border-color: rgb(49,74,83); }

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