Shades of Bay Of Many #293A68
Tints of Bay Of Many #293A68
RGB
CMYK
RGB Variations
Color information
#293A68 (or 0x293A68) is known color: Bay Of Many. HEX triplet: 29, 3A and 68. RGB value is (41,58,104). Sum of RGB (Red+Green+Blue) = 41+58+104=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #293A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A68 is #D6C597. Grayscale: #393939. Windows color (decimal): -14075288 or 6830633. OLE color: 6830633.
HSL color Cylindrical-coordinate representation of color #293A68: hue angle of 223.81º 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 #293A68 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 58 | 104 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.59 |
| HSL | 223.81º | 0.43% | 0.28% | - |
| HSV(B) | 223.81º | 0.61% | 0.41% | - |
| XYZ | 4.93 | 4.5 | 13.71 | - |
| YUV | 58.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 104 | 0.61 | 0.44 | 0 | 0.59 | 223.81 | 0.43 | 0.28 |
| Hex | 29 | 3A | 68 | 3D | 2C | 0 | 3B | E0 | 2B | 1C |
| Octal | 51 | 72 | 150 | 75 | 54 | 0 | 73 | 340 | 53 | 34 |
| Binary | 101001 | 111010 | 1101000 | 111101 | 101100 | 0 | 111011 | 11100000 | 101011 | 11100 |
Color Harmonies of #293A68
Complementary color
Monochromatic Colors of #293A68
Black with #293A68
Text Example
Text Example
White with #293A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A68; }
p { color: rgb(41,58,104); }
H1.HeaderClassName
{
color: #293A68;
}
.AnyTagClassName
{
color: #293A68;
}
</style>
background-color css
<style>
a { background-color: #293A68; }
a { background-color: rgb(41,58,104); }
div.DivClassName
{
background-color: #293A68;
}
.BgClassName
{
background-color: #293A68;
}
</style>
border-color css
<style>
span { border-color: #293A68; }
span { border-color: rgb(41,58,104); }
td.TdClassName
{
border-color: #293A68;
}
.TagClassName
{
border-color: #293A68;
}
</style>