Shades of Torea Bay #232D8B
Tints of Torea Bay #232D8B
RGB
CMYK
RGB Variations
Color information
#232D8B (or 0x232D8B) is known color: Torea Bay. HEX triplet: 23, 2D and 8B. RGB value is (35,45,139). Sum of RGB (Red+Green+Blue) = 35+45+139=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #232D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232D8B is #DCD274. Grayscale: #343434. Windows color (decimal): -14471797 or 9121059. OLE color: 9121059.
HSL color Cylindrical-coordinate representation of color #232D8B: hue angle of 234.23º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232D8B is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 45 | 139 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.45 |
| HSL | 234.23º | 0.6% | 0.34% | - |
| HSV(B) | 234.23º | 0.75% | 0.55% | - |
| XYZ | 6.29 | 4.1 | 24.89 | - |
| YUV | 52.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 139 | 0.75 | 0.68 | 0 | 0.45 | 234.23 | 0.6 | 0.34 |
| Hex | 23 | 2D | 8B | 4B | 44 | 0 | 2D | EA | 3C | 22 |
| Octal | 43 | 55 | 213 | 113 | 104 | 0 | 55 | 352 | 74 | 42 |
| Binary | 100011 | 101101 | 10001011 | 1001011 | 1000100 | 0 | 101101 | 11101010 | 111100 | 100010 |
Color Harmonies of #232D8B
Complementary color
Monochromatic Colors of #232D8B
Black with #232D8B
Text Example
Text Example
White with #232D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D8B; }
p { color: rgb(35,45,139); }
H1.HeaderClassName
{
color: #232D8B;
}
.AnyTagClassName
{
color: #232D8B;
}
</style>
background-color css
<style>
a { background-color: #232D8B; }
a { background-color: rgb(35,45,139); }
div.DivClassName
{
background-color: #232D8B;
}
.BgClassName
{
background-color: #232D8B;
}
</style>
border-color css
<style>
span { border-color: #232D8B; }
span { border-color: rgb(35,45,139); }
td.TdClassName
{
border-color: #232D8B;
}
.TagClassName
{
border-color: #232D8B;
}
</style>