Shades of Bay Of Many #363B61
Tints of Bay Of Many #363B61
RGB
CMYK
RGB Variations
Color information
#363B61 (or 0x363B61) is known color: Bay Of Many. HEX triplet: 36, 3B and 61. RGB value is (54,59,97). Sum of RGB (Red+Green+Blue) = 54+59+97=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #363B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B61 is #C9C49E. Grayscale: #3D3D3D. Windows color (decimal): -13223071 or 6372150. OLE color: 6372150.
HSL color Cylindrical-coordinate representation of color #363B61: hue angle of 233.02º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #363B61 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 59 | 97 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.62 |
| HSL | 233.02º | 0.28% | 0.3% | - |
| HSV(B) | 233.02º | 0.44% | 0.38% | - |
| XYZ | 5.24 | 4.78 | 11.95 | - |
| YUV | 61.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 97 | 0.44 | 0.39 | 0 | 0.62 | 233.02 | 0.28 | 0.3 |
| Hex | 36 | 3B | 61 | 2C | 27 | 0 | 3E | E9 | 1C | 1E |
| Octal | 66 | 73 | 141 | 54 | 47 | 0 | 76 | 351 | 34 | 36 |
| Binary | 110110 | 111011 | 1100001 | 101100 | 100111 | 0 | 111110 | 11101001 | 11100 | 11110 |
Color Harmonies of #363B61
Complementary color
Monochromatic Colors of #363B61
Black with #363B61
Text Example
Text Example
White with #363B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B61; }
p { color: rgb(54,59,97); }
H1.HeaderClassName
{
color: #363B61;
}
.AnyTagClassName
{
color: #363B61;
}
</style>
background-color css
<style>
a { background-color: #363B61; }
a { background-color: rgb(54,59,97); }
div.DivClassName
{
background-color: #363B61;
}
.BgClassName
{
background-color: #363B61;
}
</style>
border-color css
<style>
span { border-color: #363B61; }
span { border-color: rgb(54,59,97); }
td.TdClassName
{
border-color: #363B61;
}
.TagClassName
{
border-color: #363B61;
}
</style>