Shades of Torea Bay #2A3271
Tints of Torea Bay #2A3271
RGB
CMYK
RGB Variations
Color information
#2A3271 (or 0x2A3271) is known color: Torea Bay. HEX triplet: 2A, 32 and 71. RGB value is (42,50,113). Sum of RGB (Red+Green+Blue) = 42+50+113=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A3271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3271 is #D5CD8E. Grayscale: #363636. Windows color (decimal): -14011791 or 7418410. OLE color: 7418410.
HSL color Cylindrical-coordinate representation of color #2A3271: hue angle of 233.24º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A3271 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 50 | 113 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.56 |
| HSL | 233.24º | 0.46% | 0.3% | - |
| HSV(B) | 233.24º | 0.63% | 0.44% | - |
| XYZ | 5.08 | 3.97 | 16.12 | - |
| YUV | 54.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 113 | 0.63 | 0.56 | 0 | 0.56 | 233.24 | 0.46 | 0.3 |
| Hex | 2A | 32 | 71 | 3F | 38 | 0 | 38 | E9 | 2E | 1E |
| Octal | 52 | 62 | 161 | 77 | 70 | 0 | 70 | 351 | 56 | 36 |
| Binary | 101010 | 110010 | 1110001 | 111111 | 111000 | 0 | 111000 | 11101001 | 101110 | 11110 |
Color Harmonies of #2A3271
Complementary color
Monochromatic Colors of #2A3271
Black with #2A3271
Text Example
Text Example
White with #2A3271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3271; }
p { color: rgb(42,50,113); }
H1.HeaderClassName
{
color: #2A3271;
}
.AnyTagClassName
{
color: #2A3271;
}
</style>
background-color css
<style>
a { background-color: #2A3271; }
a { background-color: rgb(42,50,113); }
div.DivClassName
{
background-color: #2A3271;
}
.BgClassName
{
background-color: #2A3271;
}
</style>
border-color css
<style>
span { border-color: #2A3271; }
span { border-color: rgb(42,50,113); }
td.TdClassName
{
border-color: #2A3271;
}
.TagClassName
{
border-color: #2A3271;
}
</style>