Shades of Torea Bay #28318D
Tints of Torea Bay #28318D
RGB
CMYK
RGB Variations
Color information
#28318D (or 0x28318D) is known color: Torea Bay. HEX triplet: 28, 31 and 8D. RGB value is (40,49,141). Sum of RGB (Red+Green+Blue) = 40+49+141=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #28318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28318D is #D7CE72. Grayscale: #383838. Windows color (decimal): -14143091 or 9253160. OLE color: 9253160.
HSL color Cylindrical-coordinate representation of color #28318D: hue angle of 234.65º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28318D is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 49 | 141 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.45 |
| HSL | 234.65º | 0.56% | 0.35% | - |
| HSV(B) | 234.65º | 0.72% | 0.55% | - |
| XYZ | 6.78 | 4.57 | 25.72 | - |
| YUV | 56.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 141 | 0.72 | 0.65 | 0 | 0.45 | 234.65 | 0.56 | 0.35 |
| Hex | 28 | 31 | 8D | 48 | 41 | 0 | 2D | EB | 38 | 23 |
| Octal | 50 | 61 | 215 | 110 | 101 | 0 | 55 | 353 | 70 | 43 |
| Binary | 101000 | 110001 | 10001101 | 1001000 | 1000001 | 0 | 101101 | 11101011 | 111000 | 100011 |
Color Harmonies of #28318D
Complementary color
Monochromatic Colors of #28318D
Black with #28318D
Text Example
Text Example
White with #28318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28318D; }
p { color: rgb(40,49,141); }
H1.HeaderClassName
{
color: #28318D;
}
.AnyTagClassName
{
color: #28318D;
}
</style>
background-color css
<style>
a { background-color: #28318D; }
a { background-color: rgb(40,49,141); }
div.DivClassName
{
background-color: #28318D;
}
.BgClassName
{
background-color: #28318D;
}
</style>
border-color css
<style>
span { border-color: #28318D; }
span { border-color: rgb(40,49,141); }
td.TdClassName
{
border-color: #28318D;
}
.TagClassName
{
border-color: #28318D;
}
</style>