Shades of Teal Blue #264A54
Tints of Teal Blue #264A54
RGB
CMYK
RGB Variations
Color information
#264A54 (or 0x264A54) is known color: Teal Blue. HEX triplet: 26, 4A and 54. RGB value is (38,74,84). Sum of RGB (Red+Green+Blue) = 38+74+84=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #264A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A54 is #D9B5AB. Grayscale: #404040. Windows color (decimal): -14267820 or 5524006. OLE color: 5524006.
HSL color Cylindrical-coordinate representation of color #264A54: hue angle of 193.04º 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 #264A54 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 74 | 84 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.67 |
| HSL | 193.04º | 0.38% | 0.24% | - |
| HSV(B) | 193.04º | 0.55% | 0.33% | - |
| XYZ | 4.85 | 5.95 | 9.28 | - |
| YUV | 64.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 84 | 0.55 | 0.12 | 0 | 0.67 | 193.04 | 0.38 | 0.24 |
| Hex | 26 | 4A | 54 | 37 | C | 0 | 43 | C1 | 26 | 18 |
| Octal | 46 | 112 | 124 | 67 | 14 | 0 | 103 | 301 | 46 | 30 |
| Binary | 100110 | 1001010 | 1010100 | 110111 | 1100 | 0 | 1000011 | 11000001 | 100110 | 11000 |
Color Harmonies of #264A54
Complementary color
Monochromatic Colors of #264A54
Black with #264A54
Text Example
Text Example
White with #264A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A54; }
p { color: rgb(38,74,84); }
H1.HeaderClassName
{
color: #264A54;
}
.AnyTagClassName
{
color: #264A54;
}
</style>
background-color css
<style>
a { background-color: #264A54; }
a { background-color: rgb(38,74,84); }
div.DivClassName
{
background-color: #264A54;
}
.BgClassName
{
background-color: #264A54;
}
</style>
border-color css
<style>
span { border-color: #264A54; }
span { border-color: rgb(38,74,84); }
td.TdClassName
{
border-color: #264A54;
}
.TagClassName
{
border-color: #264A54;
}
</style>