Shades of Torea Bay #282A89
Tints of Torea Bay #282A89
RGB
CMYK
RGB Variations
Color information
#282A89 (or 0x282A89) is known color: Torea Bay. HEX triplet: 28, 2A and 89. RGB value is (40,42,137). Sum of RGB (Red+Green+Blue) = 40+42+137=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #282A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282A89 is #D7D576. Grayscale: #333333. Windows color (decimal): -14144887 or 8989224. OLE color: 8989224.
HSL color Cylindrical-coordinate representation of color #282A89: hue angle of 238.76º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #282A89 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 42 | 137 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.46 |
| HSL | 238.76º | 0.55% | 0.35% | - |
| HSV(B) | 238.76º | 0.71% | 0.54% | - |
| XYZ | 6.22 | 3.91 | 24.09 | - |
| YUV | 52.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 137 | 0.71 | 0.69 | 0 | 0.46 | 238.76 | 0.55 | 0.35 |
| Hex | 28 | 2A | 89 | 47 | 45 | 0 | 2E | EF | 37 | 23 |
| Octal | 50 | 52 | 211 | 107 | 105 | 0 | 56 | 357 | 67 | 43 |
| Binary | 101000 | 101010 | 10001001 | 1000111 | 1000101 | 0 | 101110 | 11101111 | 110111 | 100011 |
Color Harmonies of #282A89
Complementary color
Monochromatic Colors of #282A89
Black with #282A89
Text Example
Text Example
White with #282A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A89; }
p { color: rgb(40,42,137); }
H1.HeaderClassName
{
color: #282A89;
}
.AnyTagClassName
{
color: #282A89;
}
</style>
background-color css
<style>
a { background-color: #282A89; }
a { background-color: rgb(40,42,137); }
div.DivClassName
{
background-color: #282A89;
}
.BgClassName
{
background-color: #282A89;
}
</style>
border-color css
<style>
span { border-color: #282A89; }
span { border-color: rgb(40,42,137); }
td.TdClassName
{
border-color: #282A89;
}
.TagClassName
{
border-color: #282A89;
}
</style>