Shades of Torea Bay #2A3472
Tints of Torea Bay #2A3472
RGB
CMYK
RGB Variations
Color information
#2A3472 (or 0x2A3472) is known color: Torea Bay. HEX triplet: 2A, 34 and 72. RGB value is (42,52,114). Sum of RGB (Red+Green+Blue) = 42+52+114=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A3472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3472 is #D5CB8D. Grayscale: #373737. Windows color (decimal): -14011278 or 7484458. OLE color: 7484458.
HSL color Cylindrical-coordinate representation of color #2A3472: hue angle of 231.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A3472 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 52 | 114 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.55 |
| HSL | 231.67º | 0.46% | 0.31% | - |
| HSV(B) | 231.67º | 0.63% | 0.45% | - |
| XYZ | 5.22 | 4.16 | 16.45 | - |
| YUV | 56.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 114 | 0.63 | 0.54 | 0 | 0.55 | 231.67 | 0.46 | 0.31 |
| Hex | 2A | 34 | 72 | 3F | 36 | 0 | 37 | E8 | 2E | 1F |
| Octal | 52 | 64 | 162 | 77 | 66 | 0 | 67 | 350 | 56 | 37 |
| Binary | 101010 | 110100 | 1110010 | 111111 | 110110 | 0 | 110111 | 11101000 | 101110 | 11111 |
Color Harmonies of #2A3472
Complementary color
Monochromatic Colors of #2A3472
Black with #2A3472
Text Example
Text Example
White with #2A3472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3472; }
p { color: rgb(42,52,114); }
H1.HeaderClassName
{
color: #2A3472;
}
.AnyTagClassName
{
color: #2A3472;
}
</style>
background-color css
<style>
a { background-color: #2A3472; }
a { background-color: rgb(42,52,114); }
div.DivClassName
{
background-color: #2A3472;
}
.BgClassName
{
background-color: #2A3472;
}
</style>
border-color css
<style>
span { border-color: #2A3472; }
span { border-color: rgb(42,52,114); }
td.TdClassName
{
border-color: #2A3472;
}
.TagClassName
{
border-color: #2A3472;
}
</style>