Shades of Bay Of Many #363B5D
Tints of Bay Of Many #363B5D
RGB
CMYK
RGB Variations
Color information
#363B5D (or 0x363B5D) is known color: Bay Of Many. HEX triplet: 36, 3B and 5D. RGB value is (54,59,93). Sum of RGB (Red+Green+Blue) = 54+59+93=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #363B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B5D is #C9C4A2. Grayscale: #3D3D3D. Windows color (decimal): -13223075 or 6110006. OLE color: 6110006.
HSL color Cylindrical-coordinate representation of color #363B5D: hue angle of 232.31º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #363B5D is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 59 | 93 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.64 |
| HSL | 232.31º | 0.27% | 0.29% | - |
| HSV(B) | 232.31º | 0.42% | 0.36% | - |
| XYZ | 5.06 | 4.7 | 11 | - |
| YUV | 61.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 93 | 0.42 | 0.37 | 0 | 0.64 | 232.31 | 0.27 | 0.29 |
| Hex | 36 | 3B | 5D | 2A | 25 | 0 | 40 | E8 | 1B | 1D |
| Octal | 66 | 73 | 135 | 52 | 45 | 0 | 100 | 350 | 33 | 35 |
| Binary | 110110 | 111011 | 1011101 | 101010 | 100101 | 0 | 1000000 | 11101000 | 11011 | 11101 |
Color Harmonies of #363B5D
Complementary color
Monochromatic Colors of #363B5D
Black with #363B5D
Text Example
Text Example
White with #363B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B5D; }
p { color: rgb(54,59,93); }
H1.HeaderClassName
{
color: #363B5D;
}
.AnyTagClassName
{
color: #363B5D;
}
</style>
background-color css
<style>
a { background-color: #363B5D; }
a { background-color: rgb(54,59,93); }
div.DivClassName
{
background-color: #363B5D;
}
.BgClassName
{
background-color: #363B5D;
}
</style>
border-color css
<style>
span { border-color: #363B5D; }
span { border-color: rgb(54,59,93); }
td.TdClassName
{
border-color: #363B5D;
}
.TagClassName
{
border-color: #363B5D;
}
</style>