Shades of Torea Bay #2C3382
Tints of Torea Bay #2C3382
RGB
CMYK
RGB Variations
Color information
#2C3382 (or 0x2C3382) is known color: Torea Bay. HEX triplet: 2C, 33 and 82. RGB value is (44,51,130). Sum of RGB (Red+Green+Blue) = 44+51+130=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #2C3382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3382 is #D3CC7D. Grayscale: #393939. Windows color (decimal): -13880446 or 8532780. OLE color: 8532780.
HSL color Cylindrical-coordinate representation of color #2C3382: hue angle of 235.12º degrees, saturation: 0.49, 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 #2C3382 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 51 | 130 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.49 |
| HSL | 235.12º | 0.49% | 0.34% | - |
| HSV(B) | 235.12º | 0.66% | 0.51% | - |
| XYZ | 6.25 | 4.51 | 21.66 | - |
| YUV | 57.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 51 | 130 | 0.66 | 0.61 | 0 | 0.49 | 235.12 | 0.49 | 0.34 |
| Hex | 2C | 33 | 82 | 42 | 3D | 0 | 31 | EB | 31 | 22 |
| Octal | 54 | 63 | 202 | 102 | 75 | 0 | 61 | 353 | 61 | 42 |
| Binary | 101100 | 110011 | 10000010 | 1000010 | 111101 | 0 | 110001 | 11101011 | 110001 | 100010 |
Color Harmonies of #2C3382
Complementary color
Monochromatic Colors of #2C3382
Black with #2C3382
Text Example
Text Example
White with #2C3382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3382; }
p { color: rgb(44,51,130); }
H1.HeaderClassName
{
color: #2C3382;
}
.AnyTagClassName
{
color: #2C3382;
}
</style>
background-color css
<style>
a { background-color: #2C3382; }
a { background-color: rgb(44,51,130); }
div.DivClassName
{
background-color: #2C3382;
}
.BgClassName
{
background-color: #2C3382;
}
</style>
border-color css
<style>
span { border-color: #2C3382; }
span { border-color: rgb(44,51,130); }
td.TdClassName
{
border-color: #2C3382;
}
.TagClassName
{
border-color: #2C3382;
}
</style>