Shades of Torea Bay #2B346D
Tints of Torea Bay #2B346D
RGB
CMYK
RGB Variations
Color information
#2B346D (or 0x2B346D) is known color: Torea Bay. HEX triplet: 2B, 34 and 6D. RGB value is (43,52,109). Sum of RGB (Red+Green+Blue) = 43+52+109=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B346D is #D4CB92. Grayscale: #373737. Windows color (decimal): -13945747 or 7156779. OLE color: 7156779.
HSL color Cylindrical-coordinate representation of color #2B346D: hue angle of 231.82º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B346D is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 52 | 109 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.57 |
| HSL | 231.82º | 0.43% | 0.3% | - |
| HSV(B) | 231.82º | 0.61% | 0.43% | - |
| XYZ | 4.98 | 4.07 | 14.99 | - |
| YUV | 55.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 109 | 0.61 | 0.52 | 0 | 0.57 | 231.82 | 0.43 | 0.3 |
| Hex | 2B | 34 | 6D | 3D | 34 | 0 | 39 | E8 | 2B | 1E |
| Octal | 53 | 64 | 155 | 75 | 64 | 0 | 71 | 350 | 53 | 36 |
| Binary | 101011 | 110100 | 1101101 | 111101 | 110100 | 0 | 111001 | 11101000 | 101011 | 11110 |
Color Harmonies of #2B346D
Complementary color
Monochromatic Colors of #2B346D
Black with #2B346D
Text Example
Text Example
White with #2B346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B346D; }
p { color: rgb(43,52,109); }
H1.HeaderClassName
{
color: #2B346D;
}
.AnyTagClassName
{
color: #2B346D;
}
</style>
background-color css
<style>
a { background-color: #2B346D; }
a { background-color: rgb(43,52,109); }
div.DivClassName
{
background-color: #2B346D;
}
.BgClassName
{
background-color: #2B346D;
}
</style>
border-color css
<style>
span { border-color: #2B346D; }
span { border-color: rgb(43,52,109); }
td.TdClassName
{
border-color: #2B346D;
}
.TagClassName
{
border-color: #2B346D;
}
</style>