Shades of Torea Bay #2A3184
Tints of Torea Bay #2A3184
RGB
CMYK
RGB Variations
Color information
#2A3184 (or 0x2A3184) is known color: Torea Bay. HEX triplet: 2A, 31 and 84. RGB value is (42,49,132). Sum of RGB (Red+Green+Blue) = 42+49+132=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A3184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3184 is #D5CE7B. Grayscale: #383838. Windows color (decimal): -14012028 or 8663338. OLE color: 8663338.
HSL color Cylindrical-coordinate representation of color #2A3184: hue angle of 235.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A3184 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 49 | 132 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.48 |
| HSL | 235.33º | 0.52% | 0.34% | - |
| HSV(B) | 235.33º | 0.68% | 0.52% | - |
| XYZ | 6.22 | 4.35 | 22.34 | - |
| YUV | 56.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 132 | 0.68 | 0.63 | 0 | 0.48 | 235.33 | 0.52 | 0.34 |
| Hex | 2A | 31 | 84 | 44 | 3F | 0 | 30 | EB | 34 | 22 |
| Octal | 52 | 61 | 204 | 104 | 77 | 0 | 60 | 353 | 64 | 42 |
| Binary | 101010 | 110001 | 10000100 | 1000100 | 111111 | 0 | 110000 | 11101011 | 110100 | 100010 |
Color Harmonies of #2A3184
Complementary color
Monochromatic Colors of #2A3184
Black with #2A3184
Text Example
Text Example
White with #2A3184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3184; }
p { color: rgb(42,49,132); }
H1.HeaderClassName
{
color: #2A3184;
}
.AnyTagClassName
{
color: #2A3184;
}
</style>
background-color css
<style>
a { background-color: #2A3184; }
a { background-color: rgb(42,49,132); }
div.DivClassName
{
background-color: #2A3184;
}
.BgClassName
{
background-color: #2A3184;
}
</style>
border-color css
<style>
span { border-color: #2A3184; }
span { border-color: rgb(42,49,132); }
td.TdClassName
{
border-color: #2A3184;
}
.TagClassName
{
border-color: #2A3184;
}
</style>