Shades of Bay Of Many #353C65
Tints of Bay Of Many #353C65
RGB
CMYK
RGB Variations
Color information
#353C65 (or 0x353C65) is known color: Bay Of Many. HEX triplet: 35, 3C and 65. RGB value is (53,60,101). Sum of RGB (Red+Green+Blue) = 53+60+101=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #353C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C65 is #CAC39A. Grayscale: #3E3E3E. Windows color (decimal): -13288347 or 6634549. OLE color: 6634549.
HSL color Cylindrical-coordinate representation of color #353C65: hue angle of 231.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #353C65 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 60 | 101 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.60 |
| HSL | 231.25º | 0.31% | 0.3% | - |
| HSV(B) | 231.25º | 0.48% | 0.4% | - |
| XYZ | 5.43 | 4.93 | 12.98 | - |
| YUV | 62.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 101 | 0.48 | 0.41 | 0 | 0.60 | 231.25 | 0.31 | 0.3 |
| Hex | 35 | 3C | 65 | 30 | 29 | 0 | 3C | E7 | 1F | 1E |
| Octal | 65 | 74 | 145 | 60 | 51 | 0 | 74 | 347 | 37 | 36 |
| Binary | 110101 | 111100 | 1100101 | 110000 | 101001 | 0 | 111100 | 11100111 | 11111 | 11110 |
Color Harmonies of #353C65
Complementary color
Monochromatic Colors of #353C65
Black with #353C65
Text Example
Text Example
White with #353C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C65; }
p { color: rgb(53,60,101); }
H1.HeaderClassName
{
color: #353C65;
}
.AnyTagClassName
{
color: #353C65;
}
</style>
background-color css
<style>
a { background-color: #353C65; }
a { background-color: rgb(53,60,101); }
div.DivClassName
{
background-color: #353C65;
}
.BgClassName
{
background-color: #353C65;
}
</style>
border-color css
<style>
span { border-color: #353C65; }
span { border-color: rgb(53,60,101); }
td.TdClassName
{
border-color: #353C65;
}
.TagClassName
{
border-color: #353C65;
}
</style>