Shades of Teal Blue #23484E
Tints of Teal Blue #23484E
RGB
CMYK
RGB Variations
Color information
#23484E (or 0x23484E) is known color: Teal Blue. HEX triplet: 23, 48 and 4E. RGB value is (35,72,78). Sum of RGB (Red+Green+Blue) = 35+72+78=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #23484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23484E is #DCB7B1. Grayscale: #3D3D3D. Windows color (decimal): -14464946 or 5130275. OLE color: 5130275.
HSL color Cylindrical-coordinate representation of color #23484E: hue angle of 188.37º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23484E is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 72 | 78 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.69 |
| HSL | 188.37º | 0.38% | 0.22% | - |
| HSV(B) | 188.37º | 0.55% | 0.31% | - |
| XYZ | 4.39 | 5.54 | 8.05 | - |
| YUV | 61.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 78 | 0.55 | 0.08 | 0 | 0.69 | 188.37 | 0.38 | 0.22 |
| Hex | 23 | 48 | 4E | 37 | 8 | 0 | 45 | BC | 26 | 16 |
| Octal | 43 | 110 | 116 | 67 | 10 | 0 | 105 | 274 | 46 | 26 |
| Binary | 100011 | 1001000 | 1001110 | 110111 | 1000 | 0 | 1000101 | 10111100 | 100110 | 10110 |
Color Harmonies of #23484E
Complementary color
Monochromatic Colors of #23484E
Black with #23484E
Text Example
Text Example
White with #23484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23484E; }
p { color: rgb(35,72,78); }
H1.HeaderClassName
{
color: #23484E;
}
.AnyTagClassName
{
color: #23484E;
}
</style>
background-color css
<style>
a { background-color: #23484E; }
a { background-color: rgb(35,72,78); }
div.DivClassName
{
background-color: #23484E;
}
.BgClassName
{
background-color: #23484E;
}
</style>
border-color css
<style>
span { border-color: #23484E; }
span { border-color: rgb(35,72,78); }
td.TdClassName
{
border-color: #23484E;
}
.TagClassName
{
border-color: #23484E;
}
</style>