Shades of Torea Bay #2F3973
Tints of Torea Bay #2F3973
RGB
CMYK
RGB Variations
Color information
#2F3973 (or 0x2F3973) is known color: Torea Bay. HEX triplet: 2F, 39 and 73. RGB value is (47,57,115). Sum of RGB (Red+Green+Blue) = 47+57+115=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F3973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3973 is #D0C68C. Grayscale: #3C3C3C. Windows color (decimal): -13682317 or 7551279. OLE color: 7551279.
HSL color Cylindrical-coordinate representation of color #2F3973: hue angle of 231.18º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F3973 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 57 | 115 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.55 |
| HSL | 231.18º | 0.42% | 0.32% | - |
| HSV(B) | 231.18º | 0.59% | 0.45% | - |
| XYZ | 5.73 | 4.77 | 16.84 | - |
| YUV | 60.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 115 | 0.59 | 0.50 | 0 | 0.55 | 231.18 | 0.42 | 0.32 |
| Hex | 2F | 39 | 73 | 3B | 32 | 0 | 37 | E7 | 2A | 20 |
| Octal | 57 | 71 | 163 | 73 | 62 | 0 | 67 | 347 | 52 | 40 |
| Binary | 101111 | 111001 | 1110011 | 111011 | 110010 | 0 | 110111 | 11100111 | 101010 | 100000 |
Color Harmonies of #2F3973
Complementary color
Monochromatic Colors of #2F3973
Black with #2F3973
Text Example
Text Example
White with #2F3973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3973; }
p { color: rgb(47,57,115); }
H1.HeaderClassName
{
color: #2F3973;
}
.AnyTagClassName
{
color: #2F3973;
}
</style>
background-color css
<style>
a { background-color: #2F3973; }
a { background-color: rgb(47,57,115); }
div.DivClassName
{
background-color: #2F3973;
}
.BgClassName
{
background-color: #2F3973;
}
</style>
border-color css
<style>
span { border-color: #2F3973; }
span { border-color: rgb(47,57,115); }
td.TdClassName
{
border-color: #2F3973;
}
.TagClassName
{
border-color: #2F3973;
}
</style>