Shades of Bay Of Many #363A60
Tints of Bay Of Many #363A60
RGB
CMYK
RGB Variations
Color information
#363A60 (or 0x363A60) is known color: Bay Of Many. HEX triplet: 36, 3A and 60. RGB value is (54,58,96). Sum of RGB (Red+Green+Blue) = 54+58+96=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #363A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A60 is #C9C59F. Grayscale: #3C3C3C. Windows color (decimal): -13223328 or 6306358. OLE color: 6306358.
HSL color Cylindrical-coordinate representation of color #363A60: hue angle of 234.29º 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 #363A60 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 58 | 96 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.62 |
| HSL | 234.29º | 0.28% | 0.29% | - |
| HSV(B) | 234.29º | 0.44% | 0.38% | - |
| XYZ | 5.15 | 4.65 | 11.69 | - |
| YUV | 61.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 96 | 0.44 | 0.40 | 0 | 0.62 | 234.29 | 0.28 | 0.29 |
| Hex | 36 | 3A | 60 | 2C | 28 | 0 | 3E | EA | 1C | 1D |
| Octal | 66 | 72 | 140 | 54 | 50 | 0 | 76 | 352 | 34 | 35 |
| Binary | 110110 | 111010 | 1100000 | 101100 | 101000 | 0 | 111110 | 11101010 | 11100 | 11101 |
Color Harmonies of #363A60
Complementary color
Monochromatic Colors of #363A60
Black with #363A60
Text Example
Text Example
White with #363A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A60; }
p { color: rgb(54,58,96); }
H1.HeaderClassName
{
color: #363A60;
}
.AnyTagClassName
{
color: #363A60;
}
</style>
background-color css
<style>
a { background-color: #363A60; }
a { background-color: rgb(54,58,96); }
div.DivClassName
{
background-color: #363A60;
}
.BgClassName
{
background-color: #363A60;
}
</style>
border-color css
<style>
span { border-color: #363A60; }
span { border-color: rgb(54,58,96); }
td.TdClassName
{
border-color: #363A60;
}
.TagClassName
{
border-color: #363A60;
}
</style>