Shades of Bay Of Many #363B64
Tints of Bay Of Many #363B64
RGB
CMYK
RGB Variations
Color information
#363B64 (or 0x363B64) is known color: Bay Of Many. HEX triplet: 36, 3B and 64. RGB value is (54,59,100). Sum of RGB (Red+Green+Blue) = 54+59+100=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #363B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B64 is #C9C49B. Grayscale: #3E3E3E. Windows color (decimal): -13223068 or 6568758. OLE color: 6568758.
HSL color Cylindrical-coordinate representation of color #363B64: hue angle of 233.48º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #363B64 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 59 | 100 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.61 |
| HSL | 233.48º | 0.3% | 0.3% | - |
| HSV(B) | 233.48º | 0.46% | 0.39% | - |
| XYZ | 5.39 | 4.83 | 12.71 | - |
| YUV | 62.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 100 | 0.46 | 0.41 | 0 | 0.61 | 233.48 | 0.3 | 0.3 |
| Hex | 36 | 3B | 64 | 2E | 29 | 0 | 3D | E9 | 1E | 1E |
| Octal | 66 | 73 | 144 | 56 | 51 | 0 | 75 | 351 | 36 | 36 |
| Binary | 110110 | 111011 | 1100100 | 101110 | 101001 | 0 | 111101 | 11101001 | 11110 | 11110 |
Color Harmonies of #363B64
Complementary color
Monochromatic Colors of #363B64
Black with #363B64
Text Example
Text Example
White with #363B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B64; }
p { color: rgb(54,59,100); }
H1.HeaderClassName
{
color: #363B64;
}
.AnyTagClassName
{
color: #363B64;
}
</style>
background-color css
<style>
a { background-color: #363B64; }
a { background-color: rgb(54,59,100); }
div.DivClassName
{
background-color: #363B64;
}
.BgClassName
{
background-color: #363B64;
}
</style>
border-color css
<style>
span { border-color: #363B64; }
span { border-color: rgb(54,59,100); }
td.TdClassName
{
border-color: #363B64;
}
.TagClassName
{
border-color: #363B64;
}
</style>