Shades of Torea Bay #3A4178
Tints of Torea Bay #3A4178
RGB
CMYK
RGB Variations
Color information
#3A4178 (or 0x3A4178) is known color: Torea Bay. HEX triplet: 3A, 41 and 78. RGB value is (58,65,120). Sum of RGB (Red+Green+Blue) = 58+65+120=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A4178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4178 is #C5BE87. Grayscale: #444444. Windows color (decimal): -12959368 or 7881018. OLE color: 7881018.
HSL color Cylindrical-coordinate representation of color #3A4178: hue angle of 233.23º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A4178 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 65 | 120 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.53 |
| HSL | 233.23º | 0.35% | 0.35% | - |
| HSV(B) | 233.23º | 0.52% | 0.47% | - |
| XYZ | 7.03 | 6.04 | 18.56 | - |
| YUV | 69.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 120 | 0.52 | 0.46 | 0 | 0.53 | 233.23 | 0.35 | 0.35 |
| Hex | 3A | 41 | 78 | 34 | 2E | 0 | 35 | E9 | 23 | 23 |
| Octal | 72 | 101 | 170 | 64 | 56 | 0 | 65 | 351 | 43 | 43 |
| Binary | 111010 | 1000001 | 1111000 | 110100 | 101110 | 0 | 110101 | 11101001 | 100011 | 100011 |
Color Harmonies of #3A4178
Complementary color
Monochromatic Colors of #3A4178
Black with #3A4178
Text Example
Text Example
White with #3A4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4178; }
p { color: rgb(58,65,120); }
H1.HeaderClassName
{
color: #3A4178;
}
.AnyTagClassName
{
color: #3A4178;
}
</style>
background-color css
<style>
a { background-color: #3A4178; }
a { background-color: rgb(58,65,120); }
div.DivClassName
{
background-color: #3A4178;
}
.BgClassName
{
background-color: #3A4178;
}
</style>
border-color css
<style>
span { border-color: #3A4178; }
span { border-color: rgb(58,65,120); }
td.TdClassName
{
border-color: #3A4178;
}
.TagClassName
{
border-color: #3A4178;
}
</style>