Shades of Torea Bay #2C3375
Tints of Torea Bay #2C3375
RGB
CMYK
RGB Variations
Color information
#2C3375 (or 0x2C3375) is known color: Torea Bay. HEX triplet: 2C, 33 and 75. RGB value is (44,51,117). Sum of RGB (Red+Green+Blue) = 44+51+117=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C3375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3375 is #D3CC8A. Grayscale: #383838. Windows color (decimal): -13880459 or 7680812. OLE color: 7680812.
HSL color Cylindrical-coordinate representation of color #2C3375: hue angle of 234.25º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C3375 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 51 | 117 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.54 |
| HSL | 234.25º | 0.45% | 0.32% | - |
| HSV(B) | 234.25º | 0.62% | 0.46% | - |
| XYZ | 5.43 | 4.19 | 17.35 | - |
| YUV | 56.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 51 | 117 | 0.62 | 0.56 | 0 | 0.54 | 234.25 | 0.45 | 0.32 |
| Hex | 2C | 33 | 75 | 3E | 38 | 0 | 36 | EA | 2D | 20 |
| Octal | 54 | 63 | 165 | 76 | 70 | 0 | 66 | 352 | 55 | 40 |
| Binary | 101100 | 110011 | 1110101 | 111110 | 111000 | 0 | 110110 | 11101010 | 101101 | 100000 |
Color Harmonies of #2C3375
Complementary color
Monochromatic Colors of #2C3375
Black with #2C3375
Text Example
Text Example
White with #2C3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3375; }
p { color: rgb(44,51,117); }
H1.HeaderClassName
{
color: #2C3375;
}
.AnyTagClassName
{
color: #2C3375;
}
</style>
background-color css
<style>
a { background-color: #2C3375; }
a { background-color: rgb(44,51,117); }
div.DivClassName
{
background-color: #2C3375;
}
.BgClassName
{
background-color: #2C3375;
}
</style>
border-color css
<style>
span { border-color: #2C3375; }
span { border-color: rgb(44,51,117); }
td.TdClassName
{
border-color: #2C3375;
}
.TagClassName
{
border-color: #2C3375;
}
</style>