Shades of Torea Bay #232D77
Tints of Torea Bay #232D77
RGB
CMYK
RGB Variations
Color information
#232D77 (or 0x232D77) is known color: Torea Bay. HEX triplet: 23, 2D and 77. RGB value is (35,45,119). Sum of RGB (Red+Green+Blue) = 35+45+119=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #232D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D77 is #DCD288. Grayscale: #323232. Windows color (decimal): -14471817 or 7810339. OLE color: 7810339.
HSL color Cylindrical-coordinate representation of color #232D77: hue angle of 232.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232D77 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 45 | 119 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.53 |
| HSL | 232.86º | 0.55% | 0.3% | - |
| HSV(B) | 232.86º | 0.71% | 0.47% | - |
| XYZ | 4.96 | 3.57 | 17.88 | - |
| YUV | 50.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 119 | 0.71 | 0.62 | 0 | 0.53 | 232.86 | 0.55 | 0.3 |
| Hex | 23 | 2D | 77 | 47 | 3E | 0 | 35 | E9 | 37 | 1E |
| Octal | 43 | 55 | 167 | 107 | 76 | 0 | 65 | 351 | 67 | 36 |
| Binary | 100011 | 101101 | 1110111 | 1000111 | 111110 | 0 | 110101 | 11101001 | 110111 | 11110 |
Color Harmonies of #232D77
Complementary color
Monochromatic Colors of #232D77
Black with #232D77
Text Example
Text Example
White with #232D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D77; }
p { color: rgb(35,45,119); }
H1.HeaderClassName
{
color: #232D77;
}
.AnyTagClassName
{
color: #232D77;
}
</style>
background-color css
<style>
a { background-color: #232D77; }
a { background-color: rgb(35,45,119); }
div.DivClassName
{
background-color: #232D77;
}
.BgClassName
{
background-color: #232D77;
}
</style>
border-color css
<style>
span { border-color: #232D77; }
span { border-color: rgb(35,45,119); }
td.TdClassName
{
border-color: #232D77;
}
.TagClassName
{
border-color: #232D77;
}
</style>