Shades of Torea Bay #2B3384
Tints of Torea Bay #2B3384
RGB
CMYK
RGB Variations
Color information
#2B3384 (or 0x2B3384) is known color: Torea Bay. HEX triplet: 2B, 33 and 84. RGB value is (43,51,132). Sum of RGB (Red+Green+Blue) = 43+51+132=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B3384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3384 is #D4CC7B. Grayscale: #393939. Windows color (decimal): -13945980 or 8663851. OLE color: 8663851.
HSL color Cylindrical-coordinate representation of color #2B3384: hue angle of 234.61º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B3384 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 51 | 132 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.48 |
| HSL | 234.61º | 0.51% | 0.34% | - |
| HSV(B) | 234.61º | 0.67% | 0.52% | - |
| XYZ | 6.34 | 4.55 | 22.37 | - |
| YUV | 57.84 | 169.85 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 132 | 0.67 | 0.61 | 0 | 0.48 | 234.61 | 0.51 | 0.34 |
| Hex | 2B | 33 | 84 | 43 | 3D | 0 | 30 | EB | 33 | 22 |
| Octal | 53 | 63 | 204 | 103 | 75 | 0 | 60 | 353 | 63 | 42 |
| Binary | 101011 | 110011 | 10000100 | 1000011 | 111101 | 0 | 110000 | 11101011 | 110011 | 100010 |
Color Harmonies of #2B3384
Complementary color
Monochromatic Colors of #2B3384
Black with #2B3384
Text Example
Text Example
White with #2B3384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3384; }
p { color: rgb(43,51,132); }
H1.HeaderClassName
{
color: #2B3384;
}
.AnyTagClassName
{
color: #2B3384;
}
</style>
background-color css
<style>
a { background-color: #2B3384; }
a { background-color: rgb(43,51,132); }
div.DivClassName
{
background-color: #2B3384;
}
.BgClassName
{
background-color: #2B3384;
}
</style>
border-color css
<style>
span { border-color: #2B3384; }
span { border-color: rgb(43,51,132); }
td.TdClassName
{
border-color: #2B3384;
}
.TagClassName
{
border-color: #2B3384;
}
</style>