Shades of Torea Bay #283173
Tints of Torea Bay #283173
RGB
CMYK
RGB Variations
Color information
#283173 (or 0x283173) is known color: Torea Bay. HEX triplet: 28, 31 and 73. RGB value is (40,49,115). Sum of RGB (Red+Green+Blue) = 40+49+115=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #283173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283173 is #D7CE8C. Grayscale: #353535. Windows color (decimal): -14143117 or 7549224. OLE color: 7549224.
HSL color Cylindrical-coordinate representation of color #283173: hue angle of 232.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283173 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 49 | 115 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.55 |
| HSL | 232.8º | 0.48% | 0.3% | - |
| HSV(B) | 232.8º | 0.65% | 0.45% | - |
| XYZ | 5.07 | 3.89 | 16.7 | - |
| YUV | 53.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 115 | 0.65 | 0.57 | 0 | 0.55 | 232.8 | 0.48 | 0.3 |
| Hex | 28 | 31 | 73 | 41 | 39 | 0 | 37 | E9 | 30 | 1E |
| Octal | 50 | 61 | 163 | 101 | 71 | 0 | 67 | 351 | 60 | 36 |
| Binary | 101000 | 110001 | 1110011 | 1000001 | 111001 | 0 | 110111 | 11101001 | 110000 | 11110 |
Color Harmonies of #283173
Complementary color
Monochromatic Colors of #283173
Black with #283173
Text Example
Text Example
White with #283173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283173; }
p { color: rgb(40,49,115); }
H1.HeaderClassName
{
color: #283173;
}
.AnyTagClassName
{
color: #283173;
}
</style>
background-color css
<style>
a { background-color: #283173; }
a { background-color: rgb(40,49,115); }
div.DivClassName
{
background-color: #283173;
}
.BgClassName
{
background-color: #283173;
}
</style>
border-color css
<style>
span { border-color: #283173; }
span { border-color: rgb(40,49,115); }
td.TdClassName
{
border-color: #283173;
}
.TagClassName
{
border-color: #283173;
}
</style>