Shades of Torea Bay #282A83
Tints of Torea Bay #282A83
RGB
CMYK
RGB Variations
Color information
#282A83 (or 0x282A83) is known color: Torea Bay. HEX triplet: 28, 2A and 83. RGB value is (40,42,131). Sum of RGB (Red+Green+Blue) = 40+42+131=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #282A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282A83 is #D7D57C. Grayscale: #333333. Windows color (decimal): -14144893 or 8596008. OLE color: 8596008.
HSL color Cylindrical-coordinate representation of color #282A83: hue angle of 238.68º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #282A83 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 42 | 131 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.49 |
| HSL | 238.68º | 0.53% | 0.34% | - |
| HSV(B) | 238.68º | 0.69% | 0.51% | - |
| XYZ | 5.8 | 3.75 | 21.89 | - |
| YUV | 51.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 131 | 0.69 | 0.68 | 0 | 0.49 | 238.68 | 0.53 | 0.34 |
| Hex | 28 | 2A | 83 | 45 | 44 | 0 | 31 | EF | 35 | 22 |
| Octal | 50 | 52 | 203 | 105 | 104 | 0 | 61 | 357 | 65 | 42 |
| Binary | 101000 | 101010 | 10000011 | 1000101 | 1000100 | 0 | 110001 | 11101111 | 110101 | 100010 |
Color Harmonies of #282A83
Complementary color
Monochromatic Colors of #282A83
Black with #282A83
Text Example
Text Example
White with #282A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A83; }
p { color: rgb(40,42,131); }
H1.HeaderClassName
{
color: #282A83;
}
.AnyTagClassName
{
color: #282A83;
}
</style>
background-color css
<style>
a { background-color: #282A83; }
a { background-color: rgb(40,42,131); }
div.DivClassName
{
background-color: #282A83;
}
.BgClassName
{
background-color: #282A83;
}
</style>
border-color css
<style>
span { border-color: #282A83; }
span { border-color: rgb(40,42,131); }
td.TdClassName
{
border-color: #282A83;
}
.TagClassName
{
border-color: #282A83;
}
</style>