Shades of Torea Bay #2F3672
Tints of Torea Bay #2F3672
RGB
CMYK
RGB Variations
Color information
#2F3672 (or 0x2F3672) is known color: Torea Bay. HEX triplet: 2F, 36 and 72. RGB value is (47,54,114). Sum of RGB (Red+Green+Blue) = 47+54+114=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F3672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3672 is #D0C98D. Grayscale: #3A3A3A. Windows color (decimal): -13683086 or 7484975. OLE color: 7484975.
HSL color Cylindrical-coordinate representation of color #2F3672: hue angle of 233.73º 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 #2F3672 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 54 | 114 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.55 |
| HSL | 233.73º | 0.42% | 0.32% | - |
| HSV(B) | 233.73º | 0.59% | 0.45% | - |
| XYZ | 5.53 | 4.46 | 16.49 | - |
| YUV | 58.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 54 | 114 | 0.59 | 0.53 | 0 | 0.55 | 233.73 | 0.42 | 0.32 |
| Hex | 2F | 36 | 72 | 3B | 35 | 0 | 37 | EA | 2A | 20 |
| Octal | 57 | 66 | 162 | 73 | 65 | 0 | 67 | 352 | 52 | 40 |
| Binary | 101111 | 110110 | 1110010 | 111011 | 110101 | 0 | 110111 | 11101010 | 101010 | 100000 |
Color Harmonies of #2F3672
Complementary color
Monochromatic Colors of #2F3672
Black with #2F3672
Text Example
Text Example
White with #2F3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3672; }
p { color: rgb(47,54,114); }
H1.HeaderClassName
{
color: #2F3672;
}
.AnyTagClassName
{
color: #2F3672;
}
</style>
background-color css
<style>
a { background-color: #2F3672; }
a { background-color: rgb(47,54,114); }
div.DivClassName
{
background-color: #2F3672;
}
.BgClassName
{
background-color: #2F3672;
}
</style>
border-color css
<style>
span { border-color: #2F3672; }
span { border-color: rgb(47,54,114); }
td.TdClassName
{
border-color: #2F3672;
}
.TagClassName
{
border-color: #2F3672;
}
</style>