Shades of Torea Bay #393D6E
Tints of Torea Bay #393D6E
RGB
CMYK
RGB Variations
Color information
#393D6E (or 0x393D6E) is known color: Torea Bay. HEX triplet: 39, 3D and 6E. RGB value is (57,61,110). Sum of RGB (Red+Green+Blue) = 57+61+110=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #393D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D6E is #C6C291. Grayscale: #414141. Windows color (decimal): -13025938 or 7224633. OLE color: 7224633.
HSL color Cylindrical-coordinate representation of color #393D6E: hue angle of 235.47º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #393D6E is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 61 | 110 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.57 |
| HSL | 235.47º | 0.32% | 0.33% | - |
| HSV(B) | 235.47º | 0.48% | 0.43% | - |
| XYZ | 6.17 | 5.33 | 15.46 | - |
| YUV | 65.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 110 | 0.48 | 0.45 | 0 | 0.57 | 235.47 | 0.32 | 0.33 |
| Hex | 39 | 3D | 6E | 30 | 2D | 0 | 39 | EB | 20 | 21 |
| Octal | 71 | 75 | 156 | 60 | 55 | 0 | 71 | 353 | 40 | 41 |
| Binary | 111001 | 111101 | 1101110 | 110000 | 101101 | 0 | 111001 | 11101011 | 100000 | 100001 |
Color Harmonies of #393D6E
Complementary color
Monochromatic Colors of #393D6E
Black with #393D6E
Text Example
Text Example
White with #393D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D6E; }
p { color: rgb(57,61,110); }
H1.HeaderClassName
{
color: #393D6E;
}
.AnyTagClassName
{
color: #393D6E;
}
</style>
background-color css
<style>
a { background-color: #393D6E; }
a { background-color: rgb(57,61,110); }
div.DivClassName
{
background-color: #393D6E;
}
.BgClassName
{
background-color: #393D6E;
}
</style>
border-color css
<style>
span { border-color: #393D6E; }
span { border-color: rgb(57,61,110); }
td.TdClassName
{
border-color: #393D6E;
}
.TagClassName
{
border-color: #393D6E;
}
</style>