Shades of Torea Bay #282B81
Tints of Torea Bay #282B81
RGB
CMYK
RGB Variations
Color information
#282B81 (or 0x282B81) is known color: Torea Bay. HEX triplet: 28, 2B and 81. RGB value is (40,43,129). Sum of RGB (Red+Green+Blue) = 40+43+129=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #282B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282B81 is #D7D47E. Grayscale: #333333. Windows color (decimal): -14144639 or 8465192. OLE color: 8465192.
HSL color Cylindrical-coordinate representation of color #282B81: hue angle of 237.98º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #282B81 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 43 | 129 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.49 |
| HSL | 237.98º | 0.53% | 0.33% | - |
| HSV(B) | 237.98º | 0.69% | 0.51% | - |
| XYZ | 5.7 | 3.76 | 21.19 | - |
| YUV | 51.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 129 | 0.69 | 0.67 | 0 | 0.49 | 237.98 | 0.53 | 0.33 |
| Hex | 28 | 2B | 81 | 45 | 43 | 0 | 31 | EE | 35 | 21 |
| Octal | 50 | 53 | 201 | 105 | 103 | 0 | 61 | 356 | 65 | 41 |
| Binary | 101000 | 101011 | 10000001 | 1000101 | 1000011 | 0 | 110001 | 11101110 | 110101 | 100001 |
Color Harmonies of #282B81
Complementary color
Monochromatic Colors of #282B81
Black with #282B81
Text Example
Text Example
White with #282B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B81; }
p { color: rgb(40,43,129); }
H1.HeaderClassName
{
color: #282B81;
}
.AnyTagClassName
{
color: #282B81;
}
</style>
background-color css
<style>
a { background-color: #282B81; }
a { background-color: rgb(40,43,129); }
div.DivClassName
{
background-color: #282B81;
}
.BgClassName
{
background-color: #282B81;
}
</style>
border-color css
<style>
span { border-color: #282B81; }
span { border-color: rgb(40,43,129); }
td.TdClassName
{
border-color: #282B81;
}
.TagClassName
{
border-color: #282B81;
}
</style>