Shades of Teal Blue #23565E
Tints of Teal Blue #23565E
RGB
CMYK
RGB Variations
Color information
#23565E (or 0x23565E) is known color: Teal Blue. HEX triplet: 23, 56 and 5E. RGB value is (35,86,94). Sum of RGB (Red+Green+Blue) = 35+86+94=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #23565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23565E is #DCA9A1. Grayscale: #474747. Windows color (decimal): -14461346 or 6182435. OLE color: 6182435.
HSL color Cylindrical-coordinate representation of color #23565E: hue angle of 188.14º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23565E is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 86 | 94 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.63 |
| HSL | 188.14º | 0.46% | 0.25% | - |
| HSV(B) | 188.14º | 0.63% | 0.37% | - |
| XYZ | 6.04 | 7.82 | 11.78 | - |
| YUV | 71.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 94 | 0.63 | 0.09 | 0 | 0.63 | 188.14 | 0.46 | 0.25 |
| Hex | 23 | 56 | 5E | 3F | 9 | 0 | 3F | BC | 2E | 19 |
| Octal | 43 | 126 | 136 | 77 | 11 | 0 | 77 | 274 | 56 | 31 |
| Binary | 100011 | 1010110 | 1011110 | 111111 | 1001 | 0 | 111111 | 10111100 | 101110 | 11001 |
Color Harmonies of #23565E
Complementary color
Monochromatic Colors of #23565E
Black with #23565E
Text Example
Text Example
White with #23565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23565E; }
p { color: rgb(35,86,94); }
H1.HeaderClassName
{
color: #23565E;
}
.AnyTagClassName
{
color: #23565E;
}
</style>
background-color css
<style>
a { background-color: #23565E; }
a { background-color: rgb(35,86,94); }
div.DivClassName
{
background-color: #23565E;
}
.BgClassName
{
background-color: #23565E;
}
</style>
border-color css
<style>
span { border-color: #23565E; }
span { border-color: rgb(35,86,94); }
td.TdClassName
{
border-color: #23565E;
}
.TagClassName
{
border-color: #23565E;
}
</style>