Shades of Bay Of Many #353A63
Tints of Bay Of Many #353A63
RGB
CMYK
RGB Variations
Color information
#353A63 (or 0x353A63) is known color: Bay Of Many. HEX triplet: 35, 3A and 63. RGB value is (53,58,99). Sum of RGB (Red+Green+Blue) = 53+58+99=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #353A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A63 is #CAC59C. Grayscale: #3D3D3D. Windows color (decimal): -13288861 or 6502965. OLE color: 6502965.
HSL color Cylindrical-coordinate representation of color #353A63: hue angle of 233.48º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353A63 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 58 | 99 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.61 |
| HSL | 233.48º | 0.3% | 0.3% | - |
| HSV(B) | 233.48º | 0.46% | 0.39% | - |
| XYZ | 5.23 | 4.68 | 12.43 | - |
| YUV | 61.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 99 | 0.46 | 0.41 | 0 | 0.61 | 233.48 | 0.3 | 0.3 |
| Hex | 35 | 3A | 63 | 2E | 29 | 0 | 3D | E9 | 1E | 1E |
| Octal | 65 | 72 | 143 | 56 | 51 | 0 | 75 | 351 | 36 | 36 |
| Binary | 110101 | 111010 | 1100011 | 101110 | 101001 | 0 | 111101 | 11101001 | 11110 | 11110 |
Color Harmonies of #353A63
Complementary color
Monochromatic Colors of #353A63
Black with #353A63
Text Example
Text Example
White with #353A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A63; }
p { color: rgb(53,58,99); }
H1.HeaderClassName
{
color: #353A63;
}
.AnyTagClassName
{
color: #353A63;
}
</style>
background-color css
<style>
a { background-color: #353A63; }
a { background-color: rgb(53,58,99); }
div.DivClassName
{
background-color: #353A63;
}
.BgClassName
{
background-color: #353A63;
}
</style>
border-color css
<style>
span { border-color: #353A63; }
span { border-color: rgb(53,58,99); }
td.TdClassName
{
border-color: #353A63;
}
.TagClassName
{
border-color: #353A63;
}
</style>