Shades of Teal Blue #264850
Tints of Teal Blue #264850
RGB
CMYK
RGB Variations
Color information
#264850 (or 0x264850) is known color: Teal Blue. HEX triplet: 26, 48 and 50. RGB value is (38,72,80). Sum of RGB (Red+Green+Blue) = 38+72+80=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #264850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264850 is #D9B7AF. Grayscale: #3E3E3E. Windows color (decimal): -14268336 or 5261350. OLE color: 5261350.
HSL color Cylindrical-coordinate representation of color #264850: hue angle of 191.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264850 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 72 | 80 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.69 |
| HSL | 191.43º | 0.36% | 0.23% | - |
| HSV(B) | 191.43º | 0.53% | 0.31% | - |
| XYZ | 4.56 | 5.63 | 8.43 | - |
| YUV | 62.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 80 | 0.52 | 0.10 | 0 | 0.69 | 191.43 | 0.36 | 0.23 |
| Hex | 26 | 48 | 50 | 34 | A | 0 | 45 | BF | 24 | 17 |
| Octal | 46 | 110 | 120 | 64 | 12 | 0 | 105 | 277 | 44 | 27 |
| Binary | 100110 | 1001000 | 1010000 | 110100 | 1010 | 0 | 1000101 | 10111111 | 100100 | 10111 |
Color Harmonies of #264850
Complementary color
Monochromatic Colors of #264850
Black with #264850
Text Example
Text Example
White with #264850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264850; }
p { color: rgb(38,72,80); }
H1.HeaderClassName
{
color: #264850;
}
.AnyTagClassName
{
color: #264850;
}
</style>
background-color css
<style>
a { background-color: #264850; }
a { background-color: rgb(38,72,80); }
div.DivClassName
{
background-color: #264850;
}
.BgClassName
{
background-color: #264850;
}
</style>
border-color css
<style>
span { border-color: #264850; }
span { border-color: rgb(38,72,80); }
td.TdClassName
{
border-color: #264850;
}
.TagClassName
{
border-color: #264850;
}
</style>