Shades of Bay Of Many #353A62
Tints of Bay Of Many #353A62
RGB
CMYK
RGB Variations
Color information
#353A62 (or 0x353A62) is known color: Bay Of Many. HEX triplet: 35, 3A and 62. RGB value is (53,58,98). Sum of RGB (Red+Green+Blue) = 53+58+98=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #353A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A62 is #CAC59D. Grayscale: #3C3C3C. Windows color (decimal): -13288862 or 6437429. OLE color: 6437429.
HSL color Cylindrical-coordinate representation of color #353A62: hue angle of 233.33º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353A62 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 58 | 98 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.62 |
| HSL | 233.33º | 0.3% | 0.3% | - |
| HSV(B) | 233.33º | 0.46% | 0.38% | - |
| XYZ | 5.19 | 4.66 | 12.18 | - |
| YUV | 61.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 98 | 0.46 | 0.41 | 0 | 0.62 | 233.33 | 0.3 | 0.3 |
| Hex | 35 | 3A | 62 | 2E | 29 | 0 | 3E | E9 | 1E | 1E |
| Octal | 65 | 72 | 142 | 56 | 51 | 0 | 76 | 351 | 36 | 36 |
| Binary | 110101 | 111010 | 1100010 | 101110 | 101001 | 0 | 111110 | 11101001 | 11110 | 11110 |
Color Harmonies of #353A62
Complementary color
Monochromatic Colors of #353A62
Black with #353A62
Text Example
Text Example
White with #353A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A62; }
p { color: rgb(53,58,98); }
H1.HeaderClassName
{
color: #353A62;
}
.AnyTagClassName
{
color: #353A62;
}
</style>
background-color css
<style>
a { background-color: #353A62; }
a { background-color: rgb(53,58,98); }
div.DivClassName
{
background-color: #353A62;
}
.BgClassName
{
background-color: #353A62;
}
</style>
border-color css
<style>
span { border-color: #353A62; }
span { border-color: rgb(53,58,98); }
td.TdClassName
{
border-color: #353A62;
}
.TagClassName
{
border-color: #353A62;
}
</style>