Shades of Teal Blue #264C55
Tints of Teal Blue #264C55
RGB
CMYK
RGB Variations
Color information
#264C55 (or 0x264C55) is known color: Teal Blue. HEX triplet: 26, 4C and 55. RGB value is (38,76,85). Sum of RGB (Red+Green+Blue) = 38+76+85=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #264C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C55 is #D9B3AA. Grayscale: #414141. Windows color (decimal): -14267307 or 5590054. OLE color: 5590054.
HSL color Cylindrical-coordinate representation of color #264C55: hue angle of 191.49º 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 #264C55 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 76 | 85 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.67 |
| HSL | 191.49º | 0.38% | 0.24% | - |
| HSV(B) | 191.49º | 0.55% | 0.33% | - |
| XYZ | 5.02 | 6.24 | 9.53 | - |
| YUV | 65.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 85 | 0.55 | 0.11 | 0 | 0.67 | 191.49 | 0.38 | 0.24 |
| Hex | 26 | 4C | 55 | 37 | B | 0 | 43 | BF | 26 | 18 |
| Octal | 46 | 114 | 125 | 67 | 13 | 0 | 103 | 277 | 46 | 30 |
| Binary | 100110 | 1001100 | 1010101 | 110111 | 1011 | 0 | 1000011 | 10111111 | 100110 | 11000 |
Color Harmonies of #264C55
Complementary color
Monochromatic Colors of #264C55
Black with #264C55
Text Example
Text Example
White with #264C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C55; }
p { color: rgb(38,76,85); }
H1.HeaderClassName
{
color: #264C55;
}
.AnyTagClassName
{
color: #264C55;
}
</style>
background-color css
<style>
a { background-color: #264C55; }
a { background-color: rgb(38,76,85); }
div.DivClassName
{
background-color: #264C55;
}
.BgClassName
{
background-color: #264C55;
}
</style>
border-color css
<style>
span { border-color: #264C55; }
span { border-color: rgb(38,76,85); }
td.TdClassName
{
border-color: #264C55;
}
.TagClassName
{
border-color: #264C55;
}
</style>