Shades of Bay Of Many #363B63
Tints of Bay Of Many #363B63
RGB
CMYK
RGB Variations
Color information
#363B63 (or 0x363B63) is known color: Bay Of Many. HEX triplet: 36, 3B and 63. RGB value is (54,59,99). Sum of RGB (Red+Green+Blue) = 54+59+99=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #363B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B63 is #C9C49C. Grayscale: #3D3D3D. Windows color (decimal): -13223069 or 6503222. OLE color: 6503222.
HSL color Cylindrical-coordinate representation of color #363B63: hue angle of 233.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #363B63 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 59 | 99 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.61 |
| HSL | 233.33º | 0.29% | 0.3% | - |
| HSV(B) | 233.33º | 0.45% | 0.39% | - |
| XYZ | 5.34 | 4.81 | 12.45 | - |
| YUV | 62.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 99 | 0.45 | 0.40 | 0 | 0.61 | 233.33 | 0.29 | 0.3 |
| Hex | 36 | 3B | 63 | 2D | 28 | 0 | 3D | E9 | 1D | 1E |
| Octal | 66 | 73 | 143 | 55 | 50 | 0 | 75 | 351 | 35 | 36 |
| Binary | 110110 | 111011 | 1100011 | 101101 | 101000 | 0 | 111101 | 11101001 | 11101 | 11110 |
Color Harmonies of #363B63
Complementary color
Monochromatic Colors of #363B63
Black with #363B63
Text Example
Text Example
White with #363B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B63; }
p { color: rgb(54,59,99); }
H1.HeaderClassName
{
color: #363B63;
}
.AnyTagClassName
{
color: #363B63;
}
</style>
background-color css
<style>
a { background-color: #363B63; }
a { background-color: rgb(54,59,99); }
div.DivClassName
{
background-color: #363B63;
}
.BgClassName
{
background-color: #363B63;
}
</style>
border-color css
<style>
span { border-color: #363B63; }
span { border-color: rgb(54,59,99); }
td.TdClassName
{
border-color: #363B63;
}
.TagClassName
{
border-color: #363B63;
}
</style>