Shades of Bay Of Many #363B60
Tints of Bay Of Many #363B60
RGB
CMYK
RGB Variations
Color information
#363B60 (or 0x363B60) is known color: Bay Of Many. HEX triplet: 36, 3B and 60. RGB value is (54,59,96). Sum of RGB (Red+Green+Blue) = 54+59+96=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #363B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B60 is #C9C49F. Grayscale: #3D3D3D. Windows color (decimal): -13223072 or 6306614. OLE color: 6306614.
HSL color Cylindrical-coordinate representation of color #363B60: hue angle of 232.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #363B60 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 59 | 96 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.62 |
| HSL | 232.86º | 0.28% | 0.29% | - |
| HSV(B) | 232.86º | 0.44% | 0.38% | - |
| XYZ | 5.2 | 4.76 | 11.71 | - |
| YUV | 61.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 96 | 0.44 | 0.39 | 0 | 0.62 | 232.86 | 0.28 | 0.29 |
| Hex | 36 | 3B | 60 | 2C | 27 | 0 | 3E | E9 | 1C | 1D |
| Octal | 66 | 73 | 140 | 54 | 47 | 0 | 76 | 351 | 34 | 35 |
| Binary | 110110 | 111011 | 1100000 | 101100 | 100111 | 0 | 111110 | 11101001 | 11100 | 11101 |
Color Harmonies of #363B60
Complementary color
Monochromatic Colors of #363B60
Black with #363B60
Text Example
Text Example
White with #363B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B60; }
p { color: rgb(54,59,96); }
H1.HeaderClassName
{
color: #363B60;
}
.AnyTagClassName
{
color: #363B60;
}
</style>
background-color css
<style>
a { background-color: #363B60; }
a { background-color: rgb(54,59,96); }
div.DivClassName
{
background-color: #363B60;
}
.BgClassName
{
background-color: #363B60;
}
</style>
border-color css
<style>
span { border-color: #363B60; }
span { border-color: rgb(54,59,96); }
td.TdClassName
{
border-color: #363B60;
}
.TagClassName
{
border-color: #363B60;
}
</style>