Shades of Torea Bay #31327A
Tints of Torea Bay #31327A
RGB
CMYK
RGB Variations
Color information
#31327A (or 0x31327A) is known color: Torea Bay. HEX triplet: 31, 32 and 7A. RGB value is (49,50,122). Sum of RGB (Red+Green+Blue) = 49+50+122=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #31327A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31327A is #CECD85. Grayscale: #393939. Windows color (decimal): -13553030 or 8008241. OLE color: 8008241.
HSL color Cylindrical-coordinate representation of color #31327A: hue angle of 239.18º 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 #31327A is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 50 | 122 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.52 |
| HSL | 239.18º | 0.43% | 0.34% | - |
| HSV(B) | 239.18º | 0.6% | 0.48% | - |
| XYZ | 5.92 | 4.34 | 18.94 | - |
| YUV | 57.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 122 | 0.60 | 0.59 | 0 | 0.52 | 239.18 | 0.43 | 0.34 |
| Hex | 31 | 32 | 7A | 3C | 3B | 0 | 34 | EF | 2B | 22 |
| Octal | 61 | 62 | 172 | 74 | 73 | 0 | 64 | 357 | 53 | 42 |
| Binary | 110001 | 110010 | 1111010 | 111100 | 111011 | 0 | 110100 | 11101111 | 101011 | 100010 |
Color Harmonies of #31327A
Complementary color
Monochromatic Colors of #31327A
Black with #31327A
Text Example
Text Example
White with #31327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31327A; }
p { color: rgb(49,50,122); }
H1.HeaderClassName
{
color: #31327A;
}
.AnyTagClassName
{
color: #31327A;
}
</style>
background-color css
<style>
a { background-color: #31327A; }
a { background-color: rgb(49,50,122); }
div.DivClassName
{
background-color: #31327A;
}
.BgClassName
{
background-color: #31327A;
}
</style>
border-color css
<style>
span { border-color: #31327A; }
span { border-color: rgb(49,50,122); }
td.TdClassName
{
border-color: #31327A;
}
.TagClassName
{
border-color: #31327A;
}
</style>