Shades of Bay Of Many #293B68
Tints of Bay Of Many #293B68
RGB
CMYK
RGB Variations
Color information
#293B68 (or 0x293B68) is known color: Bay Of Many. HEX triplet: 29, 3B and 68. RGB value is (41,59,104). Sum of RGB (Red+Green+Blue) = 41+59+104=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #293B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B68 is #D6C497. Grayscale: #3A3A3A. Windows color (decimal): -14075032 or 6830889. OLE color: 6830889.
HSL color Cylindrical-coordinate representation of color #293B68: hue angle of 222.86º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #293B68 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 59 | 104 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.59 |
| HSL | 222.86º | 0.43% | 0.28% | - |
| HSV(B) | 222.86º | 0.61% | 0.41% | - |
| XYZ | 4.98 | 4.6 | 13.72 | - |
| YUV | 58.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 104 | 0.61 | 0.43 | 0 | 0.59 | 222.86 | 0.43 | 0.28 |
| Hex | 29 | 3B | 68 | 3D | 2B | 0 | 3B | DF | 2B | 1C |
| Octal | 51 | 73 | 150 | 75 | 53 | 0 | 73 | 337 | 53 | 34 |
| Binary | 101001 | 111011 | 1101000 | 111101 | 101011 | 0 | 111011 | 11011111 | 101011 | 11100 |
Color Harmonies of #293B68
Complementary color
Monochromatic Colors of #293B68
Black with #293B68
Text Example
Text Example
White with #293B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B68; }
p { color: rgb(41,59,104); }
H1.HeaderClassName
{
color: #293B68;
}
.AnyTagClassName
{
color: #293B68;
}
</style>
background-color css
<style>
a { background-color: #293B68; }
a { background-color: rgb(41,59,104); }
div.DivClassName
{
background-color: #293B68;
}
.BgClassName
{
background-color: #293B68;
}
</style>
border-color css
<style>
span { border-color: #293B68; }
span { border-color: rgb(41,59,104); }
td.TdClassName
{
border-color: #293B68;
}
.TagClassName
{
border-color: #293B68;
}
</style>