Shades of Torea Bay #31377C
Tints of Torea Bay #31377C
RGB
CMYK
RGB Variations
Color information
#31377C (or 0x31377C) is known color: Torea Bay. HEX triplet: 31, 37 and 7C. RGB value is (49,55,124). Sum of RGB (Red+Green+Blue) = 49+55+124=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #31377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31377C is #CEC883. Grayscale: #3C3C3C. Windows color (decimal): -13551748 or 8140593. OLE color: 8140593.
HSL color Cylindrical-coordinate representation of color #31377C: hue angle of 235.2º 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 #31377C is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 55 | 124 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.51 |
| HSL | 235.2º | 0.43% | 0.34% | - |
| HSV(B) | 235.2º | 0.6% | 0.49% | - |
| XYZ | 6.27 | 4.84 | 19.67 | - |
| YUV | 61.07 | 163.51 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 124 | 0.60 | 0.56 | 0 | 0.51 | 235.2 | 0.43 | 0.34 |
| Hex | 31 | 37 | 7C | 3C | 38 | 0 | 33 | EB | 2B | 22 |
| Octal | 61 | 67 | 174 | 74 | 70 | 0 | 63 | 353 | 53 | 42 |
| Binary | 110001 | 110111 | 1111100 | 111100 | 111000 | 0 | 110011 | 11101011 | 101011 | 100010 |
Color Harmonies of #31377C
Complementary color
Monochromatic Colors of #31377C
Black with #31377C
Text Example
Text Example
White with #31377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31377C; }
p { color: rgb(49,55,124); }
H1.HeaderClassName
{
color: #31377C;
}
.AnyTagClassName
{
color: #31377C;
}
</style>
background-color css
<style>
a { background-color: #31377C; }
a { background-color: rgb(49,55,124); }
div.DivClassName
{
background-color: #31377C;
}
.BgClassName
{
background-color: #31377C;
}
</style>
border-color css
<style>
span { border-color: #31377C; }
span { border-color: rgb(49,55,124); }
td.TdClassName
{
border-color: #31377C;
}
.TagClassName
{
border-color: #31377C;
}
</style>