Shades of Bay Of Many #353A61
Tints of Bay Of Many #353A61
RGB
CMYK
RGB Variations
Color information
#353A61 (or 0x353A61) is known color: Bay Of Many. HEX triplet: 35, 3A and 61. RGB value is (53,58,97). Sum of RGB (Red+Green+Blue) = 53+58+97=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #353A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A61 is #CAC59E. Grayscale: #3C3C3C. Windows color (decimal): -13288863 or 6371893. OLE color: 6371893.
HSL color Cylindrical-coordinate representation of color #353A61: hue angle of 233.18º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #353A61 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 58 | 97 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.62 |
| HSL | 233.18º | 0.29% | 0.29% | - |
| HSV(B) | 233.18º | 0.45% | 0.38% | - |
| XYZ | 5.14 | 4.65 | 11.94 | - |
| YUV | 60.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 97 | 0.45 | 0.40 | 0 | 0.62 | 233.18 | 0.29 | 0.29 |
| Hex | 35 | 3A | 61 | 2D | 28 | 0 | 3E | E9 | 1D | 1D |
| Octal | 65 | 72 | 141 | 55 | 50 | 0 | 76 | 351 | 35 | 35 |
| Binary | 110101 | 111010 | 1100001 | 101101 | 101000 | 0 | 111110 | 11101001 | 11101 | 11101 |
Color Harmonies of #353A61
Complementary color
Monochromatic Colors of #353A61
Black with #353A61
Text Example
Text Example
White with #353A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A61; }
p { color: rgb(53,58,97); }
H1.HeaderClassName
{
color: #353A61;
}
.AnyTagClassName
{
color: #353A61;
}
</style>
background-color css
<style>
a { background-color: #353A61; }
a { background-color: rgb(53,58,97); }
div.DivClassName
{
background-color: #353A61;
}
.BgClassName
{
background-color: #353A61;
}
</style>
border-color css
<style>
span { border-color: #353A61; }
span { border-color: rgb(53,58,97); }
td.TdClassName
{
border-color: #353A61;
}
.TagClassName
{
border-color: #353A61;
}
</style>