Shades of Torea Bay #39417B
Tints of Torea Bay #39417B
RGB
CMYK
RGB Variations
Color information
#39417B (or 0x39417B) is known color: Torea Bay. HEX triplet: 39, 41 and 7B. RGB value is (57,65,123). Sum of RGB (Red+Green+Blue) = 57+65+123=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #39417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39417B is #C6BE84. Grayscale: #444444. Windows color (decimal): -13024901 or 8077625. OLE color: 8077625.
HSL color Cylindrical-coordinate representation of color #39417B: hue angle of 232.73º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39417B is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 65 | 123 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.52 |
| HSL | 232.73º | 0.37% | 0.35% | - |
| HSV(B) | 232.73º | 0.54% | 0.48% | - |
| XYZ | 7.15 | 6.08 | 19.54 | - |
| YUV | 69.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 123 | 0.54 | 0.47 | 0 | 0.52 | 232.73 | 0.37 | 0.35 |
| Hex | 39 | 41 | 7B | 36 | 2F | 0 | 34 | E9 | 25 | 23 |
| Octal | 71 | 101 | 173 | 66 | 57 | 0 | 64 | 351 | 45 | 43 |
| Binary | 111001 | 1000001 | 1111011 | 110110 | 101111 | 0 | 110100 | 11101001 | 100101 | 100011 |
Color Harmonies of #39417B
Complementary color
Monochromatic Colors of #39417B
Black with #39417B
Text Example
Text Example
White with #39417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39417B; }
p { color: rgb(57,65,123); }
H1.HeaderClassName
{
color: #39417B;
}
.AnyTagClassName
{
color: #39417B;
}
</style>
background-color css
<style>
a { background-color: #39417B; }
a { background-color: rgb(57,65,123); }
div.DivClassName
{
background-color: #39417B;
}
.BgClassName
{
background-color: #39417B;
}
</style>
border-color css
<style>
span { border-color: #39417B; }
span { border-color: rgb(57,65,123); }
td.TdClassName
{
border-color: #39417B;
}
.TagClassName
{
border-color: #39417B;
}
</style>