Shades of Bay Of Many #363A5F
Tints of Bay Of Many #363A5F
RGB
CMYK
RGB Variations
Color information
#363A5F (or 0x363A5F) is known color: Bay Of Many. HEX triplet: 36, 3A and 5F. RGB value is (54,58,95). Sum of RGB (Red+Green+Blue) = 54+58+95=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #363A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A5F is #C9C5A0. Grayscale: #3C3C3C. Windows color (decimal): -13223329 or 6240822. OLE color: 6240822.
HSL color Cylindrical-coordinate representation of color #363A5F: hue angle of 234.15º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #363A5F is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 58 | 95 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.63 |
| HSL | 234.15º | 0.28% | 0.29% | - |
| HSV(B) | 234.15º | 0.43% | 0.37% | - |
| XYZ | 5.1 | 4.64 | 11.45 | - |
| YUV | 61.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 95 | 0.43 | 0.39 | 0 | 0.63 | 234.15 | 0.28 | 0.29 |
| Hex | 36 | 3A | 5F | 2B | 27 | 0 | 3F | EA | 1C | 1D |
| Octal | 66 | 72 | 137 | 53 | 47 | 0 | 77 | 352 | 34 | 35 |
| Binary | 110110 | 111010 | 1011111 | 101011 | 100111 | 0 | 111111 | 11101010 | 11100 | 11101 |
Color Harmonies of #363A5F
Complementary color
Monochromatic Colors of #363A5F
Black with #363A5F
Text Example
Text Example
White with #363A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A5F; }
p { color: rgb(54,58,95); }
H1.HeaderClassName
{
color: #363A5F;
}
.AnyTagClassName
{
color: #363A5F;
}
</style>
background-color css
<style>
a { background-color: #363A5F; }
a { background-color: rgb(54,58,95); }
div.DivClassName
{
background-color: #363A5F;
}
.BgClassName
{
background-color: #363A5F;
}
</style>
border-color css
<style>
span { border-color: #363A5F; }
span { border-color: rgb(54,58,95); }
td.TdClassName
{
border-color: #363A5F;
}
.TagClassName
{
border-color: #363A5F;
}
</style>