Shades of Torea Bay #3A4172
Tints of Torea Bay #3A4172
RGB
CMYK
RGB Variations
Color information
#3A4172 (or 0x3A4172) is known color: Torea Bay. HEX triplet: 3A, 41 and 72. RGB value is (58,65,114). Sum of RGB (Red+Green+Blue) = 58+65+114=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A4172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4172 is #C5BE8D. Grayscale: #444444. Windows color (decimal): -12959374 or 7487802. OLE color: 7487802.
HSL color Cylindrical-coordinate representation of color #3A4172: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A4172 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 65 | 114 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.55 |
| HSL | 232.5º | 0.33% | 0.34% | - |
| HSV(B) | 232.5º | 0.49% | 0.45% | - |
| XYZ | 6.67 | 5.9 | 16.71 | - |
| YUV | 68.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 114 | 0.49 | 0.43 | 0 | 0.55 | 232.5 | 0.33 | 0.34 |
| Hex | 3A | 41 | 72 | 31 | 2B | 0 | 37 | E8 | 21 | 22 |
| Octal | 72 | 101 | 162 | 61 | 53 | 0 | 67 | 350 | 41 | 42 |
| Binary | 111010 | 1000001 | 1110010 | 110001 | 101011 | 0 | 110111 | 11101000 | 100001 | 100010 |
Color Harmonies of #3A4172
Complementary color
Monochromatic Colors of #3A4172
Black with #3A4172
Text Example
Text Example
White with #3A4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4172; }
p { color: rgb(58,65,114); }
H1.HeaderClassName
{
color: #3A4172;
}
.AnyTagClassName
{
color: #3A4172;
}
</style>
background-color css
<style>
a { background-color: #3A4172; }
a { background-color: rgb(58,65,114); }
div.DivClassName
{
background-color: #3A4172;
}
.BgClassName
{
background-color: #3A4172;
}
</style>
border-color css
<style>
span { border-color: #3A4172; }
span { border-color: rgb(58,65,114); }
td.TdClassName
{
border-color: #3A4172;
}
.TagClassName
{
border-color: #3A4172;
}
</style>