Shades of Torea Bay #2B3584
Tints of Torea Bay #2B3584
RGB
CMYK
RGB Variations
Color information
#2B3584 (or 0x2B3584) is known color: Torea Bay. HEX triplet: 2B, 35 and 84. RGB value is (43,53,132). Sum of RGB (Red+Green+Blue) = 43+53+132=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B3584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3584 is #D4CA7B. Grayscale: #3A3A3A. Windows color (decimal): -13945468 or 8664363. OLE color: 8664363.
HSL color Cylindrical-coordinate representation of color #2B3584: hue angle of 233.26º 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 #2B3584 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 53 | 132 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.48 |
| HSL | 233.26º | 0.51% | 0.34% | - |
| HSV(B) | 233.26º | 0.67% | 0.52% | - |
| XYZ | 6.43 | 4.73 | 22.4 | - |
| YUV | 59.02 | 169.19 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 132 | 0.67 | 0.60 | 0 | 0.48 | 233.26 | 0.51 | 0.34 |
| Hex | 2B | 35 | 84 | 43 | 3C | 0 | 30 | E9 | 33 | 22 |
| Octal | 53 | 65 | 204 | 103 | 74 | 0 | 60 | 351 | 63 | 42 |
| Binary | 101011 | 110101 | 10000100 | 1000011 | 111100 | 0 | 110000 | 11101001 | 110011 | 100010 |
Color Harmonies of #2B3584
Complementary color
Monochromatic Colors of #2B3584
Black with #2B3584
Text Example
Text Example
White with #2B3584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3584; }
p { color: rgb(43,53,132); }
H1.HeaderClassName
{
color: #2B3584;
}
.AnyTagClassName
{
color: #2B3584;
}
</style>
background-color css
<style>
a { background-color: #2B3584; }
a { background-color: rgb(43,53,132); }
div.DivClassName
{
background-color: #2B3584;
}
.BgClassName
{
background-color: #2B3584;
}
</style>
border-color css
<style>
span { border-color: #2B3584; }
span { border-color: rgb(43,53,132); }
td.TdClassName
{
border-color: #2B3584;
}
.TagClassName
{
border-color: #2B3584;
}
</style>