Shades of Teal Blue #274B54
Tints of Teal Blue #274B54
RGB
CMYK
RGB Variations
Color information
#274B54 (or 0x274B54) is known color: Teal Blue. HEX triplet: 27, 4B and 54. RGB value is (39,75,84). Sum of RGB (Red+Green+Blue) = 39+75+84=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #274B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B54 is #D8B4AB. Grayscale: #414141. Windows color (decimal): -14202028 or 5524263. OLE color: 5524263.
HSL color Cylindrical-coordinate representation of color #274B54: hue angle of 192º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #274B54 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 75 | 84 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.67 |
| HSL | 192º | 0.37% | 0.24% | - |
| HSV(B) | 192º | 0.54% | 0.33% | - |
| XYZ | 4.95 | 6.1 | 9.3 | - |
| YUV | 65.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 84 | 0.54 | 0.11 | 0 | 0.67 | 192 | 0.37 | 0.24 |
| Hex | 27 | 4B | 54 | 36 | B | 0 | 43 | C0 | 25 | 18 |
| Octal | 47 | 113 | 124 | 66 | 13 | 0 | 103 | 300 | 45 | 30 |
| Binary | 100111 | 1001011 | 1010100 | 110110 | 1011 | 0 | 1000011 | 11000000 | 100101 | 11000 |
Color Harmonies of #274B54
Complementary color
Monochromatic Colors of #274B54
Black with #274B54
Text Example
Text Example
White with #274B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274B54; }
p { color: rgb(39,75,84); }
H1.HeaderClassName
{
color: #274B54;
}
.AnyTagClassName
{
color: #274B54;
}
</style>
background-color css
<style>
a { background-color: #274B54; }
a { background-color: rgb(39,75,84); }
div.DivClassName
{
background-color: #274B54;
}
.BgClassName
{
background-color: #274B54;
}
</style>
border-color css
<style>
span { border-color: #274B54; }
span { border-color: rgb(39,75,84); }
td.TdClassName
{
border-color: #274B54;
}
.TagClassName
{
border-color: #274B54;
}
</style>