Shades of Torea Bay #313A74
Tints of Torea Bay #313A74
RGB
CMYK
RGB Variations
Color information
#313A74 (or 0x313A74) is known color: Torea Bay. HEX triplet: 31, 3A and 74. RGB value is (49,58,116). Sum of RGB (Red+Green+Blue) = 49+58+116=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #313A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A74 is #CEC58B. Grayscale: #3D3D3D. Windows color (decimal): -13550988 or 7617073. OLE color: 7617073.
HSL color Cylindrical-coordinate representation of color #313A74: hue angle of 231.94º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313A74 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 58 | 116 | - |
| CMYK | 0.58 | 0.5 | 0 | 0.55 |
| HSL | 231.94º | 0.41% | 0.32% | - |
| HSV(B) | 231.94º | 0.58% | 0.45% | - |
| XYZ | 5.93 | 4.94 | 17.16 | - |
| YUV | 61.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 116 | 0.58 | 0.5 | 0 | 0.55 | 231.94 | 0.41 | 0.32 |
| Hex | 31 | 3A | 74 | 3A | 32 | 0 | 37 | E8 | 29 | 20 |
| Octal | 61 | 72 | 164 | 72 | 62 | 0 | 67 | 350 | 51 | 40 |
| Binary | 110001 | 111010 | 1110100 | 111010 | 110010 | 0 | 110111 | 11101000 | 101001 | 100000 |
Color Harmonies of #313A74
Complementary color
Monochromatic Colors of #313A74
Black with #313A74
Text Example
Text Example
White with #313A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A74; }
p { color: rgb(49,58,116); }
H1.HeaderClassName
{
color: #313A74;
}
.AnyTagClassName
{
color: #313A74;
}
</style>
background-color css
<style>
a { background-color: #313A74; }
a { background-color: rgb(49,58,116); }
div.DivClassName
{
background-color: #313A74;
}
.BgClassName
{
background-color: #313A74;
}
</style>
border-color css
<style>
span { border-color: #313A74; }
span { border-color: rgb(49,58,116); }
td.TdClassName
{
border-color: #313A74;
}
.TagClassName
{
border-color: #313A74;
}
</style>