#314850

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

Shades of Teal Blue #314850

Tints of Teal Blue #314850

Color information

#314850 (or 0x314850) is unknown color: approx Teal Blue. HEX triplet: 31, 48 and 50. RGB value is (49,72,80). Sum of RGB (Red+Green+Blue) = 49+72+80=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #314850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314850 is #CEB7AF. Grayscale: #414141. Windows color (decimal): -13547440 or 5261361. OLE color: 5261361.

HSL color Cylindrical-coordinate representation of color #314850: hue angle of 195.48º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #314850 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB497280-
CMYK0.390.1000.69
HSL195.48º24.03%25.29%-
HSV(B)195.48º38.75%31.37%-
XYZ5.035.878.46-
YUV66.04135.88115.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=24.38%
G=35.82%
B=39.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4972800.390.1000.69195.4824.0325.29
Hex31485027A045c31819
Octal61110120471201053033031
Binary11000110010001010000100111101001000101110000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314850; }

 p { color: rgb(49,72,80); }

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

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

 a { background-color: rgb(49,72,80); }

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

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

 span { border-color: rgb(49,72,80); }

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