Shades of Torea Bay #232D78
Tints of Torea Bay #232D78
RGB
CMYK
RGB Variations
Color information
#232D78 (or 0x232D78) is known color: Torea Bay. HEX triplet: 23, 2D and 78. RGB value is (35,45,120). Sum of RGB (Red+Green+Blue) = 35+45+120=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #232D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D78 is #DCD287. Grayscale: #323232. Windows color (decimal): -14471816 or 7875875. OLE color: 7875875.
HSL color Cylindrical-coordinate representation of color #232D78: hue angle of 232.94º 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 #232D78 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 45 | 120 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.53 |
| HSL | 232.94º | 0.55% | 0.3% | - |
| HSV(B) | 232.94º | 0.71% | 0.47% | - |
| XYZ | 5.02 | 3.59 | 18.2 | - |
| YUV | 50.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 120 | 0.71 | 0.63 | 0 | 0.53 | 232.94 | 0.55 | 0.3 |
| Hex | 23 | 2D | 78 | 47 | 3F | 0 | 35 | E9 | 37 | 1E |
| Octal | 43 | 55 | 170 | 107 | 77 | 0 | 65 | 351 | 67 | 36 |
| Binary | 100011 | 101101 | 1111000 | 1000111 | 111111 | 0 | 110101 | 11101001 | 110111 | 11110 |
Color Harmonies of #232D78
Complementary color
Monochromatic Colors of #232D78
Black with #232D78
Text Example
Text Example
White with #232D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D78; }
p { color: rgb(35,45,120); }
H1.HeaderClassName
{
color: #232D78;
}
.AnyTagClassName
{
color: #232D78;
}
</style>
background-color css
<style>
a { background-color: #232D78; }
a { background-color: rgb(35,45,120); }
div.DivClassName
{
background-color: #232D78;
}
.BgClassName
{
background-color: #232D78;
}
</style>
border-color css
<style>
span { border-color: #232D78; }
span { border-color: rgb(35,45,120); }
td.TdClassName
{
border-color: #232D78;
}
.TagClassName
{
border-color: #232D78;
}
</style>