Shades of Torea Bay #393F70
Tints of Torea Bay #393F70
RGB
CMYK
RGB Variations
Color information
#393F70 (or 0x393F70) is known color: Torea Bay. HEX triplet: 39, 3F and 70. RGB value is (57,63,112). Sum of RGB (Red+Green+Blue) = 57+63+112=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #393F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F70 is #C6C08F. Grayscale: #424242. Windows color (decimal): -13025424 or 7356217. OLE color: 7356217.
HSL color Cylindrical-coordinate representation of color #393F70: hue angle of 233.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #393F70 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 63 | 112 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.56 |
| HSL | 233.45º | 0.33% | 0.33% | - |
| HSV(B) | 233.45º | 0.49% | 0.44% | - |
| XYZ | 6.39 | 5.59 | 16.07 | - |
| YUV | 66.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 112 | 0.49 | 0.44 | 0 | 0.56 | 233.45 | 0.33 | 0.33 |
| Hex | 39 | 3F | 70 | 31 | 2C | 0 | 38 | E9 | 21 | 21 |
| Octal | 71 | 77 | 160 | 61 | 54 | 0 | 70 | 351 | 41 | 41 |
| Binary | 111001 | 111111 | 1110000 | 110001 | 101100 | 0 | 111000 | 11101001 | 100001 | 100001 |
Color Harmonies of #393F70
Complementary color
Monochromatic Colors of #393F70
Black with #393F70
Text Example
Text Example
White with #393F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F70; }
p { color: rgb(57,63,112); }
H1.HeaderClassName
{
color: #393F70;
}
.AnyTagClassName
{
color: #393F70;
}
</style>
background-color css
<style>
a { background-color: #393F70; }
a { background-color: rgb(57,63,112); }
div.DivClassName
{
background-color: #393F70;
}
.BgClassName
{
background-color: #393F70;
}
</style>
border-color css
<style>
span { border-color: #393F70; }
span { border-color: rgb(57,63,112); }
td.TdClassName
{
border-color: #393F70;
}
.TagClassName
{
border-color: #393F70;
}
</style>