Shades of Teal Blue #264B54
Tints of Teal Blue #264B54
RGB
CMYK
RGB Variations
Color information
#264B54 (or 0x264B54) is known color: Teal Blue. HEX triplet: 26, 4B and 54. RGB value is (38,75,84). Sum of RGB (Red+Green+Blue) = 38+75+84=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #264B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B54 is #D9B4AB. Grayscale: #404040. Windows color (decimal): -14267564 or 5524262. OLE color: 5524262.
HSL color Cylindrical-coordinate representation of color #264B54: hue angle of 191.74º 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 #264B54 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 75 | 84 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.67 |
| HSL | 191.74º | 0.38% | 0.24% | - |
| HSV(B) | 191.74º | 0.55% | 0.33% | - |
| XYZ | 4.92 | 6.08 | 9.3 | - |
| YUV | 64.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 84 | 0.55 | 0.11 | 0 | 0.67 | 191.74 | 0.38 | 0.24 |
| Hex | 26 | 4B | 54 | 37 | B | 0 | 43 | C0 | 26 | 18 |
| Octal | 46 | 113 | 124 | 67 | 13 | 0 | 103 | 300 | 46 | 30 |
| Binary | 100110 | 1001011 | 1010100 | 110111 | 1011 | 0 | 1000011 | 11000000 | 100110 | 11000 |
Color Harmonies of #264B54
Complementary color
Monochromatic Colors of #264B54
Black with #264B54
Text Example
Text Example
White with #264B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264B54; }
p { color: rgb(38,75,84); }
H1.HeaderClassName
{
color: #264B54;
}
.AnyTagClassName
{
color: #264B54;
}
</style>
background-color css
<style>
a { background-color: #264B54; }
a { background-color: rgb(38,75,84); }
div.DivClassName
{
background-color: #264B54;
}
.BgClassName
{
background-color: #264B54;
}
</style>
border-color css
<style>
span { border-color: #264B54; }
span { border-color: rgb(38,75,84); }
td.TdClassName
{
border-color: #264B54;
}
.TagClassName
{
border-color: #264B54;
}
</style>