Shades of Torea Bay #232E89
Tints of Torea Bay #232E89
RGB
CMYK
RGB Variations
Color information
#232E89 (or 0x232E89) is known color: Torea Bay. HEX triplet: 23, 2E and 89. RGB value is (35,46,137). Sum of RGB (Red+Green+Blue) = 35+46+137=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #232E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232E89 is #DCD176. Grayscale: #343434. Windows color (decimal): -14471543 or 8990243. OLE color: 8990243.
HSL color Cylindrical-coordinate representation of color #232E89: hue angle of 233.53º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #232E89 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 46 | 137 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.46 |
| HSL | 233.53º | 0.59% | 0.34% | - |
| HSV(B) | 233.53º | 0.74% | 0.54% | - |
| XYZ | 6.19 | 4.12 | 24.14 | - |
| YUV | 53.09 | 175.36 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 137 | 0.74 | 0.66 | 0 | 0.46 | 233.53 | 0.59 | 0.34 |
| Hex | 23 | 2E | 89 | 4A | 42 | 0 | 2E | EA | 3B | 22 |
| Octal | 43 | 56 | 211 | 112 | 102 | 0 | 56 | 352 | 73 | 42 |
| Binary | 100011 | 101110 | 10001001 | 1001010 | 1000010 | 0 | 101110 | 11101010 | 111011 | 100010 |
Color Harmonies of #232E89
Complementary color
Monochromatic Colors of #232E89
Black with #232E89
Text Example
Text Example
White with #232E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E89; }
p { color: rgb(35,46,137); }
H1.HeaderClassName
{
color: #232E89;
}
.AnyTagClassName
{
color: #232E89;
}
</style>
background-color css
<style>
a { background-color: #232E89; }
a { background-color: rgb(35,46,137); }
div.DivClassName
{
background-color: #232E89;
}
.BgClassName
{
background-color: #232E89;
}
</style>
border-color css
<style>
span { border-color: #232E89; }
span { border-color: rgb(35,46,137); }
td.TdClassName
{
border-color: #232E89;
}
.TagClassName
{
border-color: #232E89;
}
</style>