Shades of Torea Bay #3C4072
Tints of Torea Bay #3C4072
RGB
CMYK
RGB Variations
Color information
#3C4072 (or 0x3C4072) is known color: Torea Bay. HEX triplet: 3C, 40 and 72. RGB value is (60,64,114). Sum of RGB (Red+Green+Blue) = 60+64+114=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C4072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4072 is #C3BF8D. Grayscale: #444444. Windows color (decimal): -12828558 or 7487548. OLE color: 7487548.
HSL color Cylindrical-coordinate representation of color #3C4072: hue angle of 235.56º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C4072 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 64 | 114 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.55 |
| HSL | 235.56º | 0.31% | 0.34% | - |
| HSV(B) | 235.56º | 0.47% | 0.45% | - |
| XYZ | 6.73 | 5.84 | 16.69 | - |
| YUV | 68.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 114 | 0.47 | 0.44 | 0 | 0.55 | 235.56 | 0.31 | 0.34 |
| Hex | 3C | 40 | 72 | 2F | 2C | 0 | 37 | EC | 1F | 22 |
| Octal | 74 | 100 | 162 | 57 | 54 | 0 | 67 | 354 | 37 | 42 |
| Binary | 111100 | 1000000 | 1110010 | 101111 | 101100 | 0 | 110111 | 11101100 | 11111 | 100010 |
Color Harmonies of #3C4072
Complementary color
Monochromatic Colors of #3C4072
Black with #3C4072
Text Example
Text Example
White with #3C4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4072; }
p { color: rgb(60,64,114); }
H1.HeaderClassName
{
color: #3C4072;
}
.AnyTagClassName
{
color: #3C4072;
}
</style>
background-color css
<style>
a { background-color: #3C4072; }
a { background-color: rgb(60,64,114); }
div.DivClassName
{
background-color: #3C4072;
}
.BgClassName
{
background-color: #3C4072;
}
</style>
border-color css
<style>
span { border-color: #3C4072; }
span { border-color: rgb(60,64,114); }
td.TdClassName
{
border-color: #3C4072;
}
.TagClassName
{
border-color: #3C4072;
}
</style>