Shades of Torea Bay #232D7F
Tints of Torea Bay #232D7F
RGB
CMYK
RGB Variations
Color information
#232D7F (or 0x232D7F) is known color: Torea Bay. HEX triplet: 23, 2D and 7F. RGB value is (35,45,127). Sum of RGB (Red+Green+Blue) = 35+45+127=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #232D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D7F is #DCD280. Grayscale: #333333. Windows color (decimal): -14471809 or 8334627. OLE color: 8334627.
HSL color Cylindrical-coordinate representation of color #232D7F: hue angle of 233.48º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #232D7F is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 45 | 127 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.50 |
| HSL | 233.48º | 0.57% | 0.32% | - |
| HSV(B) | 233.48º | 0.72% | 0.5% | - |
| XYZ | 5.46 | 3.77 | 20.52 | - |
| YUV | 51.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 127 | 0.72 | 0.65 | 0 | 0.50 | 233.48 | 0.57 | 0.32 |
| Hex | 23 | 2D | 7F | 48 | 41 | 0 | 32 | E9 | 39 | 20 |
| Octal | 43 | 55 | 177 | 110 | 101 | 0 | 62 | 351 | 71 | 40 |
| Binary | 100011 | 101101 | 1111111 | 1001000 | 1000001 | 0 | 110010 | 11101001 | 111001 | 100000 |
Color Harmonies of #232D7F
Complementary color
Monochromatic Colors of #232D7F
Black with #232D7F
Text Example
Text Example
White with #232D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D7F; }
p { color: rgb(35,45,127); }
H1.HeaderClassName
{
color: #232D7F;
}
.AnyTagClassName
{
color: #232D7F;
}
</style>
background-color css
<style>
a { background-color: #232D7F; }
a { background-color: rgb(35,45,127); }
div.DivClassName
{
background-color: #232D7F;
}
.BgClassName
{
background-color: #232D7F;
}
</style>
border-color css
<style>
span { border-color: #232D7F; }
span { border-color: rgb(35,45,127); }
td.TdClassName
{
border-color: #232D7F;
}
.TagClassName
{
border-color: #232D7F;
}
</style>