Shades of Torea Bay #31357B
Tints of Torea Bay #31357B
RGB
CMYK
RGB Variations
Color information
#31357B (or 0x31357B) is known color: Torea Bay. HEX triplet: 31, 35 and 7B. RGB value is (49,53,123). Sum of RGB (Red+Green+Blue) = 49+53+123=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #31357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31357B is #CECA84. Grayscale: #3B3B3B. Windows color (decimal): -13552261 or 8074545. OLE color: 8074545.
HSL color Cylindrical-coordinate representation of color #31357B: hue angle of 236.76º 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 #31357B is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 53 | 123 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.52 |
| HSL | 236.76º | 0.43% | 0.34% | - |
| HSV(B) | 236.76º | 0.6% | 0.48% | - |
| XYZ | 6.11 | 4.63 | 19.31 | - |
| YUV | 59.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 123 | 0.60 | 0.57 | 0 | 0.52 | 236.76 | 0.43 | 0.34 |
| Hex | 31 | 35 | 7B | 3C | 39 | 0 | 34 | ED | 2B | 22 |
| Octal | 61 | 65 | 173 | 74 | 71 | 0 | 64 | 355 | 53 | 42 |
| Binary | 110001 | 110101 | 1111011 | 111100 | 111001 | 0 | 110100 | 11101101 | 101011 | 100010 |
Color Harmonies of #31357B
Complementary color
Monochromatic Colors of #31357B
Black with #31357B
Text Example
Text Example
White with #31357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31357B; }
p { color: rgb(49,53,123); }
H1.HeaderClassName
{
color: #31357B;
}
.AnyTagClassName
{
color: #31357B;
}
</style>
background-color css
<style>
a { background-color: #31357B; }
a { background-color: rgb(49,53,123); }
div.DivClassName
{
background-color: #31357B;
}
.BgClassName
{
background-color: #31357B;
}
</style>
border-color css
<style>
span { border-color: #31357B; }
span { border-color: rgb(49,53,123); }
td.TdClassName
{
border-color: #31357B;
}
.TagClassName
{
border-color: #31357B;
}
</style>