Shades of Teal Blue #264D5B
Tints of Teal Blue #264D5B
RGB
CMYK
RGB Variations
Color information
#264D5B (or 0x264D5B) is known color: Teal Blue. HEX triplet: 26, 4D and 5B. RGB value is (38,77,91). Sum of RGB (Red+Green+Blue) = 38+77+91=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #264D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D5B is #D9B2A4. Grayscale: #424242. Windows color (decimal): -14267045 or 5983526. OLE color: 5983526.
HSL color Cylindrical-coordinate representation of color #264D5B: hue angle of 195.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #264D5B is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 77 | 91 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.64 |
| HSL | 195.85º | 0.41% | 0.25% | - |
| HSV(B) | 195.85º | 0.58% | 0.36% | - |
| XYZ | 5.34 | 6.48 | 10.87 | - |
| YUV | 66.94 | 141.58 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 91 | 0.58 | 0.15 | 0 | 0.64 | 195.85 | 0.41 | 0.25 |
| Hex | 26 | 4D | 5B | 3A | F | 0 | 40 | C4 | 29 | 19 |
| Octal | 46 | 115 | 133 | 72 | 17 | 0 | 100 | 304 | 51 | 31 |
| Binary | 100110 | 1001101 | 1011011 | 111010 | 1111 | 0 | 1000000 | 11000100 | 101001 | 11001 |
Color Harmonies of #264D5B
Complementary color
Monochromatic Colors of #264D5B
Black with #264D5B
Text Example
Text Example
White with #264D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D5B; }
p { color: rgb(38,77,91); }
H1.HeaderClassName
{
color: #264D5B;
}
.AnyTagClassName
{
color: #264D5B;
}
</style>
background-color css
<style>
a { background-color: #264D5B; }
a { background-color: rgb(38,77,91); }
div.DivClassName
{
background-color: #264D5B;
}
.BgClassName
{
background-color: #264D5B;
}
</style>
border-color css
<style>
span { border-color: #264D5B; }
span { border-color: rgb(38,77,91); }
td.TdClassName
{
border-color: #264D5B;
}
.TagClassName
{
border-color: #264D5B;
}
</style>