Shades of Torea Bay #2C3573
Tints of Torea Bay #2C3573
RGB
CMYK
RGB Variations
Color information
#2C3573 (or 0x2C3573) is known color: Torea Bay. HEX triplet: 2C, 35 and 73. RGB value is (44,53,115). Sum of RGB (Red+Green+Blue) = 44+53+115=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C3573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3573 is #D3CA8C. Grayscale: #393939. Windows color (decimal): -13879949 or 7550252. OLE color: 7550252.
HSL color Cylindrical-coordinate representation of color #2C3573: hue angle of 232.39º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C3573 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 53 | 115 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.55 |
| HSL | 232.39º | 0.45% | 0.31% | - |
| HSV(B) | 232.39º | 0.62% | 0.45% | - |
| XYZ | 5.41 | 4.32 | 16.77 | - |
| YUV | 57.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 115 | 0.62 | 0.54 | 0 | 0.55 | 232.39 | 0.45 | 0.31 |
| Hex | 2C | 35 | 73 | 3E | 36 | 0 | 37 | E8 | 2D | 1F |
| Octal | 54 | 65 | 163 | 76 | 66 | 0 | 67 | 350 | 55 | 37 |
| Binary | 101100 | 110101 | 1110011 | 111110 | 110110 | 0 | 110111 | 11101000 | 101101 | 11111 |
Color Harmonies of #2C3573
Complementary color
Monochromatic Colors of #2C3573
Black with #2C3573
Text Example
Text Example
White with #2C3573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3573; }
p { color: rgb(44,53,115); }
H1.HeaderClassName
{
color: #2C3573;
}
.AnyTagClassName
{
color: #2C3573;
}
</style>
background-color css
<style>
a { background-color: #2C3573; }
a { background-color: rgb(44,53,115); }
div.DivClassName
{
background-color: #2C3573;
}
.BgClassName
{
background-color: #2C3573;
}
</style>
border-color css
<style>
span { border-color: #2C3573; }
span { border-color: rgb(44,53,115); }
td.TdClassName
{
border-color: #2C3573;
}
.TagClassName
{
border-color: #2C3573;
}
</style>