Shades of Teal Blue #264C5A
Tints of Teal Blue #264C5A
RGB
CMYK
RGB Variations
Color information
#264C5A (or 0x264C5A) is known color: Teal Blue. HEX triplet: 26, 4C and 5A. RGB value is (38,76,90). Sum of RGB (Red+Green+Blue) = 38+76+90=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #264C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C5A is #D9B3A5. Grayscale: #424242. Windows color (decimal): -14267302 or 5917734. OLE color: 5917734.
HSL color Cylindrical-coordinate representation of color #264C5A: hue angle of 196.15º 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 #264C5A is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 76 | 90 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.65 |
| HSL | 196.15º | 0.41% | 0.25% | - |
| HSV(B) | 196.15º | 0.58% | 0.35% | - |
| XYZ | 5.23 | 6.32 | 10.62 | - |
| YUV | 66.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 90 | 0.58 | 0.16 | 0 | 0.65 | 196.15 | 0.41 | 0.25 |
| Hex | 26 | 4C | 5A | 3A | 10 | 0 | 41 | C4 | 29 | 19 |
| Octal | 46 | 114 | 132 | 72 | 20 | 0 | 101 | 304 | 51 | 31 |
| Binary | 100110 | 1001100 | 1011010 | 111010 | 10000 | 0 | 1000001 | 11000100 | 101001 | 11001 |
Color Harmonies of #264C5A
Complementary color
Monochromatic Colors of #264C5A
Black with #264C5A
Text Example
Text Example
White with #264C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C5A; }
p { color: rgb(38,76,90); }
H1.HeaderClassName
{
color: #264C5A;
}
.AnyTagClassName
{
color: #264C5A;
}
</style>
background-color css
<style>
a { background-color: #264C5A; }
a { background-color: rgb(38,76,90); }
div.DivClassName
{
background-color: #264C5A;
}
.BgClassName
{
background-color: #264C5A;
}
</style>
border-color css
<style>
span { border-color: #264C5A; }
span { border-color: rgb(38,76,90); }
td.TdClassName
{
border-color: #264C5A;
}
.TagClassName
{
border-color: #264C5A;
}
</style>