Shades of Bay Of Many #363A64
Tints of Bay Of Many #363A64
RGB
CMYK
RGB Variations
Color information
#363A64 (or 0x363A64) is known color: Bay Of Many. HEX triplet: 36, 3A and 64. RGB value is (54,58,100). Sum of RGB (Red+Green+Blue) = 54+58+100=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #363A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A64 is #C9C59B. Grayscale: #3D3D3D. Windows color (decimal): -13223324 or 6568502. OLE color: 6568502.
HSL color Cylindrical-coordinate representation of color #363A64: hue angle of 234.78º 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 #363A64 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 58 | 100 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.61 |
| HSL | 234.78º | 0.3% | 0.3% | - |
| HSV(B) | 234.78º | 0.46% | 0.39% | - |
| XYZ | 5.33 | 4.73 | 12.69 | - |
| YUV | 61.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 100 | 0.46 | 0.42 | 0 | 0.61 | 234.78 | 0.3 | 0.3 |
| Hex | 36 | 3A | 64 | 2E | 2A | 0 | 3D | EB | 1E | 1E |
| Octal | 66 | 72 | 144 | 56 | 52 | 0 | 75 | 353 | 36 | 36 |
| Binary | 110110 | 111010 | 1100100 | 101110 | 101010 | 0 | 111101 | 11101011 | 11110 | 11110 |
Color Harmonies of #363A64
Complementary color
Monochromatic Colors of #363A64
Black with #363A64
Text Example
Text Example
White with #363A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A64; }
p { color: rgb(54,58,100); }
H1.HeaderClassName
{
color: #363A64;
}
.AnyTagClassName
{
color: #363A64;
}
</style>
background-color css
<style>
a { background-color: #363A64; }
a { background-color: rgb(54,58,100); }
div.DivClassName
{
background-color: #363A64;
}
.BgClassName
{
background-color: #363A64;
}
</style>
border-color css
<style>
span { border-color: #363A64; }
span { border-color: rgb(54,58,100); }
td.TdClassName
{
border-color: #363A64;
}
.TagClassName
{
border-color: #363A64;
}
</style>