Shades of Bay Of Many #363A5B
Tints of Bay Of Many #363A5B
RGB
CMYK
RGB Variations
Color information
#363A5B (or 0x363A5B) is known color: Bay Of Many. HEX triplet: 36, 3A and 5B. RGB value is (54,58,91). Sum of RGB (Red+Green+Blue) = 54+58+91=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #363A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A5B is #C9C5A4. Grayscale: #3C3C3C. Windows color (decimal): -13223333 or 5978678. OLE color: 5978678.
HSL color Cylindrical-coordinate representation of color #363A5B: hue angle of 233.51º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #363A5B is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 58 | 91 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.64 |
| HSL | 233.51º | 0.26% | 0.28% | - |
| HSV(B) | 233.51º | 0.41% | 0.36% | - |
| XYZ | 4.92 | 4.57 | 10.52 | - |
| YUV | 60.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 91 | 0.41 | 0.36 | 0 | 0.64 | 233.51 | 0.26 | 0.28 |
| Hex | 36 | 3A | 5B | 29 | 24 | 0 | 40 | EA | 1A | 1C |
| Octal | 66 | 72 | 133 | 51 | 44 | 0 | 100 | 352 | 32 | 34 |
| Binary | 110110 | 111010 | 1011011 | 101001 | 100100 | 0 | 1000000 | 11101010 | 11010 | 11100 |
Color Harmonies of #363A5B
Complementary color
Monochromatic Colors of #363A5B
Black with #363A5B
Text Example
Text Example
White with #363A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A5B; }
p { color: rgb(54,58,91); }
H1.HeaderClassName
{
color: #363A5B;
}
.AnyTagClassName
{
color: #363A5B;
}
</style>
background-color css
<style>
a { background-color: #363A5B; }
a { background-color: rgb(54,58,91); }
div.DivClassName
{
background-color: #363A5B;
}
.BgClassName
{
background-color: #363A5B;
}
</style>
border-color css
<style>
span { border-color: #363A5B; }
span { border-color: rgb(54,58,91); }
td.TdClassName
{
border-color: #363A5B;
}
.TagClassName
{
border-color: #363A5B;
}
</style>