Shades of Teal Blue #264E5B
Tints of Teal Blue #264E5B
RGB
CMYK
RGB Variations
Color information
#264E5B (or 0x264E5B) is known color: Teal Blue. HEX triplet: 26, 4E and 5B. RGB value is (38,78,91). Sum of RGB (Red+Green+Blue) = 38+78+91=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #264E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E5B is #D9B1A4. Grayscale: #434343. Windows color (decimal): -14266789 or 5983782. OLE color: 5983782.
HSL color Cylindrical-coordinate representation of color #264E5B: hue angle of 194.72º 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 #264E5B is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 78 | 91 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.64 |
| HSL | 194.72º | 0.41% | 0.25% | - |
| HSV(B) | 194.72º | 0.58% | 0.36% | - |
| XYZ | 5.41 | 6.62 | 10.89 | - |
| YUV | 67.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 91 | 0.58 | 0.14 | 0 | 0.64 | 194.72 | 0.41 | 0.25 |
| Hex | 26 | 4E | 5B | 3A | E | 0 | 40 | C3 | 29 | 19 |
| Octal | 46 | 116 | 133 | 72 | 16 | 0 | 100 | 303 | 51 | 31 |
| Binary | 100110 | 1001110 | 1011011 | 111010 | 1110 | 0 | 1000000 | 11000011 | 101001 | 11001 |
Color Harmonies of #264E5B
Complementary color
Monochromatic Colors of #264E5B
Black with #264E5B
Text Example
Text Example
White with #264E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E5B; }
p { color: rgb(38,78,91); }
H1.HeaderClassName
{
color: #264E5B;
}
.AnyTagClassName
{
color: #264E5B;
}
</style>
background-color css
<style>
a { background-color: #264E5B; }
a { background-color: rgb(38,78,91); }
div.DivClassName
{
background-color: #264E5B;
}
.BgClassName
{
background-color: #264E5B;
}
</style>
border-color css
<style>
span { border-color: #264E5B; }
span { border-color: rgb(38,78,91); }
td.TdClassName
{
border-color: #264E5B;
}
.TagClassName
{
border-color: #264E5B;
}
</style>