Shades of Teal Blue #264858
Tints of Teal Blue #264858
RGB
CMYK
RGB Variations
Color information
#264858 (or 0x264858) is known color: Teal Blue. HEX triplet: 26, 48 and 58. RGB value is (38,72,88). Sum of RGB (Red+Green+Blue) = 38+72+88=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #264858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264858 is #D9B7A7. Grayscale: #3F3F3F. Windows color (decimal): -14268328 or 5785638. OLE color: 5785638.
HSL color Cylindrical-coordinate representation of color #264858: hue angle of 199.2º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264858 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 72 | 88 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.65 |
| HSL | 199.2º | 0.4% | 0.25% | - |
| HSV(B) | 199.2º | 0.57% | 0.35% | - |
| XYZ | 4.88 | 5.75 | 10.09 | - |
| YUV | 63.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 88 | 0.57 | 0.18 | 0 | 0.65 | 199.2 | 0.4 | 0.25 |
| Hex | 26 | 48 | 58 | 39 | 12 | 0 | 41 | C7 | 28 | 19 |
| Octal | 46 | 110 | 130 | 71 | 22 | 0 | 101 | 307 | 50 | 31 |
| Binary | 100110 | 1001000 | 1011000 | 111001 | 10010 | 0 | 1000001 | 11000111 | 101000 | 11001 |
Color Harmonies of #264858
Complementary color
Monochromatic Colors of #264858
Black with #264858
Text Example
Text Example
White with #264858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264858; }
p { color: rgb(38,72,88); }
H1.HeaderClassName
{
color: #264858;
}
.AnyTagClassName
{
color: #264858;
}
</style>
background-color css
<style>
a { background-color: #264858; }
a { background-color: rgb(38,72,88); }
div.DivClassName
{
background-color: #264858;
}
.BgClassName
{
background-color: #264858;
}
</style>
border-color css
<style>
span { border-color: #264858; }
span { border-color: rgb(38,72,88); }
td.TdClassName
{
border-color: #264858;
}
.TagClassName
{
border-color: #264858;
}
</style>