Shades of Torea Bay #2B367B
Tints of Torea Bay #2B367B
RGB
CMYK
RGB Variations
Color information
#2B367B (or 0x2B367B) is known color: Torea Bay. HEX triplet: 2B, 36 and 7B. RGB value is (43,54,123). Sum of RGB (Red+Green+Blue) = 43+54+123=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B367B is #D4C984. Grayscale: #3A3A3A. Windows color (decimal): -13945221 or 8074795. OLE color: 8074795.
HSL color Cylindrical-coordinate representation of color #2B367B: hue angle of 231.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B367B is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 54 | 123 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.52 |
| HSL | 231.75º | 0.48% | 0.33% | - |
| HSV(B) | 231.75º | 0.65% | 0.48% | - |
| XYZ | 5.89 | 4.58 | 19.31 | - |
| YUV | 58.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 123 | 0.65 | 0.56 | 0 | 0.52 | 231.75 | 0.48 | 0.33 |
| Hex | 2B | 36 | 7B | 41 | 38 | 0 | 34 | E8 | 30 | 21 |
| Octal | 53 | 66 | 173 | 101 | 70 | 0 | 64 | 350 | 60 | 41 |
| Binary | 101011 | 110110 | 1111011 | 1000001 | 111000 | 0 | 110100 | 11101000 | 110000 | 100001 |
Color Harmonies of #2B367B
Complementary color
Monochromatic Colors of #2B367B
Black with #2B367B
Text Example
Text Example
White with #2B367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B367B; }
p { color: rgb(43,54,123); }
H1.HeaderClassName
{
color: #2B367B;
}
.AnyTagClassName
{
color: #2B367B;
}
</style>
background-color css
<style>
a { background-color: #2B367B; }
a { background-color: rgb(43,54,123); }
div.DivClassName
{
background-color: #2B367B;
}
.BgClassName
{
background-color: #2B367B;
}
</style>
border-color css
<style>
span { border-color: #2B367B; }
span { border-color: rgb(43,54,123); }
td.TdClassName
{
border-color: #2B367B;
}
.TagClassName
{
border-color: #2B367B;
}
</style>