Shades of Teal Blue #235057
Tints of Teal Blue #235057
RGB
CMYK
RGB Variations
Color information
#235057 (or 0x235057) is known color: Teal Blue. HEX triplet: 23, 50 and 57. RGB value is (35,80,87). Sum of RGB (Red+Green+Blue) = 35+80+87=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #235057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235057 is #DCAFA8. Grayscale: #434343. Windows color (decimal): -14462889 or 5722147. OLE color: 5722147.
HSL color Cylindrical-coordinate representation of color #235057: hue angle of 188.08º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #235057 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 80 | 87 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.66 |
| HSL | 188.08º | 0.43% | 0.24% | - |
| HSV(B) | 188.08º | 0.6% | 0.34% | - |
| XYZ | 5.28 | 6.78 | 10.05 | - |
| YUV | 67.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 87 | 0.60 | 0.08 | 0 | 0.66 | 188.08 | 0.43 | 0.24 |
| Hex | 23 | 50 | 57 | 3C | 8 | 0 | 42 | BC | 2B | 18 |
| Octal | 43 | 120 | 127 | 74 | 10 | 0 | 102 | 274 | 53 | 30 |
| Binary | 100011 | 1010000 | 1010111 | 111100 | 1000 | 0 | 1000010 | 10111100 | 101011 | 11000 |
Color Harmonies of #235057
Complementary color
Monochromatic Colors of #235057
Black with #235057
Text Example
Text Example
White with #235057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235057; }
p { color: rgb(35,80,87); }
H1.HeaderClassName
{
color: #235057;
}
.AnyTagClassName
{
color: #235057;
}
</style>
background-color css
<style>
a { background-color: #235057; }
a { background-color: rgb(35,80,87); }
div.DivClassName
{
background-color: #235057;
}
.BgClassName
{
background-color: #235057;
}
</style>
border-color css
<style>
span { border-color: #235057; }
span { border-color: rgb(35,80,87); }
td.TdClassName
{
border-color: #235057;
}
.TagClassName
{
border-color: #235057;
}
</style>