Shades of Teal Blue #284B55
Tints of Teal Blue #284B55
RGB
CMYK
RGB Variations
Color information
#284B55 (or 0x284B55) is known color: Teal Blue. HEX triplet: 28, 4B and 55. RGB value is (40,75,85). Sum of RGB (Red+Green+Blue) = 40+75+85=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #284B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B55 is #D7B4AA. Grayscale: #414141. Windows color (decimal): -14136491 or 5589800. OLE color: 5589800.
HSL color Cylindrical-coordinate representation of color #284B55: hue angle of 193.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #284B55 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 75 | 85 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.67 |
| HSL | 193.33º | 0.36% | 0.25% | - |
| HSV(B) | 193.33º | 0.53% | 0.33% | - |
| XYZ | 5.03 | 6.14 | 9.51 | - |
| YUV | 65.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 85 | 0.53 | 0.12 | 0 | 0.67 | 193.33 | 0.36 | 0.25 |
| Hex | 28 | 4B | 55 | 35 | C | 0 | 43 | C1 | 24 | 19 |
| Octal | 50 | 113 | 125 | 65 | 14 | 0 | 103 | 301 | 44 | 31 |
| Binary | 101000 | 1001011 | 1010101 | 110101 | 1100 | 0 | 1000011 | 11000001 | 100100 | 11001 |
Color Harmonies of #284B55
Complementary color
Monochromatic Colors of #284B55
Black with #284B55
Text Example
Text Example
White with #284B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B55; }
p { color: rgb(40,75,85); }
H1.HeaderClassName
{
color: #284B55;
}
.AnyTagClassName
{
color: #284B55;
}
</style>
background-color css
<style>
a { background-color: #284B55; }
a { background-color: rgb(40,75,85); }
div.DivClassName
{
background-color: #284B55;
}
.BgClassName
{
background-color: #284B55;
}
</style>
border-color css
<style>
span { border-color: #284B55; }
span { border-color: rgb(40,75,85); }
td.TdClassName
{
border-color: #284B55;
}
.TagClassName
{
border-color: #284B55;
}
</style>