Shades of Teal Blue #234B5B
Tints of Teal Blue #234B5B
RGB
CMYK
RGB Variations
Color information
#234B5B (or 0x234B5B) is known color: Teal Blue. HEX triplet: 23, 4B and 5B. RGB value is (35,75,91). Sum of RGB (Red+Green+Blue) = 35+75+91=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #234B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B5B is #DCB4A4. Grayscale: #404040. Windows color (decimal): -14464165 or 5983011. OLE color: 5983011.
HSL color Cylindrical-coordinate representation of color #234B5B: hue angle of 197.14º 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 #234B5B is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 75 | 91 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.64 |
| HSL | 197.14º | 0.44% | 0.25% | - |
| HSV(B) | 197.14º | 0.62% | 0.36% | - |
| XYZ | 5.1 | 6.14 | 10.81 | - |
| YUV | 64.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 91 | 0.62 | 0.18 | 0 | 0.64 | 197.14 | 0.44 | 0.25 |
| Hex | 23 | 4B | 5B | 3E | 12 | 0 | 40 | C5 | 2C | 19 |
| Octal | 43 | 113 | 133 | 76 | 22 | 0 | 100 | 305 | 54 | 31 |
| Binary | 100011 | 1001011 | 1011011 | 111110 | 10010 | 0 | 1000000 | 11000101 | 101100 | 11001 |
Color Harmonies of #234B5B
Complementary color
Monochromatic Colors of #234B5B
Black with #234B5B
Text Example
Text Example
White with #234B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B5B; }
p { color: rgb(35,75,91); }
H1.HeaderClassName
{
color: #234B5B;
}
.AnyTagClassName
{
color: #234B5B;
}
</style>
background-color css
<style>
a { background-color: #234B5B; }
a { background-color: rgb(35,75,91); }
div.DivClassName
{
background-color: #234B5B;
}
.BgClassName
{
background-color: #234B5B;
}
</style>
border-color css
<style>
span { border-color: #234B5B; }
span { border-color: rgb(35,75,91); }
td.TdClassName
{
border-color: #234B5B;
}
.TagClassName
{
border-color: #234B5B;
}
</style>