Shades of Teal Blue #274F5B
Tints of Teal Blue #274F5B
RGB
CMYK
RGB Variations
Color information
#274F5B (or 0x274F5B) is known color: Teal Blue. HEX triplet: 27, 4F and 5B. RGB value is (39,79,91). Sum of RGB (Red+Green+Blue) = 39+79+91=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #274F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F5B is #D8B0A4. Grayscale: #444444. Windows color (decimal): -14200997 or 5984039. OLE color: 5984039.
HSL color Cylindrical-coordinate representation of color #274F5B: hue angle of 193.85º 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 #274F5B is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 79 | 91 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.64 |
| HSL | 193.85º | 0.4% | 0.25% | - |
| HSV(B) | 193.85º | 0.57% | 0.36% | - |
| XYZ | 5.52 | 6.78 | 10.91 | - |
| YUV | 68.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 91 | 0.57 | 0.13 | 0 | 0.64 | 193.85 | 0.4 | 0.25 |
| Hex | 27 | 4F | 5B | 39 | D | 0 | 40 | C2 | 28 | 19 |
| Octal | 47 | 117 | 133 | 71 | 15 | 0 | 100 | 302 | 50 | 31 |
| Binary | 100111 | 1001111 | 1011011 | 111001 | 1101 | 0 | 1000000 | 11000010 | 101000 | 11001 |
Color Harmonies of #274F5B
Complementary color
Monochromatic Colors of #274F5B
Black with #274F5B
Text Example
Text Example
White with #274F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274F5B; }
p { color: rgb(39,79,91); }
H1.HeaderClassName
{
color: #274F5B;
}
.AnyTagClassName
{
color: #274F5B;
}
</style>
background-color css
<style>
a { background-color: #274F5B; }
a { background-color: rgb(39,79,91); }
div.DivClassName
{
background-color: #274F5B;
}
.BgClassName
{
background-color: #274F5B;
}
</style>
border-color css
<style>
span { border-color: #274F5B; }
span { border-color: rgb(39,79,91); }
td.TdClassName
{
border-color: #274F5B;
}
.TagClassName
{
border-color: #274F5B;
}
</style>