#314B53

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

Shades of Teal Blue #314B53

Tints of Teal Blue #314B53

Color information

#314B53 (or 0x314B53) is unknown color: approx Teal Blue. HEX triplet: 31, 4B and 53. RGB value is (49,75,83). Sum of RGB (Red+Green+Blue) = 49+75+83=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #314B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B53 is #CEB4AC. Grayscale: #444444. Windows color (decimal): -13546669 or 5458737. OLE color: 5458737.

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

Color convert

RGB497583-
CMYK0.410.1000.67
HSL194.12º25.76%25.88%-
HSV(B)194.12º40.96%32.55%-
XYZ5.346.319.12-
YUV68.14136.39114.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=23.67%
G=36.23%
B=40.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4975830.410.1000.67194.1225.7625.88
Hex314B5329A043c21a1a
Octal61113123511201033023232
Binary11000110010111010011101001101001000011110000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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