Shades of Torea Bay #313C84
Tints of Torea Bay #313C84
RGB
CMYK
RGB Variations
Color information
#313C84 (or 0x313C84) is known color: Torea Bay. HEX triplet: 31, 3C and 84. RGB value is (49,60,132). Sum of RGB (Red+Green+Blue) = 49+60+132=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #313C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C84 is #CEC37B. Grayscale: #404040. Windows color (decimal): -13550460 or 8666161. OLE color: 8666161.
HSL color Cylindrical-coordinate representation of color #313C84: hue angle of 232.05º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313C84 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 60 | 132 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.48 |
| HSL | 232.05º | 0.46% | 0.35% | - |
| HSV(B) | 232.05º | 0.63% | 0.52% | - |
| XYZ | 7.05 | 5.55 | 22.53 | - |
| YUV | 64.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 132 | 0.63 | 0.55 | 0 | 0.48 | 232.05 | 0.46 | 0.35 |
| Hex | 31 | 3C | 84 | 3F | 37 | 0 | 30 | E8 | 2E | 23 |
| Octal | 61 | 74 | 204 | 77 | 67 | 0 | 60 | 350 | 56 | 43 |
| Binary | 110001 | 111100 | 10000100 | 111111 | 110111 | 0 | 110000 | 11101000 | 101110 | 100011 |
Color Harmonies of #313C84
Complementary color
Monochromatic Colors of #313C84
Black with #313C84
Text Example
Text Example
White with #313C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C84; }
p { color: rgb(49,60,132); }
H1.HeaderClassName
{
color: #313C84;
}
.AnyTagClassName
{
color: #313C84;
}
</style>
background-color css
<style>
a { background-color: #313C84; }
a { background-color: rgb(49,60,132); }
div.DivClassName
{
background-color: #313C84;
}
.BgClassName
{
background-color: #313C84;
}
</style>
border-color css
<style>
span { border-color: #313C84; }
span { border-color: rgb(49,60,132); }
td.TdClassName
{
border-color: #313C84;
}
.TagClassName
{
border-color: #313C84;
}
</style>