Shades of Torea Bay #232D76
Tints of Torea Bay #232D76
RGB
CMYK
RGB Variations
Color information
#232D76 (or 0x232D76) is known color: Torea Bay. HEX triplet: 23, 2D and 76. RGB value is (35,45,118). Sum of RGB (Red+Green+Blue) = 35+45+118=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #232D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D76 is #DCD289. Grayscale: #323232. Windows color (decimal): -14471818 or 7744803. OLE color: 7744803.
HSL color Cylindrical-coordinate representation of color #232D76: hue angle of 232.77º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232D76 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 45 | 118 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.54 |
| HSL | 232.77º | 0.54% | 0.3% | - |
| HSV(B) | 232.77º | 0.7% | 0.46% | - |
| XYZ | 4.9 | 3.54 | 17.56 | - |
| YUV | 50.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 118 | 0.70 | 0.62 | 0 | 0.54 | 232.77 | 0.54 | 0.3 |
| Hex | 23 | 2D | 76 | 46 | 3E | 0 | 36 | E9 | 36 | 1E |
| Octal | 43 | 55 | 166 | 106 | 76 | 0 | 66 | 351 | 66 | 36 |
| Binary | 100011 | 101101 | 1110110 | 1000110 | 111110 | 0 | 110110 | 11101001 | 110110 | 11110 |
Color Harmonies of #232D76
Complementary color
Monochromatic Colors of #232D76
Black with #232D76
Text Example
Text Example
White with #232D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D76; }
p { color: rgb(35,45,118); }
H1.HeaderClassName
{
color: #232D76;
}
.AnyTagClassName
{
color: #232D76;
}
</style>
background-color css
<style>
a { background-color: #232D76; }
a { background-color: rgb(35,45,118); }
div.DivClassName
{
background-color: #232D76;
}
.BgClassName
{
background-color: #232D76;
}
</style>
border-color css
<style>
span { border-color: #232D76; }
span { border-color: rgb(35,45,118); }
td.TdClassName
{
border-color: #232D76;
}
.TagClassName
{
border-color: #232D76;
}
</style>