Shades of Torea Bay #31307A
Tints of Torea Bay #31307A
RGB
CMYK
RGB Variations
Color information
#31307A (or 0x31307A) is known color: Torea Bay. HEX triplet: 31, 30 and 7A. RGB value is (49,48,122). Sum of RGB (Red+Green+Blue) = 49+48+122=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #31307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31307A is #CECF85. Grayscale: #383838. Windows color (decimal): -13553542 or 8007729. OLE color: 8007729.
HSL color Cylindrical-coordinate representation of color #31307A: hue angle of 240.81º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31307A is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 48 | 122 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.52 |
| HSL | 240.81º | 0.44% | 0.33% | - |
| HSV(B) | 240.81º | 0.61% | 0.48% | - |
| XYZ | 5.84 | 4.17 | 18.91 | - |
| YUV | 56.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 122 | 0.60 | 0.61 | 0 | 0.52 | 240.81 | 0.44 | 0.33 |
| Hex | 31 | 30 | 7A | 3C | 3D | 0 | 34 | F1 | 2C | 21 |
| Octal | 61 | 60 | 172 | 74 | 75 | 0 | 64 | 361 | 54 | 41 |
| Binary | 110001 | 110000 | 1111010 | 111100 | 111101 | 0 | 110100 | 11110001 | 101100 | 100001 |
Color Harmonies of #31307A
Complementary color
Monochromatic Colors of #31307A
Black with #31307A
Text Example
Text Example
White with #31307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31307A; }
p { color: rgb(49,48,122); }
H1.HeaderClassName
{
color: #31307A;
}
.AnyTagClassName
{
color: #31307A;
}
</style>
background-color css
<style>
a { background-color: #31307A; }
a { background-color: rgb(49,48,122); }
div.DivClassName
{
background-color: #31307A;
}
.BgClassName
{
background-color: #31307A;
}
</style>
border-color css
<style>
span { border-color: #31307A; }
span { border-color: rgb(49,48,122); }
td.TdClassName
{
border-color: #31307A;
}
.TagClassName
{
border-color: #31307A;
}
</style>