#314A55

Color #314A55 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #314A55

Tints of Teal Blue #314A55

Color information

#314A55 (or 0x314A55) is unknown color: approx Teal Blue. HEX triplet: 31, 4A and 55. RGB value is (49,74,85). Sum of RGB (Red+Green+Blue) = 49+74+85=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #314A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A55 is #CEB5AA. Grayscale: #434343. Windows color (decimal): -13546923 or 5589553. OLE color: 5589553.

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

Color convert

RGB497485-
CMYK0.420.1300.67
HSL198.33º26.87%26.27%-
HSV(B)198.33º42.35%33.33%-
XYZ5.366.219.51-
YUV67.78137.72114.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=23.56%
G=35.58%
B=40.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4974850.420.1300.67198.3326.8726.27
Hex314A552AD043c61b1a
Octal61112125521501033063332
Binary11000110010101010101101010110101000011110001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #314A55;
 }
 .AnyTagClassName
 {
   color: #314A55;
 }
</style>
background-color css

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

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

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

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

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

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