Shades of Torea Bay #232E8D
Tints of Torea Bay #232E8D
RGB
CMYK
RGB Variations
Color information
#232E8D (or 0x232E8D) is known color: Torea Bay. HEX triplet: 23, 2E and 8D. RGB value is (35,46,141). Sum of RGB (Red+Green+Blue) = 35+46+141=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #232E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232E8D is #DCD172. Grayscale: #353535. Windows color (decimal): -14471539 or 9252387. OLE color: 9252387.
HSL color Cylindrical-coordinate representation of color #232E8D: hue angle of 233.77º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232E8D is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 46 | 141 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.45 |
| HSL | 233.77º | 0.6% | 0.35% | - |
| HSV(B) | 233.77º | 0.75% | 0.55% | - |
| XYZ | 6.48 | 4.23 | 25.68 | - |
| YUV | 53.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 141 | 0.75 | 0.67 | 0 | 0.45 | 233.77 | 0.6 | 0.35 |
| Hex | 23 | 2E | 8D | 4B | 43 | 0 | 2D | EA | 3C | 23 |
| Octal | 43 | 56 | 215 | 113 | 103 | 0 | 55 | 352 | 74 | 43 |
| Binary | 100011 | 101110 | 10001101 | 1001011 | 1000011 | 0 | 101101 | 11101010 | 111100 | 100011 |
Color Harmonies of #232E8D
Complementary color
Monochromatic Colors of #232E8D
Black with #232E8D
Text Example
Text Example
White with #232E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E8D; }
p { color: rgb(35,46,141); }
H1.HeaderClassName
{
color: #232E8D;
}
.AnyTagClassName
{
color: #232E8D;
}
</style>
background-color css
<style>
a { background-color: #232E8D; }
a { background-color: rgb(35,46,141); }
div.DivClassName
{
background-color: #232E8D;
}
.BgClassName
{
background-color: #232E8D;
}
</style>
border-color css
<style>
span { border-color: #232E8D; }
span { border-color: rgb(35,46,141); }
td.TdClassName
{
border-color: #232E8D;
}
.TagClassName
{
border-color: #232E8D;
}
</style>