Shades of Torea Bay #2C3183
Tints of Torea Bay #2C3183
RGB
CMYK
RGB Variations
Color information
#2C3183 (or 0x2C3183) is known color: Torea Bay. HEX triplet: 2C, 31 and 83. RGB value is (44,49,131). Sum of RGB (Red+Green+Blue) = 44+49+131=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #2C3183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3183 is #D3CE7C. Grayscale: #383838. Windows color (decimal): -13880957 or 8597804. OLE color: 8597804.
HSL color Cylindrical-coordinate representation of color #2C3183: hue angle of 236.55º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C3183 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 49 | 131 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.49 |
| HSL | 236.55º | 0.5% | 0.34% | - |
| HSV(B) | 236.55º | 0.66% | 0.51% | - |
| XYZ | 6.23 | 4.37 | 21.99 | - |
| YUV | 56.85 | 169.84 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 131 | 0.66 | 0.63 | 0 | 0.49 | 236.55 | 0.5 | 0.34 |
| Hex | 2C | 31 | 83 | 42 | 3F | 0 | 31 | ED | 32 | 22 |
| Octal | 54 | 61 | 203 | 102 | 77 | 0 | 61 | 355 | 62 | 42 |
| Binary | 101100 | 110001 | 10000011 | 1000010 | 111111 | 0 | 110001 | 11101101 | 110010 | 100010 |
Color Harmonies of #2C3183
Complementary color
Monochromatic Colors of #2C3183
Black with #2C3183
Text Example
Text Example
White with #2C3183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3183; }
p { color: rgb(44,49,131); }
H1.HeaderClassName
{
color: #2C3183;
}
.AnyTagClassName
{
color: #2C3183;
}
</style>
background-color css
<style>
a { background-color: #2C3183; }
a { background-color: rgb(44,49,131); }
div.DivClassName
{
background-color: #2C3183;
}
.BgClassName
{
background-color: #2C3183;
}
</style>
border-color css
<style>
span { border-color: #2C3183; }
span { border-color: rgb(44,49,131); }
td.TdClassName
{
border-color: #2C3183;
}
.TagClassName
{
border-color: #2C3183;
}
</style>