Shades of Torea Bay #28318C
Tints of Torea Bay #28318C
RGB
CMYK
RGB Variations
Color information
#28318C (or 0x28318C) is known color: Torea Bay. HEX triplet: 28, 31 and 8C. RGB value is (40,49,140). Sum of RGB (Red+Green+Blue) = 40+49+140=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #28318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28318C is #D7CE73. Grayscale: #383838. Windows color (decimal): -14143092 or 9187624. OLE color: 9187624.
HSL color Cylindrical-coordinate representation of color #28318C: hue angle of 234.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28318C is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 49 | 140 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.45 |
| HSL | 234.6º | 0.56% | 0.35% | - |
| HSV(B) | 234.6º | 0.71% | 0.55% | - |
| XYZ | 6.71 | 4.54 | 25.33 | - |
| YUV | 56.68 | 175.02 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 140 | 0.71 | 0.65 | 0 | 0.45 | 234.6 | 0.56 | 0.35 |
| Hex | 28 | 31 | 8C | 47 | 41 | 0 | 2D | EB | 38 | 23 |
| Octal | 50 | 61 | 214 | 107 | 101 | 0 | 55 | 353 | 70 | 43 |
| Binary | 101000 | 110001 | 10001100 | 1000111 | 1000001 | 0 | 101101 | 11101011 | 111000 | 100011 |
Color Harmonies of #28318C
Complementary color
Monochromatic Colors of #28318C
Black with #28318C
Text Example
Text Example
White with #28318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28318C; }
p { color: rgb(40,49,140); }
H1.HeaderClassName
{
color: #28318C;
}
.AnyTagClassName
{
color: #28318C;
}
</style>
background-color css
<style>
a { background-color: #28318C; }
a { background-color: rgb(40,49,140); }
div.DivClassName
{
background-color: #28318C;
}
.BgClassName
{
background-color: #28318C;
}
</style>
border-color css
<style>
span { border-color: #28318C; }
span { border-color: rgb(40,49,140); }
td.TdClassName
{
border-color: #28318C;
}
.TagClassName
{
border-color: #28318C;
}
</style>