Shades of Torea Bay #2C3370
Tints of Torea Bay #2C3370
RGB
CMYK
RGB Variations
Color information
#2C3370 (or 0x2C3370) is known color: Torea Bay. HEX triplet: 2C, 33 and 70. RGB value is (44,51,112). Sum of RGB (Red+Green+Blue) = 44+51+112=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C3370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3370 is #D3CC8F. Grayscale: #373737. Windows color (decimal): -13880464 or 7353132. OLE color: 7353132.
HSL color Cylindrical-coordinate representation of color #2C3370: hue angle of 233.82º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C3370 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 51 | 112 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.56 |
| HSL | 233.82º | 0.44% | 0.31% | - |
| HSV(B) | 233.82º | 0.61% | 0.44% | - |
| XYZ | 5.15 | 4.07 | 15.84 | - |
| YUV | 55.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 51 | 112 | 0.61 | 0.54 | 0 | 0.56 | 233.82 | 0.44 | 0.31 |
| Hex | 2C | 33 | 70 | 3D | 36 | 0 | 38 | EA | 2C | 1F |
| Octal | 54 | 63 | 160 | 75 | 66 | 0 | 70 | 352 | 54 | 37 |
| Binary | 101100 | 110011 | 1110000 | 111101 | 110110 | 0 | 111000 | 11101010 | 101100 | 11111 |
Color Harmonies of #2C3370
Complementary color
Monochromatic Colors of #2C3370
Black with #2C3370
Text Example
Text Example
White with #2C3370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3370; }
p { color: rgb(44,51,112); }
H1.HeaderClassName
{
color: #2C3370;
}
.AnyTagClassName
{
color: #2C3370;
}
</style>
background-color css
<style>
a { background-color: #2C3370; }
a { background-color: rgb(44,51,112); }
div.DivClassName
{
background-color: #2C3370;
}
.BgClassName
{
background-color: #2C3370;
}
</style>
border-color css
<style>
span { border-color: #2C3370; }
span { border-color: rgb(44,51,112); }
td.TdClassName
{
border-color: #2C3370;
}
.TagClassName
{
border-color: #2C3370;
}
</style>