Shades of Torea Bay #282A80
Tints of Torea Bay #282A80
RGB
CMYK
RGB Variations
Color information
#282A80 (or 0x282A80) is known color: Torea Bay. HEX triplet: 28, 2A and 80. RGB value is (40,42,128). Sum of RGB (Red+Green+Blue) = 40+42+128=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #282A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282A80 is #D7D57F. Grayscale: #323232. Windows color (decimal): -14144896 or 8399400. OLE color: 8399400.
HSL color Cylindrical-coordinate representation of color #282A80: hue angle of 238.64º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #282A80 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 42 | 128 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.50 |
| HSL | 238.64º | 0.52% | 0.33% | - |
| HSV(B) | 238.64º | 0.69% | 0.5% | - |
| XYZ | 5.6 | 3.67 | 20.83 | - |
| YUV | 51.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 128 | 0.69 | 0.67 | 0 | 0.50 | 238.64 | 0.52 | 0.33 |
| Hex | 28 | 2A | 80 | 45 | 43 | 0 | 32 | EF | 34 | 21 |
| Octal | 50 | 52 | 200 | 105 | 103 | 0 | 62 | 357 | 64 | 41 |
| Binary | 101000 | 101010 | 10000000 | 1000101 | 1000011 | 0 | 110010 | 11101111 | 110100 | 100001 |
Color Harmonies of #282A80
Complementary color
Monochromatic Colors of #282A80
Black with #282A80
Text Example
Text Example
White with #282A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A80; }
p { color: rgb(40,42,128); }
H1.HeaderClassName
{
color: #282A80;
}
.AnyTagClassName
{
color: #282A80;
}
</style>
background-color css
<style>
a { background-color: #282A80; }
a { background-color: rgb(40,42,128); }
div.DivClassName
{
background-color: #282A80;
}
.BgClassName
{
background-color: #282A80;
}
</style>
border-color css
<style>
span { border-color: #282A80; }
span { border-color: rgb(40,42,128); }
td.TdClassName
{
border-color: #282A80;
}
.TagClassName
{
border-color: #282A80;
}
</style>