Shades of Torea Bay #2B346F
Tints of Torea Bay #2B346F
RGB
CMYK
RGB Variations
Color information
#2B346F (or 0x2B346F) is known color: Torea Bay. HEX triplet: 2B, 34 and 6F. RGB value is (43,52,111). Sum of RGB (Red+Green+Blue) = 43+52+111=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B346F is #D4CB90. Grayscale: #373737. Windows color (decimal): -13945745 or 7287851. OLE color: 7287851.
HSL color Cylindrical-coordinate representation of color #2B346F: hue angle of 232.06º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B346F is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 52 | 111 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.56 |
| HSL | 232.06º | 0.44% | 0.3% | - |
| HSV(B) | 232.06º | 0.61% | 0.44% | - |
| XYZ | 5.09 | 4.12 | 15.57 | - |
| YUV | 56.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 111 | 0.61 | 0.53 | 0 | 0.56 | 232.06 | 0.44 | 0.3 |
| Hex | 2B | 34 | 6F | 3D | 35 | 0 | 38 | E8 | 2C | 1E |
| Octal | 53 | 64 | 157 | 75 | 65 | 0 | 70 | 350 | 54 | 36 |
| Binary | 101011 | 110100 | 1101111 | 111101 | 110101 | 0 | 111000 | 11101000 | 101100 | 11110 |
Color Harmonies of #2B346F
Complementary color
Monochromatic Colors of #2B346F
Black with #2B346F
Text Example
Text Example
White with #2B346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B346F; }
p { color: rgb(43,52,111); }
H1.HeaderClassName
{
color: #2B346F;
}
.AnyTagClassName
{
color: #2B346F;
}
</style>
background-color css
<style>
a { background-color: #2B346F; }
a { background-color: rgb(43,52,111); }
div.DivClassName
{
background-color: #2B346F;
}
.BgClassName
{
background-color: #2B346F;
}
</style>
border-color css
<style>
span { border-color: #2B346F; }
span { border-color: rgb(43,52,111); }
td.TdClassName
{
border-color: #2B346F;
}
.TagClassName
{
border-color: #2B346F;
}
</style>