Shades of Bay Of Many #3A4063
Tints of Bay Of Many #3A4063
RGB
CMYK
RGB Variations
Color information
#3A4063 (or 0x3A4063) is known color: Bay Of Many. HEX triplet: 3A, 40 and 63. RGB value is (58,64,99). Sum of RGB (Red+Green+Blue) = 58+64+99=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A4063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4063 is #C5BF9C. Grayscale: #424242. Windows color (decimal): -12959645 or 6504506. OLE color: 6504506.
HSL color Cylindrical-coordinate representation of color #3A4063: hue angle of 231.22º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A4063 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 64 | 99 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.61 |
| HSL | 231.22º | 0.26% | 0.31% | - |
| HSV(B) | 231.22º | 0.41% | 0.39% | - |
| XYZ | 5.83 | 5.47 | 12.55 | - |
| YUV | 66.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 99 | 0.41 | 0.35 | 0 | 0.61 | 231.22 | 0.26 | 0.31 |
| Hex | 3A | 40 | 63 | 29 | 23 | 0 | 3D | E7 | 1A | 1F |
| Octal | 72 | 100 | 143 | 51 | 43 | 0 | 75 | 347 | 32 | 37 |
| Binary | 111010 | 1000000 | 1100011 | 101001 | 100011 | 0 | 111101 | 11100111 | 11010 | 11111 |
Color Harmonies of #3A4063
Complementary color
Monochromatic Colors of #3A4063
Black with #3A4063
Text Example
Text Example
White with #3A4063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4063; }
p { color: rgb(58,64,99); }
H1.HeaderClassName
{
color: #3A4063;
}
.AnyTagClassName
{
color: #3A4063;
}
</style>
background-color css
<style>
a { background-color: #3A4063; }
a { background-color: rgb(58,64,99); }
div.DivClassName
{
background-color: #3A4063;
}
.BgClassName
{
background-color: #3A4063;
}
</style>
border-color css
<style>
span { border-color: #3A4063; }
span { border-color: rgb(58,64,99); }
td.TdClassName
{
border-color: #3A4063;
}
.TagClassName
{
border-color: #3A4063;
}
</style>