#314A52

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

Shades of Teal Blue #314A52

Tints of Teal Blue #314A52

Color information

#314A52 (or 0x314A52) is unknown color: approx Teal Blue. HEX triplet: 31, 4A and 52. RGB value is (49,74,82). Sum of RGB (Red+Green+Blue) = 49+74+82=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #314A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A52 is #CEB5AD. Grayscale: #434343. Windows color (decimal): -13546926 or 5392945. OLE color: 5392945.

HSL color Cylindrical-coordinate representation of color #314A52: hue angle of 194.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314A52 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB497482-
CMYK0.400.1000.68
HSL194.55º25.19%25.69%-
HSV(B)194.55º40.24%32.16%-
XYZ5.246.168.9-
YUV67.44136.22114.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 82 (32.42% from 255) = 40%
R=23.90%
G=36.10%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4974820.400.1000.68194.5525.1925.69
Hex314A5228A044c3191a
Octal61112122501201043033132
Binary11000110010101010010101000101001000100110000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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