Shades of Torea Bay #3C4073
Tints of Torea Bay #3C4073
RGB
CMYK
RGB Variations
Color information
#3C4073 (or 0x3C4073) is known color: Torea Bay. HEX triplet: 3C, 40 and 73. RGB value is (60,64,115). Sum of RGB (Red+Green+Blue) = 60+64+115=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C4073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4073 is #C3BF8C. Grayscale: #444444. Windows color (decimal): -12828557 or 7553084. OLE color: 7553084.
HSL color Cylindrical-coordinate representation of color #3C4073: hue angle of 235.64º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C4073 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 64 | 115 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.55 |
| HSL | 235.64º | 0.31% | 0.34% | - |
| HSV(B) | 235.64º | 0.48% | 0.45% | - |
| XYZ | 6.79 | 5.87 | 16.99 | - |
| YUV | 68.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 115 | 0.48 | 0.44 | 0 | 0.55 | 235.64 | 0.31 | 0.34 |
| Hex | 3C | 40 | 73 | 30 | 2C | 0 | 37 | EC | 1F | 22 |
| Octal | 74 | 100 | 163 | 60 | 54 | 0 | 67 | 354 | 37 | 42 |
| Binary | 111100 | 1000000 | 1110011 | 110000 | 101100 | 0 | 110111 | 11101100 | 11111 | 100010 |
Color Harmonies of #3C4073
Complementary color
Monochromatic Colors of #3C4073
Black with #3C4073
Text Example
Text Example
White with #3C4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4073; }
p { color: rgb(60,64,115); }
H1.HeaderClassName
{
color: #3C4073;
}
.AnyTagClassName
{
color: #3C4073;
}
</style>
background-color css
<style>
a { background-color: #3C4073; }
a { background-color: rgb(60,64,115); }
div.DivClassName
{
background-color: #3C4073;
}
.BgClassName
{
background-color: #3C4073;
}
</style>
border-color css
<style>
span { border-color: #3C4073; }
span { border-color: rgb(60,64,115); }
td.TdClassName
{
border-color: #3C4073;
}
.TagClassName
{
border-color: #3C4073;
}
</style>