Shades of Teal Blue #274E5B
Tints of Teal Blue #274E5B
RGB
CMYK
RGB Variations
Color information
#274E5B (or 0x274E5B) is known color: Teal Blue. HEX triplet: 27, 4E and 5B. RGB value is (39,78,91). Sum of RGB (Red+Green+Blue) = 39+78+91=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #274E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E5B is #D8B1A4. Grayscale: #434343. Windows color (decimal): -14201253 or 5983783. OLE color: 5983783.
HSL color Cylindrical-coordinate representation of color #274E5B: hue angle of 195º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #274E5B is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 78 | 91 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.64 |
| HSL | 195º | 0.4% | 0.25% | - |
| HSV(B) | 195º | 0.57% | 0.36% | - |
| XYZ | 5.45 | 6.64 | 10.89 | - |
| YUV | 67.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 91 | 0.57 | 0.14 | 0 | 0.64 | 195 | 0.4 | 0.25 |
| Hex | 27 | 4E | 5B | 39 | E | 0 | 40 | C3 | 28 | 19 |
| Octal | 47 | 116 | 133 | 71 | 16 | 0 | 100 | 303 | 50 | 31 |
| Binary | 100111 | 1001110 | 1011011 | 111001 | 1110 | 0 | 1000000 | 11000011 | 101000 | 11001 |
Color Harmonies of #274E5B
Complementary color
Monochromatic Colors of #274E5B
Black with #274E5B
Text Example
Text Example
White with #274E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E5B; }
p { color: rgb(39,78,91); }
H1.HeaderClassName
{
color: #274E5B;
}
.AnyTagClassName
{
color: #274E5B;
}
</style>
background-color css
<style>
a { background-color: #274E5B; }
a { background-color: rgb(39,78,91); }
div.DivClassName
{
background-color: #274E5B;
}
.BgClassName
{
background-color: #274E5B;
}
</style>
border-color css
<style>
span { border-color: #274E5B; }
span { border-color: rgb(39,78,91); }
td.TdClassName
{
border-color: #274E5B;
}
.TagClassName
{
border-color: #274E5B;
}
</style>