Shades of Torea Bay #2C317E
Tints of Torea Bay #2C317E
RGB
CMYK
RGB Variations
Color information
#2C317E (or 0x2C317E) is known color: Torea Bay. HEX triplet: 2C, 31 and 7E. RGB value is (44,49,126). Sum of RGB (Red+Green+Blue) = 44+49+126=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C317E is #D3CE81. Grayscale: #373737. Windows color (decimal): -13880962 or 8270124. OLE color: 8270124.
HSL color Cylindrical-coordinate representation of color #2C317E: hue angle of 236.34º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C317E is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 49 | 126 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.51 |
| HSL | 236.34º | 0.48% | 0.33% | - |
| HSV(B) | 236.34º | 0.65% | 0.49% | - |
| XYZ | 5.9 | 4.24 | 20.25 | - |
| YUV | 56.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 126 | 0.65 | 0.61 | 0 | 0.51 | 236.34 | 0.48 | 0.33 |
| Hex | 2C | 31 | 7E | 41 | 3D | 0 | 33 | EC | 30 | 21 |
| Octal | 54 | 61 | 176 | 101 | 75 | 0 | 63 | 354 | 60 | 41 |
| Binary | 101100 | 110001 | 1111110 | 1000001 | 111101 | 0 | 110011 | 11101100 | 110000 | 100001 |
Color Harmonies of #2C317E
Complementary color
Monochromatic Colors of #2C317E
Black with #2C317E
Text Example
Text Example
White with #2C317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C317E; }
p { color: rgb(44,49,126); }
H1.HeaderClassName
{
color: #2C317E;
}
.AnyTagClassName
{
color: #2C317E;
}
</style>
background-color css
<style>
a { background-color: #2C317E; }
a { background-color: rgb(44,49,126); }
div.DivClassName
{
background-color: #2C317E;
}
.BgClassName
{
background-color: #2C317E;
}
</style>
border-color css
<style>
span { border-color: #2C317E; }
span { border-color: rgb(44,49,126); }
td.TdClassName
{
border-color: #2C317E;
}
.TagClassName
{
border-color: #2C317E;
}
</style>