Shades of Torea Bay #282988
Tints of Torea Bay #282988
RGB
CMYK
RGB Variations
Color information
#282988 (or 0x282988) is known color: Torea Bay. HEX triplet: 28, 29 and 88. RGB value is (40,41,136). Sum of RGB (Red+Green+Blue) = 40+41+136=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #282988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282988 is #D7D677. Grayscale: #333333. Windows color (decimal): -14145144 or 8923432. OLE color: 8923432.
HSL color Cylindrical-coordinate representation of color #282988: hue angle of 239.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #282988 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 41 | 136 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.47 |
| HSL | 239.38º | 0.55% | 0.35% | - |
| HSV(B) | 239.38º | 0.71% | 0.53% | - |
| XYZ | 6.11 | 3.81 | 23.71 | - |
| YUV | 51.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 136 | 0.71 | 0.70 | 0 | 0.47 | 239.38 | 0.55 | 0.35 |
| Hex | 28 | 29 | 88 | 47 | 46 | 0 | 2F | EF | 37 | 23 |
| Octal | 50 | 51 | 210 | 107 | 106 | 0 | 57 | 357 | 67 | 43 |
| Binary | 101000 | 101001 | 10001000 | 1000111 | 1000110 | 0 | 101111 | 11101111 | 110111 | 100011 |
Color Harmonies of #282988
Complementary color
Monochromatic Colors of #282988
Black with #282988
Text Example
Text Example
White with #282988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282988; }
p { color: rgb(40,41,136); }
H1.HeaderClassName
{
color: #282988;
}
.AnyTagClassName
{
color: #282988;
}
</style>
background-color css
<style>
a { background-color: #282988; }
a { background-color: rgb(40,41,136); }
div.DivClassName
{
background-color: #282988;
}
.BgClassName
{
background-color: #282988;
}
</style>
border-color css
<style>
span { border-color: #282988; }
span { border-color: rgb(40,41,136); }
td.TdClassName
{
border-color: #282988;
}
.TagClassName
{
border-color: #282988;
}
</style>