Shades of Torea Bay #2B367E
Tints of Torea Bay #2B367E
RGB
CMYK
RGB Variations
Color information
#2B367E (or 0x2B367E) is known color: Torea Bay. HEX triplet: 2B, 36 and 7E. RGB value is (43,54,126). Sum of RGB (Red+Green+Blue) = 43+54+126=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #2B367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B367E is #D4C981. Grayscale: #3A3A3A. Windows color (decimal): -13945218 or 8271403. OLE color: 8271403.
HSL color Cylindrical-coordinate representation of color #2B367E: hue angle of 232.05º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B367E is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 54 | 126 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.51 |
| HSL | 232.05º | 0.49% | 0.33% | - |
| HSV(B) | 232.05º | 0.66% | 0.49% | - |
| XYZ | 6.08 | 4.66 | 20.32 | - |
| YUV | 58.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 126 | 0.66 | 0.57 | 0 | 0.51 | 232.05 | 0.49 | 0.33 |
| Hex | 2B | 36 | 7E | 42 | 39 | 0 | 33 | E8 | 31 | 21 |
| Octal | 53 | 66 | 176 | 102 | 71 | 0 | 63 | 350 | 61 | 41 |
| Binary | 101011 | 110110 | 1111110 | 1000010 | 111001 | 0 | 110011 | 11101000 | 110001 | 100001 |
Color Harmonies of #2B367E
Complementary color
Monochromatic Colors of #2B367E
Black with #2B367E
Text Example
Text Example
White with #2B367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B367E; }
p { color: rgb(43,54,126); }
H1.HeaderClassName
{
color: #2B367E;
}
.AnyTagClassName
{
color: #2B367E;
}
</style>
background-color css
<style>
a { background-color: #2B367E; }
a { background-color: rgb(43,54,126); }
div.DivClassName
{
background-color: #2B367E;
}
.BgClassName
{
background-color: #2B367E;
}
</style>
border-color css
<style>
span { border-color: #2B367E; }
span { border-color: rgb(43,54,126); }
td.TdClassName
{
border-color: #2B367E;
}
.TagClassName
{
border-color: #2B367E;
}
</style>