Shades of Torea Bay #2B357A
Tints of Torea Bay #2B357A
RGB
CMYK
RGB Variations
Color information
#2B357A (or 0x2B357A) is known color: Torea Bay. HEX triplet: 2B, 35 and 7A. RGB value is (43,53,122). Sum of RGB (Red+Green+Blue) = 43+53+122=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B357A is #D4CA85. Grayscale: #393939. Windows color (decimal): -13945478 or 8009003. OLE color: 8009003.
HSL color Cylindrical-coordinate representation of color #2B357A: hue angle of 232.41º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B357A is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 53 | 122 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.52 |
| HSL | 232.41º | 0.48% | 0.32% | - |
| HSV(B) | 232.41º | 0.65% | 0.48% | - |
| XYZ | 5.78 | 4.46 | 18.97 | - |
| YUV | 57.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 122 | 0.65 | 0.57 | 0 | 0.52 | 232.41 | 0.48 | 0.32 |
| Hex | 2B | 35 | 7A | 41 | 39 | 0 | 34 | E8 | 30 | 20 |
| Octal | 53 | 65 | 172 | 101 | 71 | 0 | 64 | 350 | 60 | 40 |
| Binary | 101011 | 110101 | 1111010 | 1000001 | 111001 | 0 | 110100 | 11101000 | 110000 | 100000 |
Color Harmonies of #2B357A
Complementary color
Monochromatic Colors of #2B357A
Black with #2B357A
Text Example
Text Example
White with #2B357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B357A; }
p { color: rgb(43,53,122); }
H1.HeaderClassName
{
color: #2B357A;
}
.AnyTagClassName
{
color: #2B357A;
}
</style>
background-color css
<style>
a { background-color: #2B357A; }
a { background-color: rgb(43,53,122); }
div.DivClassName
{
background-color: #2B357A;
}
.BgClassName
{
background-color: #2B357A;
}
</style>
border-color css
<style>
span { border-color: #2B357A; }
span { border-color: rgb(43,53,122); }
td.TdClassName
{
border-color: #2B357A;
}
.TagClassName
{
border-color: #2B357A;
}
</style>