Shades of Torea Bay #28328E
Tints of Torea Bay #28328E
RGB
CMYK
RGB Variations
Color information
#28328E (or 0x28328E) is known color: Torea Bay. HEX triplet: 28, 32 and 8E. RGB value is (40,50,142). Sum of RGB (Red+Green+Blue) = 40+50+142=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #28328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28328E is #D7CD71. Grayscale: #393939. Windows color (decimal): -14142834 or 9318952. OLE color: 9318952.
HSL color Cylindrical-coordinate representation of color #28328E: hue angle of 234.12º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28328E is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 50 | 142 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.44 |
| HSL | 234.12º | 0.56% | 0.36% | - |
| HSV(B) | 234.12º | 0.72% | 0.56% | - |
| XYZ | 6.9 | 4.69 | 26.13 | - |
| YUV | 57.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 142 | 0.72 | 0.65 | 0 | 0.44 | 234.12 | 0.56 | 0.36 |
| Hex | 28 | 32 | 8E | 48 | 41 | 0 | 2C | EA | 38 | 24 |
| Octal | 50 | 62 | 216 | 110 | 101 | 0 | 54 | 352 | 70 | 44 |
| Binary | 101000 | 110010 | 10001110 | 1001000 | 1000001 | 0 | 101100 | 11101010 | 111000 | 100100 |
Color Harmonies of #28328E
Complementary color
Monochromatic Colors of #28328E
Black with #28328E
Text Example
Text Example
White with #28328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28328E; }
p { color: rgb(40,50,142); }
H1.HeaderClassName
{
color: #28328E;
}
.AnyTagClassName
{
color: #28328E;
}
</style>
background-color css
<style>
a { background-color: #28328E; }
a { background-color: rgb(40,50,142); }
div.DivClassName
{
background-color: #28328E;
}
.BgClassName
{
background-color: #28328E;
}
</style>
border-color css
<style>
span { border-color: #28328E; }
span { border-color: rgb(40,50,142); }
td.TdClassName
{
border-color: #28328E;
}
.TagClassName
{
border-color: #28328E;
}
</style>