Shades of Torea Bay #31387E
Tints of Torea Bay #31387E
RGB
CMYK
RGB Variations
Color information
#31387E (or 0x31387E) is known color: Torea Bay. HEX triplet: 31, 38 and 7E. RGB value is (49,56,126). Sum of RGB (Red+Green+Blue) = 49+56+126=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #31387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31387E is #CEC781. Grayscale: #3D3D3D. Windows color (decimal): -13551490 or 8271921. OLE color: 8271921.
HSL color Cylindrical-coordinate representation of color #31387E: hue angle of 234.55º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31387E is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 56 | 126 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.51 |
| HSL | 234.55º | 0.44% | 0.34% | - |
| HSV(B) | 234.55º | 0.61% | 0.49% | - |
| XYZ | 6.45 | 4.99 | 20.36 | - |
| YUV | 61.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 126 | 0.61 | 0.56 | 0 | 0.51 | 234.55 | 0.44 | 0.34 |
| Hex | 31 | 38 | 7E | 3D | 38 | 0 | 33 | EB | 2C | 22 |
| Octal | 61 | 70 | 176 | 75 | 70 | 0 | 63 | 353 | 54 | 42 |
| Binary | 110001 | 111000 | 1111110 | 111101 | 111000 | 0 | 110011 | 11101011 | 101100 | 100010 |
Color Harmonies of #31387E
Complementary color
Monochromatic Colors of #31387E
Black with #31387E
Text Example
Text Example
White with #31387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31387E; }
p { color: rgb(49,56,126); }
H1.HeaderClassName
{
color: #31387E;
}
.AnyTagClassName
{
color: #31387E;
}
</style>
background-color css
<style>
a { background-color: #31387E; }
a { background-color: rgb(49,56,126); }
div.DivClassName
{
background-color: #31387E;
}
.BgClassName
{
background-color: #31387E;
}
</style>
border-color css
<style>
span { border-color: #31387E; }
span { border-color: rgb(49,56,126); }
td.TdClassName
{
border-color: #31387E;
}
.TagClassName
{
border-color: #31387E;
}
</style>