Shades of Torea Bay #28317D
Tints of Torea Bay #28317D
RGB
CMYK
RGB Variations
Color information
#28317D (or 0x28317D) is known color: Torea Bay. HEX triplet: 28, 31 and 7D. RGB value is (40,49,125). Sum of RGB (Red+Green+Blue) = 40+49+125=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #28317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28317D is #D7CE82. Grayscale: #363636. Windows color (decimal): -14143107 or 8204584. OLE color: 8204584.
HSL color Cylindrical-coordinate representation of color #28317D: hue angle of 233.65º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28317D is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 49 | 125 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.51 |
| HSL | 233.65º | 0.52% | 0.32% | - |
| HSV(B) | 233.65º | 0.68% | 0.49% | - |
| XYZ | 5.68 | 4.13 | 19.9 | - |
| YUV | 54.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 125 | 0.68 | 0.61 | 0 | 0.51 | 233.65 | 0.52 | 0.32 |
| Hex | 28 | 31 | 7D | 44 | 3D | 0 | 33 | EA | 34 | 20 |
| Octal | 50 | 61 | 175 | 104 | 75 | 0 | 63 | 352 | 64 | 40 |
| Binary | 101000 | 110001 | 1111101 | 1000100 | 111101 | 0 | 110011 | 11101010 | 110100 | 100000 |
Color Harmonies of #28317D
Complementary color
Monochromatic Colors of #28317D
Black with #28317D
Text Example
Text Example
White with #28317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28317D; }
p { color: rgb(40,49,125); }
H1.HeaderClassName
{
color: #28317D;
}
.AnyTagClassName
{
color: #28317D;
}
</style>
background-color css
<style>
a { background-color: #28317D; }
a { background-color: rgb(40,49,125); }
div.DivClassName
{
background-color: #28317D;
}
.BgClassName
{
background-color: #28317D;
}
</style>
border-color css
<style>
span { border-color: #28317D; }
span { border-color: rgb(40,49,125); }
td.TdClassName
{
border-color: #28317D;
}
.TagClassName
{
border-color: #28317D;
}
</style>