Shades of Torea Bay #313882
Tints of Torea Bay #313882
RGB
CMYK
RGB Variations
Color information
#313882 (or 0x313882) is known color: Torea Bay. HEX triplet: 31, 38 and 82. RGB value is (49,56,130). Sum of RGB (Red+Green+Blue) = 49+56+130=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #313882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313882 is #CEC77D. Grayscale: #3E3E3E. Windows color (decimal): -13551486 or 8534065. OLE color: 8534065.
HSL color Cylindrical-coordinate representation of color #313882: hue angle of 234.81º 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 #313882 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 56 | 130 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.49 |
| HSL | 234.81º | 0.45% | 0.35% | - |
| HSV(B) | 234.81º | 0.62% | 0.51% | - |
| XYZ | 6.71 | 5.09 | 21.75 | - |
| YUV | 62.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 130 | 0.62 | 0.57 | 0 | 0.49 | 234.81 | 0.45 | 0.35 |
| Hex | 31 | 38 | 82 | 3E | 39 | 0 | 31 | EB | 2D | 23 |
| Octal | 61 | 70 | 202 | 76 | 71 | 0 | 61 | 353 | 55 | 43 |
| Binary | 110001 | 111000 | 10000010 | 111110 | 111001 | 0 | 110001 | 11101011 | 101101 | 100011 |
Color Harmonies of #313882
Complementary color
Monochromatic Colors of #313882
Black with #313882
Text Example
Text Example
White with #313882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313882; }
p { color: rgb(49,56,130); }
H1.HeaderClassName
{
color: #313882;
}
.AnyTagClassName
{
color: #313882;
}
</style>
background-color css
<style>
a { background-color: #313882; }
a { background-color: rgb(49,56,130); }
div.DivClassName
{
background-color: #313882;
}
.BgClassName
{
background-color: #313882;
}
</style>
border-color css
<style>
span { border-color: #313882; }
span { border-color: rgb(49,56,130); }
td.TdClassName
{
border-color: #313882;
}
.TagClassName
{
border-color: #313882;
}
</style>