Shades of Torea Bay #2A327A
Tints of Torea Bay #2A327A
RGB
CMYK
RGB Variations
Color information
#2A327A (or 0x2A327A) is known color: Torea Bay. HEX triplet: 2A, 32 and 7A. RGB value is (42,50,122). Sum of RGB (Red+Green+Blue) = 42+50+122=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A327A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A327A is #D5CD85. Grayscale: #373737. Windows color (decimal): -14011782 or 8008234. OLE color: 8008234.
HSL color Cylindrical-coordinate representation of color #2A327A: hue angle of 234º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A327A is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 50 | 122 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.52 |
| HSL | 234º | 0.49% | 0.32% | - |
| HSV(B) | 234º | 0.66% | 0.48% | - |
| XYZ | 5.61 | 4.18 | 18.92 | - |
| YUV | 55.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 122 | 0.66 | 0.59 | 0 | 0.52 | 234 | 0.49 | 0.32 |
| Hex | 2A | 32 | 7A | 42 | 3B | 0 | 34 | EA | 31 | 20 |
| Octal | 52 | 62 | 172 | 102 | 73 | 0 | 64 | 352 | 61 | 40 |
| Binary | 101010 | 110010 | 1111010 | 1000010 | 111011 | 0 | 110100 | 11101010 | 110001 | 100000 |
Color Harmonies of #2A327A
Complementary color
Monochromatic Colors of #2A327A
Black with #2A327A
Text Example
Text Example
White with #2A327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A327A; }
p { color: rgb(42,50,122); }
H1.HeaderClassName
{
color: #2A327A;
}
.AnyTagClassName
{
color: #2A327A;
}
</style>
background-color css
<style>
a { background-color: #2A327A; }
a { background-color: rgb(42,50,122); }
div.DivClassName
{
background-color: #2A327A;
}
.BgClassName
{
background-color: #2A327A;
}
</style>
border-color css
<style>
span { border-color: #2A327A; }
span { border-color: rgb(42,50,122); }
td.TdClassName
{
border-color: #2A327A;
}
.TagClassName
{
border-color: #2A327A;
}
</style>