Shades of Bay Of Many #363D60
Tints of Bay Of Many #363D60
RGB
CMYK
RGB Variations
Color information
#363D60 (or 0x363D60) is known color: Bay Of Many. HEX triplet: 36, 3D and 60. RGB value is (54,61,96). Sum of RGB (Red+Green+Blue) = 54+61+96=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #363D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D60 is #C9C29F. Grayscale: #3E3E3E. Windows color (decimal): -13222560 or 6307126. OLE color: 6307126.
HSL color Cylindrical-coordinate representation of color #363D60: hue angle of 230º 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 #363D60 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 61 | 96 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.62 |
| HSL | 230º | 0.28% | 0.29% | - |
| HSV(B) | 230º | 0.44% | 0.38% | - |
| XYZ | 5.3 | 4.97 | 11.75 | - |
| YUV | 62.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 96 | 0.44 | 0.36 | 0 | 0.62 | 230 | 0.28 | 0.29 |
| Hex | 36 | 3D | 60 | 2C | 24 | 0 | 3E | E6 | 1C | 1D |
| Octal | 66 | 75 | 140 | 54 | 44 | 0 | 76 | 346 | 34 | 35 |
| Binary | 110110 | 111101 | 1100000 | 101100 | 100100 | 0 | 111110 | 11100110 | 11100 | 11101 |
Color Harmonies of #363D60
Complementary color
Monochromatic Colors of #363D60
Black with #363D60
Text Example
Text Example
White with #363D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D60; }
p { color: rgb(54,61,96); }
H1.HeaderClassName
{
color: #363D60;
}
.AnyTagClassName
{
color: #363D60;
}
</style>
background-color css
<style>
a { background-color: #363D60; }
a { background-color: rgb(54,61,96); }
div.DivClassName
{
background-color: #363D60;
}
.BgClassName
{
background-color: #363D60;
}
</style>
border-color css
<style>
span { border-color: #363D60; }
span { border-color: rgb(54,61,96); }
td.TdClassName
{
border-color: #363D60;
}
.TagClassName
{
border-color: #363D60;
}
</style>