Shades of Bay Of Many #353F69
Tints of Bay Of Many #353F69
RGB
CMYK
RGB Variations
Color information
#353F69 (or 0x353F69) is known color: Bay Of Many. HEX triplet: 35, 3F and 69. RGB value is (53,63,105). Sum of RGB (Red+Green+Blue) = 53+63+105=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #353F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F69 is #CAC096. Grayscale: #404040. Windows color (decimal): -13287575 or 6897461. OLE color: 6897461.
HSL color Cylindrical-coordinate representation of color #353F69: hue angle of 228.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353F69 is Cyan = 0.50, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 63 | 105 | - |
| CMYK | 0.50 | 0.4 | 0 | 0.59 |
| HSL | 228.46º | 0.33% | 0.31% | - |
| HSV(B) | 228.46º | 0.5% | 0.41% | - |
| XYZ | 5.8 | 5.33 | 14.09 | - |
| YUV | 64.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 105 | 0.50 | 0.4 | 0 | 0.59 | 228.46 | 0.33 | 0.31 |
| Hex | 35 | 3F | 69 | 32 | 28 | 0 | 3B | E4 | 21 | 1F |
| Octal | 65 | 77 | 151 | 62 | 50 | 0 | 73 | 344 | 41 | 37 |
| Binary | 110101 | 111111 | 1101001 | 110010 | 101000 | 0 | 111011 | 11100100 | 100001 | 11111 |
Color Harmonies of #353F69
Complementary color
Monochromatic Colors of #353F69
Black with #353F69
Text Example
Text Example
White with #353F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F69; }
p { color: rgb(53,63,105); }
H1.HeaderClassName
{
color: #353F69;
}
.AnyTagClassName
{
color: #353F69;
}
</style>
background-color css
<style>
a { background-color: #353F69; }
a { background-color: rgb(53,63,105); }
div.DivClassName
{
background-color: #353F69;
}
.BgClassName
{
background-color: #353F69;
}
</style>
border-color css
<style>
span { border-color: #353F69; }
span { border-color: rgb(53,63,105); }
td.TdClassName
{
border-color: #353F69;
}
.TagClassName
{
border-color: #353F69;
}
</style>