Shades of Torea Bay #2C3083
Tints of Torea Bay #2C3083
RGB
CMYK
RGB Variations
Color information
#2C3083 (or 0x2C3083) is known color: Torea Bay. HEX triplet: 2C, 30 and 83. RGB value is (44,48,131). Sum of RGB (Red+Green+Blue) = 44+48+131=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #2C3083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3083 is #D3CF7C. Grayscale: #373737. Windows color (decimal): -13881213 or 8597548. OLE color: 8597548.
HSL color Cylindrical-coordinate representation of color #2C3083: hue angle of 237.24º 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 #2C3083 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 48 | 131 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.49 |
| HSL | 237.24º | 0.5% | 0.34% | - |
| HSV(B) | 237.24º | 0.66% | 0.51% | - |
| XYZ | 6.19 | 4.29 | 21.97 | - |
| YUV | 56.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 131 | 0.66 | 0.63 | 0 | 0.49 | 237.24 | 0.5 | 0.34 |
| Hex | 2C | 30 | 83 | 42 | 3F | 0 | 31 | ED | 32 | 22 |
| Octal | 54 | 60 | 203 | 102 | 77 | 0 | 61 | 355 | 62 | 42 |
| Binary | 101100 | 110000 | 10000011 | 1000010 | 111111 | 0 | 110001 | 11101101 | 110010 | 100010 |
Color Harmonies of #2C3083
Complementary color
Monochromatic Colors of #2C3083
Black with #2C3083
Text Example
Text Example
White with #2C3083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3083; }
p { color: rgb(44,48,131); }
H1.HeaderClassName
{
color: #2C3083;
}
.AnyTagClassName
{
color: #2C3083;
}
</style>
background-color css
<style>
a { background-color: #2C3083; }
a { background-color: rgb(44,48,131); }
div.DivClassName
{
background-color: #2C3083;
}
.BgClassName
{
background-color: #2C3083;
}
</style>
border-color css
<style>
span { border-color: #2C3083; }
span { border-color: rgb(44,48,131); }
td.TdClassName
{
border-color: #2C3083;
}
.TagClassName
{
border-color: #2C3083;
}
</style>