Shades of Torea Bay #31366F
Tints of Torea Bay #31366F
RGB
CMYK
RGB Variations
Color information
#31366F (or 0x31366F) is known color: Torea Bay. HEX triplet: 31, 36 and 6F. RGB value is (49,54,111). Sum of RGB (Red+Green+Blue) = 49+54+111=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #31366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31366F is #CEC990. Grayscale: #3A3A3A. Windows color (decimal): -13552017 or 7288369. OLE color: 7288369.
HSL color Cylindrical-coordinate representation of color #31366F: hue angle of 235.16º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31366F is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 54 | 111 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.56 |
| HSL | 235.16º | 0.39% | 0.31% | - |
| HSV(B) | 235.16º | 0.56% | 0.44% | - |
| XYZ | 5.46 | 4.44 | 15.61 | - |
| YUV | 59 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 111 | 0.56 | 0.51 | 0 | 0.56 | 235.16 | 0.39 | 0.31 |
| Hex | 31 | 36 | 6F | 38 | 33 | 0 | 38 | EB | 27 | 1F |
| Octal | 61 | 66 | 157 | 70 | 63 | 0 | 70 | 353 | 47 | 37 |
| Binary | 110001 | 110110 | 1101111 | 111000 | 110011 | 0 | 111000 | 11101011 | 100111 | 11111 |
Color Harmonies of #31366F
Complementary color
Monochromatic Colors of #31366F
Black with #31366F
Text Example
Text Example
White with #31366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31366F; }
p { color: rgb(49,54,111); }
H1.HeaderClassName
{
color: #31366F;
}
.AnyTagClassName
{
color: #31366F;
}
</style>
background-color css
<style>
a { background-color: #31366F; }
a { background-color: rgb(49,54,111); }
div.DivClassName
{
background-color: #31366F;
}
.BgClassName
{
background-color: #31366F;
}
</style>
border-color css
<style>
span { border-color: #31366F; }
span { border-color: rgb(49,54,111); }
td.TdClassName
{
border-color: #31366F;
}
.TagClassName
{
border-color: #31366F;
}
</style>