Shades of Torea Bay #31347A
Tints of Torea Bay #31347A
RGB
CMYK
RGB Variations
Color information
#31347A (or 0x31347A) is known color: Torea Bay. HEX triplet: 31, 34 and 7A. RGB value is (49,52,122). Sum of RGB (Red+Green+Blue) = 49+52+122=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #31347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31347A is #CECB85. Grayscale: #3A3A3A. Windows color (decimal): -13552518 or 8008753. OLE color: 8008753.
HSL color Cylindrical-coordinate representation of color #31347A: hue angle of 237.53º 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 #31347A is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 52 | 122 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.52 |
| HSL | 237.53º | 0.43% | 0.34% | - |
| HSV(B) | 237.53º | 0.6% | 0.48% | - |
| XYZ | 6.01 | 4.51 | 18.97 | - |
| YUV | 59.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 122 | 0.60 | 0.57 | 0 | 0.52 | 237.53 | 0.43 | 0.34 |
| Hex | 31 | 34 | 7A | 3C | 39 | 0 | 34 | EE | 2B | 22 |
| Octal | 61 | 64 | 172 | 74 | 71 | 0 | 64 | 356 | 53 | 42 |
| Binary | 110001 | 110100 | 1111010 | 111100 | 111001 | 0 | 110100 | 11101110 | 101011 | 100010 |
Color Harmonies of #31347A
Complementary color
Monochromatic Colors of #31347A
Black with #31347A
Text Example
Text Example
White with #31347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31347A; }
p { color: rgb(49,52,122); }
H1.HeaderClassName
{
color: #31347A;
}
.AnyTagClassName
{
color: #31347A;
}
</style>
background-color css
<style>
a { background-color: #31347A; }
a { background-color: rgb(49,52,122); }
div.DivClassName
{
background-color: #31347A;
}
.BgClassName
{
background-color: #31347A;
}
</style>
border-color css
<style>
span { border-color: #31347A; }
span { border-color: rgb(49,52,122); }
td.TdClassName
{
border-color: #31347A;
}
.TagClassName
{
border-color: #31347A;
}
</style>