Shades of Torea Bay #28307A
Tints of Torea Bay #28307A
RGB
CMYK
RGB Variations
Color information
#28307A (or 0x28307A) is known color: Torea Bay. HEX triplet: 28, 30 and 7A. RGB value is (40,48,122). Sum of RGB (Red+Green+Blue) = 40+48+122=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #28307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28307A is #D7CF85. Grayscale: #353535. Windows color (decimal): -14143366 or 8007720. OLE color: 8007720.
HSL color Cylindrical-coordinate representation of color #28307A: hue angle of 234.15º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28307A is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 48 | 122 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.52 |
| HSL | 234.15º | 0.51% | 0.32% | - |
| HSV(B) | 234.15º | 0.67% | 0.48% | - |
| XYZ | 5.44 | 3.97 | 18.89 | - |
| YUV | 54.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 122 | 0.67 | 0.61 | 0 | 0.52 | 234.15 | 0.51 | 0.32 |
| Hex | 28 | 30 | 7A | 43 | 3D | 0 | 34 | EA | 33 | 20 |
| Octal | 50 | 60 | 172 | 103 | 75 | 0 | 64 | 352 | 63 | 40 |
| Binary | 101000 | 110000 | 1111010 | 1000011 | 111101 | 0 | 110100 | 11101010 | 110011 | 100000 |
Color Harmonies of #28307A
Complementary color
Monochromatic Colors of #28307A
Black with #28307A
Text Example
Text Example
White with #28307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28307A; }
p { color: rgb(40,48,122); }
H1.HeaderClassName
{
color: #28307A;
}
.AnyTagClassName
{
color: #28307A;
}
</style>
background-color css
<style>
a { background-color: #28307A; }
a { background-color: rgb(40,48,122); }
div.DivClassName
{
background-color: #28307A;
}
.BgClassName
{
background-color: #28307A;
}
</style>
border-color css
<style>
span { border-color: #28307A; }
span { border-color: rgb(40,48,122); }
td.TdClassName
{
border-color: #28307A;
}
.TagClassName
{
border-color: #28307A;
}
</style>