Shades of Torea Bay #2F3972
Tints of Torea Bay #2F3972
RGB
CMYK
RGB Variations
Color information
#2F3972 (or 0x2F3972) is known color: Torea Bay. HEX triplet: 2F, 39 and 72. RGB value is (47,57,114). Sum of RGB (Red+Green+Blue) = 47+57+114=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F3972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3972 is #D0C68D. Grayscale: #3C3C3C. Windows color (decimal): -13682318 or 7485743. OLE color: 7485743.
HSL color Cylindrical-coordinate representation of color #2F3972: hue angle of 231.04º 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 #2F3972 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 57 | 114 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.55 |
| HSL | 231.04º | 0.42% | 0.32% | - |
| HSV(B) | 231.04º | 0.59% | 0.45% | - |
| XYZ | 5.67 | 4.75 | 16.54 | - |
| YUV | 60.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 114 | 0.59 | 0.50 | 0 | 0.55 | 231.04 | 0.42 | 0.32 |
| Hex | 2F | 39 | 72 | 3B | 32 | 0 | 37 | E7 | 2A | 20 |
| Octal | 57 | 71 | 162 | 73 | 62 | 0 | 67 | 347 | 52 | 40 |
| Binary | 101111 | 111001 | 1110010 | 111011 | 110010 | 0 | 110111 | 11100111 | 101010 | 100000 |
Color Harmonies of #2F3972
Complementary color
Monochromatic Colors of #2F3972
Black with #2F3972
Text Example
Text Example
White with #2F3972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3972; }
p { color: rgb(47,57,114); }
H1.HeaderClassName
{
color: #2F3972;
}
.AnyTagClassName
{
color: #2F3972;
}
</style>
background-color css
<style>
a { background-color: #2F3972; }
a { background-color: rgb(47,57,114); }
div.DivClassName
{
background-color: #2F3972;
}
.BgClassName
{
background-color: #2F3972;
}
</style>
border-color css
<style>
span { border-color: #2F3972; }
span { border-color: rgb(47,57,114); }
td.TdClassName
{
border-color: #2F3972;
}
.TagClassName
{
border-color: #2F3972;
}
</style>