Shades of Torea Bay #232F89
Tints of Torea Bay #232F89
RGB
CMYK
RGB Variations
Color information
#232F89 (or 0x232F89) is known color: Torea Bay. HEX triplet: 23, 2F and 89. RGB value is (35,47,137). Sum of RGB (Red+Green+Blue) = 35+47+137=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #232F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F89 is #DCD076. Grayscale: #353535. Windows color (decimal): -14471287 or 8990499. OLE color: 8990499.
HSL color Cylindrical-coordinate representation of color #232F89: hue angle of 232.94º 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 #232F89 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 47 | 137 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.46 |
| HSL | 232.94º | 0.59% | 0.34% | - |
| HSV(B) | 232.94º | 0.74% | 0.54% | - |
| XYZ | 6.23 | 4.2 | 24.15 | - |
| YUV | 53.67 | 175.02 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 137 | 0.74 | 0.66 | 0 | 0.46 | 232.94 | 0.59 | 0.34 |
| Hex | 23 | 2F | 89 | 4A | 42 | 0 | 2E | E9 | 3B | 22 |
| Octal | 43 | 57 | 211 | 112 | 102 | 0 | 56 | 351 | 73 | 42 |
| Binary | 100011 | 101111 | 10001001 | 1001010 | 1000010 | 0 | 101110 | 11101001 | 111011 | 100010 |
Color Harmonies of #232F89
Complementary color
Monochromatic Colors of #232F89
Black with #232F89
Text Example
Text Example
White with #232F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F89; }
p { color: rgb(35,47,137); }
H1.HeaderClassName
{
color: #232F89;
}
.AnyTagClassName
{
color: #232F89;
}
</style>
background-color css
<style>
a { background-color: #232F89; }
a { background-color: rgb(35,47,137); }
div.DivClassName
{
background-color: #232F89;
}
.BgClassName
{
background-color: #232F89;
}
</style>
border-color css
<style>
span { border-color: #232F89; }
span { border-color: rgb(35,47,137); }
td.TdClassName
{
border-color: #232F89;
}
.TagClassName
{
border-color: #232F89;
}
</style>