Shades of Teal Blue #264D5A
Tints of Teal Blue #264D5A
RGB
CMYK
RGB Variations
Color information
#264D5A (or 0x264D5A) is known color: Teal Blue. HEX triplet: 26, 4D and 5A. RGB value is (38,77,90). Sum of RGB (Red+Green+Blue) = 38+77+90=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #264D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D5A is #D9B2A5. Grayscale: #424242. Windows color (decimal): -14267046 or 5917990. OLE color: 5917990.
HSL color Cylindrical-coordinate representation of color #264D5A: hue angle of 195º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #264D5A is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 77 | 90 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.65 |
| HSL | 195º | 0.41% | 0.25% | - |
| HSV(B) | 195º | 0.58% | 0.35% | - |
| XYZ | 5.3 | 6.46 | 10.64 | - |
| YUV | 66.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 90 | 0.58 | 0.14 | 0 | 0.65 | 195 | 0.41 | 0.25 |
| Hex | 26 | 4D | 5A | 3A | E | 0 | 41 | C3 | 29 | 19 |
| Octal | 46 | 115 | 132 | 72 | 16 | 0 | 101 | 303 | 51 | 31 |
| Binary | 100110 | 1001101 | 1011010 | 111010 | 1110 | 0 | 1000001 | 11000011 | 101001 | 11001 |
Color Harmonies of #264D5A
Complementary color
Monochromatic Colors of #264D5A
Black with #264D5A
Text Example
Text Example
White with #264D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D5A; }
p { color: rgb(38,77,90); }
H1.HeaderClassName
{
color: #264D5A;
}
.AnyTagClassName
{
color: #264D5A;
}
</style>
background-color css
<style>
a { background-color: #264D5A; }
a { background-color: rgb(38,77,90); }
div.DivClassName
{
background-color: #264D5A;
}
.BgClassName
{
background-color: #264D5A;
}
</style>
border-color css
<style>
span { border-color: #264D5A; }
span { border-color: rgb(38,77,90); }
td.TdClassName
{
border-color: #264D5A;
}
.TagClassName
{
border-color: #264D5A;
}
</style>