Shades of Torea Bay #2C3076
Tints of Torea Bay #2C3076
RGB
CMYK
RGB Variations
Color information
#2C3076 (or 0x2C3076) is known color: Torea Bay. HEX triplet: 2C, 30 and 76. RGB value is (44,48,118). Sum of RGB (Red+Green+Blue) = 44+48+118=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C3076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3076 is #D3CF89. Grayscale: #363636. Windows color (decimal): -13881226 or 7745580. OLE color: 7745580.
HSL color Cylindrical-coordinate representation of color #2C3076: hue angle of 236.76º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C3076 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 48 | 118 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.54 |
| HSL | 236.76º | 0.46% | 0.32% | - |
| HSV(B) | 236.76º | 0.63% | 0.46% | - |
| XYZ | 5.37 | 3.96 | 17.62 | - |
| YUV | 54.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 118 | 0.63 | 0.59 | 0 | 0.54 | 236.76 | 0.46 | 0.32 |
| Hex | 2C | 30 | 76 | 3F | 3B | 0 | 36 | ED | 2E | 20 |
| Octal | 54 | 60 | 166 | 77 | 73 | 0 | 66 | 355 | 56 | 40 |
| Binary | 101100 | 110000 | 1110110 | 111111 | 111011 | 0 | 110110 | 11101101 | 101110 | 100000 |
Color Harmonies of #2C3076
Complementary color
Monochromatic Colors of #2C3076
Black with #2C3076
Text Example
Text Example
White with #2C3076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3076; }
p { color: rgb(44,48,118); }
H1.HeaderClassName
{
color: #2C3076;
}
.AnyTagClassName
{
color: #2C3076;
}
</style>
background-color css
<style>
a { background-color: #2C3076; }
a { background-color: rgb(44,48,118); }
div.DivClassName
{
background-color: #2C3076;
}
.BgClassName
{
background-color: #2C3076;
}
</style>
border-color css
<style>
span { border-color: #2C3076; }
span { border-color: rgb(44,48,118); }
td.TdClassName
{
border-color: #2C3076;
}
.TagClassName
{
border-color: #2C3076;
}
</style>