#314C55

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

Shades of Teal Blue #314C55

Tints of Teal Blue #314C55

Color information

#314C55 (or 0x314C55) is unknown color: approx 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

RGB497685-
CMYK0.420.1100.67
HSL195º26.87%26.27%-
HSV(B)195º42.35%33.33%-
XYZ5.496.489.56-
YUV68.95137.05113.77-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4976850.420.1100.6719526.8726.27
Hex314C552AB043c31b1a
Octal61114125521301033033332
Binary11000110011001010101101010101101000011110000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>