Shades of Teal Blue #264554
Tints of Teal Blue #264554
RGB
CMYK
RGB Variations
Color information
#264554 (or 0x264554) is known color: Teal Blue. HEX triplet: 26, 45 and 54. RGB value is (38,69,84). Sum of RGB (Red+Green+Blue) = 38+69+84=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #264554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264554 is #D9BAAB. Grayscale: #3D3D3D. Windows color (decimal): -14269100 or 5522726. OLE color: 5522726.
HSL color Cylindrical-coordinate representation of color #264554: hue angle of 199.57º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264554 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 69 | 84 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.67 |
| HSL | 199.57º | 0.38% | 0.24% | - |
| HSV(B) | 199.57º | 0.55% | 0.33% | - |
| XYZ | 4.53 | 5.31 | 9.17 | - |
| YUV | 61.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 84 | 0.55 | 0.18 | 0 | 0.67 | 199.57 | 0.38 | 0.24 |
| Hex | 26 | 45 | 54 | 37 | 12 | 0 | 43 | C8 | 26 | 18 |
| Octal | 46 | 105 | 124 | 67 | 22 | 0 | 103 | 310 | 46 | 30 |
| Binary | 100110 | 1000101 | 1010100 | 110111 | 10010 | 0 | 1000011 | 11001000 | 100110 | 11000 |
Color Harmonies of #264554
Complementary color
Monochromatic Colors of #264554
Black with #264554
Text Example
Text Example
White with #264554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264554; }
p { color: rgb(38,69,84); }
H1.HeaderClassName
{
color: #264554;
}
.AnyTagClassName
{
color: #264554;
}
</style>
background-color css
<style>
a { background-color: #264554; }
a { background-color: rgb(38,69,84); }
div.DivClassName
{
background-color: #264554;
}
.BgClassName
{
background-color: #264554;
}
</style>
border-color css
<style>
span { border-color: #264554; }
span { border-color: rgb(38,69,84); }
td.TdClassName
{
border-color: #264554;
}
.TagClassName
{
border-color: #264554;
}
</style>