Shades of Torea Bay #313A81
Tints of Torea Bay #313A81
RGB
CMYK
RGB Variations
Color information
#313A81 (or 0x313A81) is known color: Torea Bay. HEX triplet: 31, 3A and 81. RGB value is (49,58,129). Sum of RGB (Red+Green+Blue) = 49+58+129=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #313A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313A81 is #CEC57E. Grayscale: #3F3F3F. Windows color (decimal): -13550975 or 8469041. OLE color: 8469041.
HSL color Cylindrical-coordinate representation of color #313A81: hue angle of 233.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313A81 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 58 | 129 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.49 |
| HSL | 233.25º | 0.45% | 0.35% | - |
| HSV(B) | 233.25º | 0.62% | 0.51% | - |
| XYZ | 6.74 | 5.26 | 21.43 | - |
| YUV | 63.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 129 | 0.62 | 0.55 | 0 | 0.49 | 233.25 | 0.45 | 0.35 |
| Hex | 31 | 3A | 81 | 3E | 37 | 0 | 31 | E9 | 2D | 23 |
| Octal | 61 | 72 | 201 | 76 | 67 | 0 | 61 | 351 | 55 | 43 |
| Binary | 110001 | 111010 | 10000001 | 111110 | 110111 | 0 | 110001 | 11101001 | 101101 | 100011 |
Color Harmonies of #313A81
Complementary color
Monochromatic Colors of #313A81
Black with #313A81
Text Example
Text Example
White with #313A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A81; }
p { color: rgb(49,58,129); }
H1.HeaderClassName
{
color: #313A81;
}
.AnyTagClassName
{
color: #313A81;
}
</style>
background-color css
<style>
a { background-color: #313A81; }
a { background-color: rgb(49,58,129); }
div.DivClassName
{
background-color: #313A81;
}
.BgClassName
{
background-color: #313A81;
}
</style>
border-color css
<style>
span { border-color: #313A81; }
span { border-color: rgb(49,58,129); }
td.TdClassName
{
border-color: #313A81;
}
.TagClassName
{
border-color: #313A81;
}
</style>