Shades of Teal Blue #23464D
Tints of Teal Blue #23464D
RGB
CMYK
RGB Variations
Color information
#23464D (or 0x23464D) is known color: Teal Blue. HEX triplet: 23, 46 and 4D. RGB value is (35,70,77). Sum of RGB (Red+Green+Blue) = 35+70+77=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #23464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23464D is #DCB9B2. Grayscale: #3C3C3C. Windows color (decimal): -14465459 or 5064227. OLE color: 5064227.
HSL color Cylindrical-coordinate representation of color #23464D: hue angle of 190º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23464D is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 70 | 77 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.70 |
| HSL | 190º | 0.38% | 0.22% | - |
| HSV(B) | 190º | 0.55% | 0.3% | - |
| XYZ | 4.22 | 5.27 | 7.82 | - |
| YUV | 60.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 77 | 0.55 | 0.09 | 0 | 0.70 | 190 | 0.38 | 0.22 |
| Hex | 23 | 46 | 4D | 37 | 9 | 0 | 46 | BE | 26 | 16 |
| Octal | 43 | 106 | 115 | 67 | 11 | 0 | 106 | 276 | 46 | 26 |
| Binary | 100011 | 1000110 | 1001101 | 110111 | 1001 | 0 | 1000110 | 10111110 | 100110 | 10110 |
Color Harmonies of #23464D
Complementary color
Monochromatic Colors of #23464D
Black with #23464D
Text Example
Text Example
White with #23464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23464D; }
p { color: rgb(35,70,77); }
H1.HeaderClassName
{
color: #23464D;
}
.AnyTagClassName
{
color: #23464D;
}
</style>
background-color css
<style>
a { background-color: #23464D; }
a { background-color: rgb(35,70,77); }
div.DivClassName
{
background-color: #23464D;
}
.BgClassName
{
background-color: #23464D;
}
</style>
border-color css
<style>
span { border-color: #23464D; }
span { border-color: rgb(35,70,77); }
td.TdClassName
{
border-color: #23464D;
}
.TagClassName
{
border-color: #23464D;
}
</style>