Shades of Torea Bay #31337B
Tints of Torea Bay #31337B
RGB
CMYK
RGB Variations
Color information
#31337B (or 0x31337B) is known color: Torea Bay. HEX triplet: 31, 33 and 7B. RGB value is (49,51,123). Sum of RGB (Red+Green+Blue) = 49+51+123=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #31337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31337B is #CECC84. Grayscale: #3A3A3A. Windows color (decimal): -13552773 or 8074033. OLE color: 8074033.
HSL color Cylindrical-coordinate representation of color #31337B: hue angle of 238.38º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31337B is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 51 | 123 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.52 |
| HSL | 238.38º | 0.43% | 0.34% | - |
| HSV(B) | 238.38º | 0.6% | 0.48% | - |
| XYZ | 6.03 | 4.45 | 19.28 | - |
| YUV | 58.61 | 164.34 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 123 | 0.60 | 0.59 | 0 | 0.52 | 238.38 | 0.43 | 0.34 |
| Hex | 31 | 33 | 7B | 3C | 3B | 0 | 34 | EE | 2B | 22 |
| Octal | 61 | 63 | 173 | 74 | 73 | 0 | 64 | 356 | 53 | 42 |
| Binary | 110001 | 110011 | 1111011 | 111100 | 111011 | 0 | 110100 | 11101110 | 101011 | 100010 |
Color Harmonies of #31337B
Complementary color
Monochromatic Colors of #31337B
Black with #31337B
Text Example
Text Example
White with #31337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31337B; }
p { color: rgb(49,51,123); }
H1.HeaderClassName
{
color: #31337B;
}
.AnyTagClassName
{
color: #31337B;
}
</style>
background-color css
<style>
a { background-color: #31337B; }
a { background-color: rgb(49,51,123); }
div.DivClassName
{
background-color: #31337B;
}
.BgClassName
{
background-color: #31337B;
}
</style>
border-color css
<style>
span { border-color: #31337B; }
span { border-color: rgb(49,51,123); }
td.TdClassName
{
border-color: #31337B;
}
.TagClassName
{
border-color: #31337B;
}
</style>