Shades of Torea Bay #3A447C
Tints of Torea Bay #3A447C
RGB
CMYK
RGB Variations
Color information
#3A447C (or 0x3A447C) is known color: Torea Bay. HEX triplet: 3A, 44 and 7C. RGB value is (58,68,124). Sum of RGB (Red+Green+Blue) = 58+68+124=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A447C is #C5BB83. Grayscale: #474747. Windows color (decimal): -12958596 or 8143930. OLE color: 8143930.
HSL color Cylindrical-coordinate representation of color #3A447C: hue angle of 230.91º 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 #3A447C is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 68 | 124 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.51 |
| HSL | 230.91º | 0.36% | 0.36% | - |
| HSV(B) | 230.91º | 0.53% | 0.49% | - |
| XYZ | 7.45 | 6.49 | 19.93 | - |
| YUV | 71.39 | 157.69 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 124 | 0.53 | 0.45 | 0 | 0.51 | 230.91 | 0.36 | 0.36 |
| Hex | 3A | 44 | 7C | 35 | 2D | 0 | 33 | E7 | 24 | 24 |
| Octal | 72 | 104 | 174 | 65 | 55 | 0 | 63 | 347 | 44 | 44 |
| Binary | 111010 | 1000100 | 1111100 | 110101 | 101101 | 0 | 110011 | 11100111 | 100100 | 100100 |
Color Harmonies of #3A447C
Complementary color
Monochromatic Colors of #3A447C
Black with #3A447C
Text Example
Text Example
White with #3A447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A447C; }
p { color: rgb(58,68,124); }
H1.HeaderClassName
{
color: #3A447C;
}
.AnyTagClassName
{
color: #3A447C;
}
</style>
background-color css
<style>
a { background-color: #3A447C; }
a { background-color: rgb(58,68,124); }
div.DivClassName
{
background-color: #3A447C;
}
.BgClassName
{
background-color: #3A447C;
}
</style>
border-color css
<style>
span { border-color: #3A447C; }
span { border-color: rgb(58,68,124); }
td.TdClassName
{
border-color: #3A447C;
}
.TagClassName
{
border-color: #3A447C;
}
</style>