Shades of Teal Blue #234F5B
Tints of Teal Blue #234F5B
RGB
CMYK
RGB Variations
Color information
#234F5B (or 0x234F5B) is known color: Teal Blue. HEX triplet: 23, 4F and 5B. RGB value is (35,79,91). Sum of RGB (Red+Green+Blue) = 35+79+91=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #234F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F5B is #DCB0A4. Grayscale: #434343. Windows color (decimal): -14463141 or 5984035. OLE color: 5984035.
HSL color Cylindrical-coordinate representation of color #234F5B: hue angle of 192.86º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #234F5B is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 79 | 91 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.64 |
| HSL | 192.86º | 0.44% | 0.25% | - |
| HSV(B) | 192.86º | 0.62% | 0.36% | - |
| XYZ | 5.38 | 6.7 | 10.91 | - |
| YUV | 67.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 79 | 91 | 0.62 | 0.13 | 0 | 0.64 | 192.86 | 0.44 | 0.25 |
| Hex | 23 | 4F | 5B | 3E | D | 0 | 40 | C1 | 2C | 19 |
| Octal | 43 | 117 | 133 | 76 | 15 | 0 | 100 | 301 | 54 | 31 |
| Binary | 100011 | 1001111 | 1011011 | 111110 | 1101 | 0 | 1000000 | 11000001 | 101100 | 11001 |
Color Harmonies of #234F5B
Complementary color
Monochromatic Colors of #234F5B
Black with #234F5B
Text Example
Text Example
White with #234F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234F5B; }
p { color: rgb(35,79,91); }
H1.HeaderClassName
{
color: #234F5B;
}
.AnyTagClassName
{
color: #234F5B;
}
</style>
background-color css
<style>
a { background-color: #234F5B; }
a { background-color: rgb(35,79,91); }
div.DivClassName
{
background-color: #234F5B;
}
.BgClassName
{
background-color: #234F5B;
}
</style>
border-color css
<style>
span { border-color: #234F5B; }
span { border-color: rgb(35,79,91); }
td.TdClassName
{
border-color: #234F5B;
}
.TagClassName
{
border-color: #234F5B;
}
</style>