Shades of Torea Bay #31337C
Tints of Torea Bay #31337C
RGB
CMYK
RGB Variations
Color information
#31337C (or 0x31337C) is known color: Torea Bay. HEX triplet: 31, 33 and 7C. RGB value is (49,51,124). Sum of RGB (Red+Green+Blue) = 49+51+124=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #31337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31337C is #CECC83. Grayscale: #3A3A3A. Windows color (decimal): -13552772 or 8139569. OLE color: 8139569.
HSL color Cylindrical-coordinate representation of color #31337C: hue angle of 238.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31337C is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 51 | 124 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.51 |
| HSL | 238.4º | 0.43% | 0.34% | - |
| HSV(B) | 238.4º | 0.6% | 0.49% | - |
| XYZ | 6.09 | 4.48 | 19.61 | - |
| YUV | 58.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 124 | 0.60 | 0.59 | 0 | 0.51 | 238.4 | 0.43 | 0.34 |
| Hex | 31 | 33 | 7C | 3C | 3B | 0 | 33 | EE | 2B | 22 |
| Octal | 61 | 63 | 174 | 74 | 73 | 0 | 63 | 356 | 53 | 42 |
| Binary | 110001 | 110011 | 1111100 | 111100 | 111011 | 0 | 110011 | 11101110 | 101011 | 100010 |
Color Harmonies of #31337C
Complementary color
Monochromatic Colors of #31337C
Black with #31337C
Text Example
Text Example
White with #31337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31337C; }
p { color: rgb(49,51,124); }
H1.HeaderClassName
{
color: #31337C;
}
.AnyTagClassName
{
color: #31337C;
}
</style>
background-color css
<style>
a { background-color: #31337C; }
a { background-color: rgb(49,51,124); }
div.DivClassName
{
background-color: #31337C;
}
.BgClassName
{
background-color: #31337C;
}
</style>
border-color css
<style>
span { border-color: #31337C; }
span { border-color: rgb(49,51,124); }
td.TdClassName
{
border-color: #31337C;
}
.TagClassName
{
border-color: #31337C;
}
</style>