Shades of Torea Bay #39447B
Tints of Torea Bay #39447B
RGB
CMYK
RGB Variations
Color information
#39447B (or 0x39447B) is known color: Torea Bay. HEX triplet: 39, 44 and 7B. RGB value is (57,68,123). Sum of RGB (Red+Green+Blue) = 57+68+123=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #39447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39447B is #C6BB84. Grayscale: #464646. Windows color (decimal): -13024133 or 8078393. OLE color: 8078393.
HSL color Cylindrical-coordinate representation of color #39447B: hue angle of 230º 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 #39447B is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 68 | 123 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.52 |
| HSL | 230º | 0.37% | 0.35% | - |
| HSV(B) | 230º | 0.54% | 0.48% | - |
| XYZ | 7.33 | 6.43 | 19.59 | - |
| YUV | 70.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 123 | 0.54 | 0.45 | 0 | 0.52 | 230 | 0.37 | 0.35 |
| Hex | 39 | 44 | 7B | 36 | 2D | 0 | 34 | E6 | 25 | 23 |
| Octal | 71 | 104 | 173 | 66 | 55 | 0 | 64 | 346 | 45 | 43 |
| Binary | 111001 | 1000100 | 1111011 | 110110 | 101101 | 0 | 110100 | 11100110 | 100101 | 100011 |
Color Harmonies of #39447B
Complementary color
Monochromatic Colors of #39447B
Black with #39447B
Text Example
Text Example
White with #39447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39447B; }
p { color: rgb(57,68,123); }
H1.HeaderClassName
{
color: #39447B;
}
.AnyTagClassName
{
color: #39447B;
}
</style>
background-color css
<style>
a { background-color: #39447B; }
a { background-color: rgb(57,68,123); }
div.DivClassName
{
background-color: #39447B;
}
.BgClassName
{
background-color: #39447B;
}
</style>
border-color css
<style>
span { border-color: #39447B; }
span { border-color: rgb(57,68,123); }
td.TdClassName
{
border-color: #39447B;
}
.TagClassName
{
border-color: #39447B;
}
</style>