Shades of Torea Bay #2F357F
Tints of Torea Bay #2F357F
RGB
CMYK
RGB Variations
Color information
#2F357F (or 0x2F357F) is known color: Torea Bay. HEX triplet: 2F, 35 and 7F. RGB value is (47,53,127). Sum of RGB (Red+Green+Blue) = 47+53+127=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F357F is #D0CA80. Grayscale: #3B3B3B. Windows color (decimal): -13683329 or 8336687. OLE color: 8336687.
HSL color Cylindrical-coordinate representation of color #2F357F: hue angle of 235.5º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F357F is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 53 | 127 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.50 |
| HSL | 235.5º | 0.46% | 0.34% | - |
| HSV(B) | 235.5º | 0.63% | 0.5% | - |
| XYZ | 6.28 | 4.68 | 20.65 | - |
| YUV | 59.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 127 | 0.63 | 0.58 | 0 | 0.50 | 235.5 | 0.46 | 0.34 |
| Hex | 2F | 35 | 7F | 3F | 3A | 0 | 32 | EC | 2E | 22 |
| Octal | 57 | 65 | 177 | 77 | 72 | 0 | 62 | 354 | 56 | 42 |
| Binary | 101111 | 110101 | 1111111 | 111111 | 111010 | 0 | 110010 | 11101100 | 101110 | 100010 |
Color Harmonies of #2F357F
Complementary color
Monochromatic Colors of #2F357F
Black with #2F357F
Text Example
Text Example
White with #2F357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F357F; }
p { color: rgb(47,53,127); }
H1.HeaderClassName
{
color: #2F357F;
}
.AnyTagClassName
{
color: #2F357F;
}
</style>
background-color css
<style>
a { background-color: #2F357F; }
a { background-color: rgb(47,53,127); }
div.DivClassName
{
background-color: #2F357F;
}
.BgClassName
{
background-color: #2F357F;
}
</style>
border-color css
<style>
span { border-color: #2F357F; }
span { border-color: rgb(47,53,127); }
td.TdClassName
{
border-color: #2F357F;
}
.TagClassName
{
border-color: #2F357F;
}
</style>