Shades of Torea Bay #2C3683
Tints of Torea Bay #2C3683
RGB
CMYK
RGB Variations
Color information
#2C3683 (or 0x2C3683) is known color: Torea Bay. HEX triplet: 2C, 36 and 83. RGB value is (44,54,131). Sum of RGB (Red+Green+Blue) = 44+54+131=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #2C3683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3683 is #D3C97C. Grayscale: #3B3B3B. Windows color (decimal): -13879677 or 8599084. OLE color: 8599084.
HSL color Cylindrical-coordinate representation of color #2C3683: hue angle of 233.1º 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 #2C3683 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 54 | 131 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.49 |
| HSL | 233.1º | 0.5% | 0.34% | - |
| HSV(B) | 233.1º | 0.66% | 0.51% | - |
| XYZ | 6.45 | 4.81 | 22.06 | - |
| YUV | 59.79 | 168.19 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 54 | 131 | 0.66 | 0.59 | 0 | 0.49 | 233.1 | 0.5 | 0.34 |
| Hex | 2C | 36 | 83 | 42 | 3B | 0 | 31 | E9 | 32 | 22 |
| Octal | 54 | 66 | 203 | 102 | 73 | 0 | 61 | 351 | 62 | 42 |
| Binary | 101100 | 110110 | 10000011 | 1000010 | 111011 | 0 | 110001 | 11101001 | 110010 | 100010 |
Color Harmonies of #2C3683
Complementary color
Monochromatic Colors of #2C3683
Black with #2C3683
Text Example
Text Example
White with #2C3683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3683; }
p { color: rgb(44,54,131); }
H1.HeaderClassName
{
color: #2C3683;
}
.AnyTagClassName
{
color: #2C3683;
}
</style>
background-color css
<style>
a { background-color: #2C3683; }
a { background-color: rgb(44,54,131); }
div.DivClassName
{
background-color: #2C3683;
}
.BgClassName
{
background-color: #2C3683;
}
</style>
border-color css
<style>
span { border-color: #2C3683; }
span { border-color: rgb(44,54,131); }
td.TdClassName
{
border-color: #2C3683;
}
.TagClassName
{
border-color: #2C3683;
}
</style>