Shades of Torea Bay #232D7A
Tints of Torea Bay #232D7A
RGB
CMYK
RGB Variations
Color information
#232D7A (or 0x232D7A) is known color: Torea Bay. HEX triplet: 23, 2D and 7A. RGB value is (35,45,122). Sum of RGB (Red+Green+Blue) = 35+45+122=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #232D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D7A is #DCD285. Grayscale: #323232. Windows color (decimal): -14471814 or 8006947. OLE color: 8006947.
HSL color Cylindrical-coordinate representation of color #232D7A: hue angle of 233.1º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232D7A is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 45 | 122 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.52 |
| HSL | 233.1º | 0.55% | 0.31% | - |
| HSV(B) | 233.1º | 0.71% | 0.48% | - |
| XYZ | 5.14 | 3.64 | 18.84 | - |
| YUV | 50.79 | 168.19 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 122 | 0.71 | 0.63 | 0 | 0.52 | 233.1 | 0.55 | 0.31 |
| Hex | 23 | 2D | 7A | 47 | 3F | 0 | 34 | E9 | 37 | 1F |
| Octal | 43 | 55 | 172 | 107 | 77 | 0 | 64 | 351 | 67 | 37 |
| Binary | 100011 | 101101 | 1111010 | 1000111 | 111111 | 0 | 110100 | 11101001 | 110111 | 11111 |
Color Harmonies of #232D7A
Complementary color
Monochromatic Colors of #232D7A
Black with #232D7A
Text Example
Text Example
White with #232D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D7A; }
p { color: rgb(35,45,122); }
H1.HeaderClassName
{
color: #232D7A;
}
.AnyTagClassName
{
color: #232D7A;
}
</style>
background-color css
<style>
a { background-color: #232D7A; }
a { background-color: rgb(35,45,122); }
div.DivClassName
{
background-color: #232D7A;
}
.BgClassName
{
background-color: #232D7A;
}
</style>
border-color css
<style>
span { border-color: #232D7A; }
span { border-color: rgb(35,45,122); }
td.TdClassName
{
border-color: #232D7A;
}
.TagClassName
{
border-color: #232D7A;
}
</style>