Shades of Bay Of Many #353E69
Tints of Bay Of Many #353E69
RGB
CMYK
RGB Variations
Color information
#353E69 (or 0x353E69) is known color: Bay Of Many. HEX triplet: 35, 3E and 69. RGB value is (53,62,105). Sum of RGB (Red+Green+Blue) = 53+62+105=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #353E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E69 is #CAC196. Grayscale: #404040. Windows color (decimal): -13287831 or 6897205. OLE color: 6897205.
HSL color Cylindrical-coordinate representation of color #353E69: hue angle of 229.62º 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 #353E69 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 62 | 105 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.59 |
| HSL | 229.62º | 0.33% | 0.31% | - |
| HSV(B) | 229.62º | 0.5% | 0.41% | - |
| XYZ | 5.74 | 5.22 | 14.07 | - |
| YUV | 64.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 105 | 0.50 | 0.41 | 0 | 0.59 | 229.62 | 0.33 | 0.31 |
| Hex | 35 | 3E | 69 | 32 | 29 | 0 | 3B | E6 | 21 | 1F |
| Octal | 65 | 76 | 151 | 62 | 51 | 0 | 73 | 346 | 41 | 37 |
| Binary | 110101 | 111110 | 1101001 | 110010 | 101001 | 0 | 111011 | 11100110 | 100001 | 11111 |
Color Harmonies of #353E69
Complementary color
Monochromatic Colors of #353E69
Black with #353E69
Text Example
Text Example
White with #353E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E69; }
p { color: rgb(53,62,105); }
H1.HeaderClassName
{
color: #353E69;
}
.AnyTagClassName
{
color: #353E69;
}
</style>
background-color css
<style>
a { background-color: #353E69; }
a { background-color: rgb(53,62,105); }
div.DivClassName
{
background-color: #353E69;
}
.BgClassName
{
background-color: #353E69;
}
</style>
border-color css
<style>
span { border-color: #353E69; }
span { border-color: rgb(53,62,105); }
td.TdClassName
{
border-color: #353E69;
}
.TagClassName
{
border-color: #353E69;
}
</style>