Shades of Teal Blue #274A51
Tints of Teal Blue #274A51
RGB
CMYK
RGB Variations
Color information
#274A51 (or 0x274A51) is known color: Teal Blue. HEX triplet: 27, 4A and 51. RGB value is (39,74,81). Sum of RGB (Red+Green+Blue) = 39+74+81=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #274A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A51 is #D8B5AE. Grayscale: #404040. Windows color (decimal): -14202287 or 5327399. OLE color: 5327399.
HSL color Cylindrical-coordinate representation of color #274A51: hue angle of 190º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #274A51 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 74 | 81 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.68 |
| HSL | 190º | 0.35% | 0.24% | - |
| HSV(B) | 190º | 0.52% | 0.32% | - |
| XYZ | 4.77 | 5.92 | 8.68 | - |
| YUV | 64.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 81 | 0.52 | 0.09 | 0 | 0.68 | 190 | 0.35 | 0.24 |
| Hex | 27 | 4A | 51 | 34 | 9 | 0 | 44 | BE | 23 | 18 |
| Octal | 47 | 112 | 121 | 64 | 11 | 0 | 104 | 276 | 43 | 30 |
| Binary | 100111 | 1001010 | 1010001 | 110100 | 1001 | 0 | 1000100 | 10111110 | 100011 | 11000 |
Color Harmonies of #274A51
Complementary color
Monochromatic Colors of #274A51
Black with #274A51
Text Example
Text Example
White with #274A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A51; }
p { color: rgb(39,74,81); }
H1.HeaderClassName
{
color: #274A51;
}
.AnyTagClassName
{
color: #274A51;
}
</style>
background-color css
<style>
a { background-color: #274A51; }
a { background-color: rgb(39,74,81); }
div.DivClassName
{
background-color: #274A51;
}
.BgClassName
{
background-color: #274A51;
}
</style>
border-color css
<style>
span { border-color: #274A51; }
span { border-color: rgb(39,74,81); }
td.TdClassName
{
border-color: #274A51;
}
.TagClassName
{
border-color: #274A51;
}
</style>