Shades of Torea Bay #2B3374
Tints of Torea Bay #2B3374
RGB
CMYK
RGB Variations
Color information
#2B3374 (or 0x2B3374) is known color: Torea Bay. HEX triplet: 2B, 33 and 74. RGB value is (43,51,116). Sum of RGB (Red+Green+Blue) = 43+51+116=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B3374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3374 is #D4CC8B. Grayscale: #373737. Windows color (decimal): -13945996 or 7615275. OLE color: 7615275.
HSL color Cylindrical-coordinate representation of color #2B3374: hue angle of 233.42º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B3374 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 51 | 116 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.55 |
| HSL | 233.42º | 0.46% | 0.31% | - |
| HSV(B) | 233.42º | 0.63% | 0.45% | - |
| XYZ | 5.33 | 4.14 | 17.04 | - |
| YUV | 56.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 116 | 0.63 | 0.56 | 0 | 0.55 | 233.42 | 0.46 | 0.31 |
| Hex | 2B | 33 | 74 | 3F | 38 | 0 | 37 | E9 | 2E | 1F |
| Octal | 53 | 63 | 164 | 77 | 70 | 0 | 67 | 351 | 56 | 37 |
| Binary | 101011 | 110011 | 1110100 | 111111 | 111000 | 0 | 110111 | 11101001 | 101110 | 11111 |
Color Harmonies of #2B3374
Complementary color
Monochromatic Colors of #2B3374
Black with #2B3374
Text Example
Text Example
White with #2B3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3374; }
p { color: rgb(43,51,116); }
H1.HeaderClassName
{
color: #2B3374;
}
.AnyTagClassName
{
color: #2B3374;
}
</style>
background-color css
<style>
a { background-color: #2B3374; }
a { background-color: rgb(43,51,116); }
div.DivClassName
{
background-color: #2B3374;
}
.BgClassName
{
background-color: #2B3374;
}
</style>
border-color css
<style>
span { border-color: #2B3374; }
span { border-color: rgb(43,51,116); }
td.TdClassName
{
border-color: #2B3374;
}
.TagClassName
{
border-color: #2B3374;
}
</style>