Shades of Torea Bay #2B338A
Tints of Torea Bay #2B338A
RGB
CMYK
RGB Variations
Color information
#2B338A (or 0x2B338A) is known color: Torea Bay. HEX triplet: 2B, 33 and 8A. RGB value is (43,51,138). Sum of RGB (Red+Green+Blue) = 43+51+138=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B338A is #D4CC75. Grayscale: #3A3A3A. Windows color (decimal): -13945974 or 9057067. OLE color: 9057067.
HSL color Cylindrical-coordinate representation of color #2B338A: hue angle of 234.95º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B338A is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 51 | 138 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.46 |
| HSL | 234.95º | 0.52% | 0.35% | - |
| HSV(B) | 234.95º | 0.69% | 0.54% | - |
| XYZ | 6.77 | 4.72 | 24.6 | - |
| YUV | 58.53 | 172.85 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 138 | 0.69 | 0.63 | 0 | 0.46 | 234.95 | 0.52 | 0.35 |
| Hex | 2B | 33 | 8A | 45 | 3F | 0 | 2E | EB | 34 | 23 |
| Octal | 53 | 63 | 212 | 105 | 77 | 0 | 56 | 353 | 64 | 43 |
| Binary | 101011 | 110011 | 10001010 | 1000101 | 111111 | 0 | 101110 | 11101011 | 110100 | 100011 |
Color Harmonies of #2B338A
Complementary color
Monochromatic Colors of #2B338A
Black with #2B338A
Text Example
Text Example
White with #2B338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B338A; }
p { color: rgb(43,51,138); }
H1.HeaderClassName
{
color: #2B338A;
}
.AnyTagClassName
{
color: #2B338A;
}
</style>
background-color css
<style>
a { background-color: #2B338A; }
a { background-color: rgb(43,51,138); }
div.DivClassName
{
background-color: #2B338A;
}
.BgClassName
{
background-color: #2B338A;
}
</style>
border-color css
<style>
span { border-color: #2B338A; }
span { border-color: rgb(43,51,138); }
td.TdClassName
{
border-color: #2B338A;
}
.TagClassName
{
border-color: #2B338A;
}
</style>