Shades of Torea Bay #31387B
Tints of Torea Bay #31387B
RGB
CMYK
RGB Variations
Color information
#31387B (or 0x31387B) is known color: Torea Bay. HEX triplet: 31, 38 and 7B. RGB value is (49,56,123). Sum of RGB (Red+Green+Blue) = 49+56+123=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #31387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31387B is #CEC784. Grayscale: #3D3D3D. Windows color (decimal): -13551493 or 8075313. OLE color: 8075313.
HSL color Cylindrical-coordinate representation of color #31387B: hue angle of 234.32º 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 #31387B is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 56 | 123 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.52 |
| HSL | 234.32º | 0.43% | 0.34% | - |
| HSV(B) | 234.32º | 0.6% | 0.48% | - |
| XYZ | 6.26 | 4.91 | 19.36 | - |
| YUV | 61.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 123 | 0.60 | 0.54 | 0 | 0.52 | 234.32 | 0.43 | 0.34 |
| Hex | 31 | 38 | 7B | 3C | 36 | 0 | 34 | EA | 2B | 22 |
| Octal | 61 | 70 | 173 | 74 | 66 | 0 | 64 | 352 | 53 | 42 |
| Binary | 110001 | 111000 | 1111011 | 111100 | 110110 | 0 | 110100 | 11101010 | 101011 | 100010 |
Color Harmonies of #31387B
Complementary color
Monochromatic Colors of #31387B
Black with #31387B
Text Example
Text Example
White with #31387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31387B; }
p { color: rgb(49,56,123); }
H1.HeaderClassName
{
color: #31387B;
}
.AnyTagClassName
{
color: #31387B;
}
</style>
background-color css
<style>
a { background-color: #31387B; }
a { background-color: rgb(49,56,123); }
div.DivClassName
{
background-color: #31387B;
}
.BgClassName
{
background-color: #31387B;
}
</style>
border-color css
<style>
span { border-color: #31387B; }
span { border-color: rgb(49,56,123); }
td.TdClassName
{
border-color: #31387B;
}
.TagClassName
{
border-color: #31387B;
}
</style>