Html Css Color HEX #314C55 Teal Blue

📋 copy color: '#314C55'

red 49 ◦ green 76 ◦ blue 85

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

Shades of Teal Blue #314C55

Tints of Teal Blue #314C55

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.19%

 BLUE value IS 85 (33.59% from 255) = 40.48%

R = 23.33%
G = 36.19%
B = 40.48%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314C55 (or 0x314C55) is known color: Teal Blue. HEX triplet: 31, 4C and 55. RGB value is (49,76,85). Sum of RGB (Red+Green+Blue) = 49+76+85=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #314C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C55 is #CEB3AA. Grayscale: #444444. Windows color (decimal): -13546411 or 5590065. OLE color: 5590065.

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

Color convert

RGB 49 76 85 -
CMYK 0.42 0.11 0 0.67
HSL 195º 0.27% 0.26% -
HSV(B) 195º 0.42% 0.33% -
XYZ 5.49 6.48 9.56 -
YUV 68.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 49 76 85 0.42 0.11 0 0.67 195 0.27 0.26
Hex 31 4C 55 2A B 0 43 C3 1B 1A
Octal 61 114 125 52 13 0 103 303 33 32
Binary 110001 1001100 1010101 101010 1011 0 1000011 11000011 11011 11010

Color Harmonies of #314C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C55

Black with #314C55

Text Example


Text Example

White with #314C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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