Shades of Bay Of Many #293363
Tints of Bay Of Many #293363
RGB
CMYK
RGB Variations
Color information
#293363 (or 0x293363) is known color: Bay Of Many. HEX triplet: 29, 33 and 63. RGB value is (41,51,99). Sum of RGB (Red+Green+Blue) = 41+51+99=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #293363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293363 is #D6CC9C. Grayscale: #353535. Windows color (decimal): -14077085 or 6501161. OLE color: 6501161.
HSL color Cylindrical-coordinate representation of color #293363: hue angle of 229.66º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293363 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 51 | 99 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.61 |
| HSL | 229.66º | 0.41% | 0.27% | - |
| HSV(B) | 229.66º | 0.59% | 0.39% | - |
| XYZ | 4.35 | 3.74 | 12.3 | - |
| YUV | 53.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 99 | 0.59 | 0.48 | 0 | 0.61 | 229.66 | 0.41 | 0.27 |
| Hex | 29 | 33 | 63 | 3B | 30 | 0 | 3D | E6 | 29 | 1B |
| Octal | 51 | 63 | 143 | 73 | 60 | 0 | 75 | 346 | 51 | 33 |
| Binary | 101001 | 110011 | 1100011 | 111011 | 110000 | 0 | 111101 | 11100110 | 101001 | 11011 |
Color Harmonies of #293363
Complementary color
Monochromatic Colors of #293363
Black with #293363
Text Example
Text Example
White with #293363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293363; }
p { color: rgb(41,51,99); }
H1.HeaderClassName
{
color: #293363;
}
.AnyTagClassName
{
color: #293363;
}
</style>
background-color css
<style>
a { background-color: #293363; }
a { background-color: rgb(41,51,99); }
div.DivClassName
{
background-color: #293363;
}
.BgClassName
{
background-color: #293363;
}
</style>
border-color css
<style>
span { border-color: #293363; }
span { border-color: rgb(41,51,99); }
td.TdClassName
{
border-color: #293363;
}
.TagClassName
{
border-color: #293363;
}
</style>