Shades of Torea Bay #2A3284
Tints of Torea Bay #2A3284
RGB
CMYK
RGB Variations
Color information
#2A3284 (or 0x2A3284) is known color: Torea Bay. HEX triplet: 2A, 32 and 84. RGB value is (42,50,132). Sum of RGB (Red+Green+Blue) = 42+50+132=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A3284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3284 is #D5CD7B. Grayscale: #383838. Windows color (decimal): -14011772 or 8663594. OLE color: 8663594.
HSL color Cylindrical-coordinate representation of color #2A3284: hue angle of 234.67º 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 #2A3284 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 50 | 132 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.48 |
| HSL | 234.67º | 0.52% | 0.34% | - |
| HSV(B) | 234.67º | 0.68% | 0.52% | - |
| XYZ | 6.26 | 4.44 | 22.36 | - |
| YUV | 56.96 | 170.35 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 132 | 0.68 | 0.62 | 0 | 0.48 | 234.67 | 0.52 | 0.34 |
| Hex | 2A | 32 | 84 | 44 | 3E | 0 | 30 | EB | 34 | 22 |
| Octal | 52 | 62 | 204 | 104 | 76 | 0 | 60 | 353 | 64 | 42 |
| Binary | 101010 | 110010 | 10000100 | 1000100 | 111110 | 0 | 110000 | 11101011 | 110100 | 100010 |
Color Harmonies of #2A3284
Complementary color
Monochromatic Colors of #2A3284
Black with #2A3284
Text Example
Text Example
White with #2A3284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3284; }
p { color: rgb(42,50,132); }
H1.HeaderClassName
{
color: #2A3284;
}
.AnyTagClassName
{
color: #2A3284;
}
</style>
background-color css
<style>
a { background-color: #2A3284; }
a { background-color: rgb(42,50,132); }
div.DivClassName
{
background-color: #2A3284;
}
.BgClassName
{
background-color: #2A3284;
}
</style>
border-color css
<style>
span { border-color: #2A3284; }
span { border-color: rgb(42,50,132); }
td.TdClassName
{
border-color: #2A3284;
}
.TagClassName
{
border-color: #2A3284;
}
</style>