Shades of Torea Bay #31387F
Tints of Torea Bay #31387F
RGB
CMYK
RGB Variations
Color information
#31387F (or 0x31387F) is known color: Torea Bay. HEX triplet: 31, 38 and 7F. RGB value is (49,56,127). Sum of RGB (Red+Green+Blue) = 49+56+127=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #31387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31387F is #CEC780. Grayscale: #3D3D3D. Windows color (decimal): -13551489 or 8337457. OLE color: 8337457.
HSL color Cylindrical-coordinate representation of color #31387F: hue angle of 234.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31387F is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 56 | 127 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.50 |
| HSL | 234.62º | 0.44% | 0.35% | - |
| HSV(B) | 234.62º | 0.61% | 0.5% | - |
| XYZ | 6.51 | 5.01 | 20.7 | - |
| YUV | 62 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 127 | 0.61 | 0.56 | 0 | 0.50 | 234.62 | 0.44 | 0.35 |
| Hex | 31 | 38 | 7F | 3D | 38 | 0 | 32 | EB | 2C | 23 |
| Octal | 61 | 70 | 177 | 75 | 70 | 0 | 62 | 353 | 54 | 43 |
| Binary | 110001 | 111000 | 1111111 | 111101 | 111000 | 0 | 110010 | 11101011 | 101100 | 100011 |
Color Harmonies of #31387F
Complementary color
Monochromatic Colors of #31387F
Black with #31387F
Text Example
Text Example
White with #31387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31387F; }
p { color: rgb(49,56,127); }
H1.HeaderClassName
{
color: #31387F;
}
.AnyTagClassName
{
color: #31387F;
}
</style>
background-color css
<style>
a { background-color: #31387F; }
a { background-color: rgb(49,56,127); }
div.DivClassName
{
background-color: #31387F;
}
.BgClassName
{
background-color: #31387F;
}
</style>
border-color css
<style>
span { border-color: #31387F; }
span { border-color: rgb(49,56,127); }
td.TdClassName
{
border-color: #31387F;
}
.TagClassName
{
border-color: #31387F;
}
</style>