Shades of Torea Bay #393B71
Tints of Torea Bay #393B71
RGB
CMYK
RGB Variations
Color information
#393B71 (or 0x393B71) is known color: Torea Bay. HEX triplet: 39, 3B and 71. RGB value is (57,59,113). Sum of RGB (Red+Green+Blue) = 57+59+113=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #393B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B71 is #C6C48E. Grayscale: #404040. Windows color (decimal): -13026447 or 7420729. OLE color: 7420729.
HSL color Cylindrical-coordinate representation of color #393B71: hue angle of 237.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393B71 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 59 | 113 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.56 |
| HSL | 237.86º | 0.33% | 0.33% | - |
| HSV(B) | 237.86º | 0.5% | 0.44% | - |
| XYZ | 6.23 | 5.19 | 16.3 | - |
| YUV | 64.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 113 | 0.50 | 0.48 | 0 | 0.56 | 237.86 | 0.33 | 0.33 |
| Hex | 39 | 3B | 71 | 32 | 30 | 0 | 38 | EE | 21 | 21 |
| Octal | 71 | 73 | 161 | 62 | 60 | 0 | 70 | 356 | 41 | 41 |
| Binary | 111001 | 111011 | 1110001 | 110010 | 110000 | 0 | 111000 | 11101110 | 100001 | 100001 |
Color Harmonies of #393B71
Complementary color
Monochromatic Colors of #393B71
Black with #393B71
Text Example
Text Example
White with #393B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B71; }
p { color: rgb(57,59,113); }
H1.HeaderClassName
{
color: #393B71;
}
.AnyTagClassName
{
color: #393B71;
}
</style>
background-color css
<style>
a { background-color: #393B71; }
a { background-color: rgb(57,59,113); }
div.DivClassName
{
background-color: #393B71;
}
.BgClassName
{
background-color: #393B71;
}
</style>
border-color css
<style>
span { border-color: #393B71; }
span { border-color: rgb(57,59,113); }
td.TdClassName
{
border-color: #393B71;
}
.TagClassName
{
border-color: #393B71;
}
</style>