Shades of Torea Bay #28338D
Tints of Torea Bay #28338D
RGB
CMYK
RGB Variations
Color information
#28338D (or 0x28338D) is known color: Torea Bay. HEX triplet: 28, 33 and 8D. RGB value is (40,51,141). Sum of RGB (Red+Green+Blue) = 40+51+141=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #28338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28338D is #D7CC72. Grayscale: #393939. Windows color (decimal): -14142579 or 9253672. OLE color: 9253672.
HSL color Cylindrical-coordinate representation of color #28338D: hue angle of 233.47º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28338D is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 51 | 141 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.45 |
| HSL | 233.47º | 0.56% | 0.35% | - |
| HSV(B) | 233.47º | 0.72% | 0.55% | - |
| XYZ | 6.87 | 4.74 | 25.75 | - |
| YUV | 57.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 141 | 0.72 | 0.64 | 0 | 0.45 | 233.47 | 0.56 | 0.35 |
| Hex | 28 | 33 | 8D | 48 | 40 | 0 | 2D | E9 | 38 | 23 |
| Octal | 50 | 63 | 215 | 110 | 100 | 0 | 55 | 351 | 70 | 43 |
| Binary | 101000 | 110011 | 10001101 | 1001000 | 1000000 | 0 | 101101 | 11101001 | 111000 | 100011 |
Color Harmonies of #28338D
Complementary color
Monochromatic Colors of #28338D
Black with #28338D
Text Example
Text Example
White with #28338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28338D; }
p { color: rgb(40,51,141); }
H1.HeaderClassName
{
color: #28338D;
}
.AnyTagClassName
{
color: #28338D;
}
</style>
background-color css
<style>
a { background-color: #28338D; }
a { background-color: rgb(40,51,141); }
div.DivClassName
{
background-color: #28338D;
}
.BgClassName
{
background-color: #28338D;
}
</style>
border-color css
<style>
span { border-color: #28338D; }
span { border-color: rgb(40,51,141); }
td.TdClassName
{
border-color: #28338D;
}
.TagClassName
{
border-color: #28338D;
}
</style>