Shades of Torea Bay #232F8B
Tints of Torea Bay #232F8B
RGB
CMYK
RGB Variations
Color information
#232F8B (or 0x232F8B) is known color: Torea Bay. HEX triplet: 23, 2F and 8B. RGB value is (35,47,139). Sum of RGB (Red+Green+Blue) = 35+47+139=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #232F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F8B is #DCD074. Grayscale: #353535. Windows color (decimal): -14471285 or 9121571. OLE color: 9121571.
HSL color Cylindrical-coordinate representation of color #232F8B: hue angle of 233.08º 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 #232F8B is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 47 | 139 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.45 |
| HSL | 233.08º | 0.6% | 0.34% | - |
| HSV(B) | 233.08º | 0.75% | 0.55% | - |
| XYZ | 6.37 | 4.25 | 24.91 | - |
| YUV | 53.9 | 176.02 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 139 | 0.75 | 0.66 | 0 | 0.45 | 233.08 | 0.6 | 0.34 |
| Hex | 23 | 2F | 8B | 4B | 42 | 0 | 2D | E9 | 3C | 22 |
| Octal | 43 | 57 | 213 | 113 | 102 | 0 | 55 | 351 | 74 | 42 |
| Binary | 100011 | 101111 | 10001011 | 1001011 | 1000010 | 0 | 101101 | 11101001 | 111100 | 100010 |
Color Harmonies of #232F8B
Complementary color
Monochromatic Colors of #232F8B
Black with #232F8B
Text Example
Text Example
White with #232F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F8B; }
p { color: rgb(35,47,139); }
H1.HeaderClassName
{
color: #232F8B;
}
.AnyTagClassName
{
color: #232F8B;
}
</style>
background-color css
<style>
a { background-color: #232F8B; }
a { background-color: rgb(35,47,139); }
div.DivClassName
{
background-color: #232F8B;
}
.BgClassName
{
background-color: #232F8B;
}
</style>
border-color css
<style>
span { border-color: #232F8B; }
span { border-color: rgb(35,47,139); }
td.TdClassName
{
border-color: #232F8B;
}
.TagClassName
{
border-color: #232F8B;
}
</style>