Shades of Bay Of Many #363F60
Tints of Bay Of Many #363F60
RGB
CMYK
RGB Variations
Color information
#363F60 (or 0x363F60) is known color: Bay Of Many. HEX triplet: 36, 3F and 60. RGB value is (54,63,96). Sum of RGB (Red+Green+Blue) = 54+63+96=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #363F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F60 is #C9C09F. Grayscale: #3F3F3F. Windows color (decimal): -13222048 or 6307638. OLE color: 6307638.
HSL color Cylindrical-coordinate representation of color #363F60: hue angle of 227.14º 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 #363F60 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 63 | 96 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.62 |
| HSL | 227.14º | 0.28% | 0.29% | - |
| HSV(B) | 227.14º | 0.44% | 0.38% | - |
| XYZ | 5.41 | 5.18 | 11.78 | - |
| YUV | 64.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 96 | 0.44 | 0.34 | 0 | 0.62 | 227.14 | 0.28 | 0.29 |
| Hex | 36 | 3F | 60 | 2C | 22 | 0 | 3E | E3 | 1C | 1D |
| Octal | 66 | 77 | 140 | 54 | 42 | 0 | 76 | 343 | 34 | 35 |
| Binary | 110110 | 111111 | 1100000 | 101100 | 100010 | 0 | 111110 | 11100011 | 11100 | 11101 |
Color Harmonies of #363F60
Complementary color
Monochromatic Colors of #363F60
Black with #363F60
Text Example
Text Example
White with #363F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F60; }
p { color: rgb(54,63,96); }
H1.HeaderClassName
{
color: #363F60;
}
.AnyTagClassName
{
color: #363F60;
}
</style>
background-color css
<style>
a { background-color: #363F60; }
a { background-color: rgb(54,63,96); }
div.DivClassName
{
background-color: #363F60;
}
.BgClassName
{
background-color: #363F60;
}
</style>
border-color css
<style>
span { border-color: #363F60; }
span { border-color: rgb(54,63,96); }
td.TdClassName
{
border-color: #363F60;
}
.TagClassName
{
border-color: #363F60;
}
</style>