Shades of Torea Bay #3A457C
Tints of Torea Bay #3A457C
RGB
CMYK
RGB Variations
Color information
#3A457C (or 0x3A457C) is known color: Torea Bay. HEX triplet: 3A, 45 and 7C. RGB value is (58,69,124). Sum of RGB (Red+Green+Blue) = 58+69+124=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A457C is #C5BA83. Grayscale: #474747. Windows color (decimal): -12958340 or 8144186. OLE color: 8144186.
HSL color Cylindrical-coordinate representation of color #3A457C: hue angle of 230º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A457C is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 69 | 124 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.51 |
| HSL | 230º | 0.36% | 0.36% | - |
| HSV(B) | 230º | 0.53% | 0.49% | - |
| XYZ | 7.51 | 6.61 | 19.95 | - |
| YUV | 71.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 124 | 0.53 | 0.44 | 0 | 0.51 | 230 | 0.36 | 0.36 |
| Hex | 3A | 45 | 7C | 35 | 2C | 0 | 33 | E6 | 24 | 24 |
| Octal | 72 | 105 | 174 | 65 | 54 | 0 | 63 | 346 | 44 | 44 |
| Binary | 111010 | 1000101 | 1111100 | 110101 | 101100 | 0 | 110011 | 11100110 | 100100 | 100100 |
Color Harmonies of #3A457C
Complementary color
Monochromatic Colors of #3A457C
Black with #3A457C
Text Example
Text Example
White with #3A457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A457C; }
p { color: rgb(58,69,124); }
H1.HeaderClassName
{
color: #3A457C;
}
.AnyTagClassName
{
color: #3A457C;
}
</style>
background-color css
<style>
a { background-color: #3A457C; }
a { background-color: rgb(58,69,124); }
div.DivClassName
{
background-color: #3A457C;
}
.BgClassName
{
background-color: #3A457C;
}
</style>
border-color css
<style>
span { border-color: #3A457C; }
span { border-color: rgb(58,69,124); }
td.TdClassName
{
border-color: #3A457C;
}
.TagClassName
{
border-color: #3A457C;
}
</style>