Shades of Bay Of Many #363C5F
Tints of Bay Of Many #363C5F
RGB
CMYK
RGB Variations
Color information
#363C5F (or 0x363C5F) is known color: Bay Of Many. HEX triplet: 36, 3C and 5F. RGB value is (54,60,95). Sum of RGB (Red+Green+Blue) = 54+60+95=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #363C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C5F is #C9C3A0. Grayscale: #3E3E3E. Windows color (decimal): -13222817 or 6241334. OLE color: 6241334.
HSL color Cylindrical-coordinate representation of color #363C5F: hue angle of 231.22º 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 #363C5F is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 60 | 95 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.63 |
| HSL | 231.22º | 0.28% | 0.29% | - |
| HSV(B) | 231.22º | 0.43% | 0.37% | - |
| XYZ | 5.2 | 4.84 | 11.49 | - |
| YUV | 62.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 95 | 0.43 | 0.37 | 0 | 0.63 | 231.22 | 0.28 | 0.29 |
| Hex | 36 | 3C | 5F | 2B | 25 | 0 | 3F | E7 | 1C | 1D |
| Octal | 66 | 74 | 137 | 53 | 45 | 0 | 77 | 347 | 34 | 35 |
| Binary | 110110 | 111100 | 1011111 | 101011 | 100101 | 0 | 111111 | 11100111 | 11100 | 11101 |
Color Harmonies of #363C5F
Complementary color
Monochromatic Colors of #363C5F
Black with #363C5F
Text Example
Text Example
White with #363C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C5F; }
p { color: rgb(54,60,95); }
H1.HeaderClassName
{
color: #363C5F;
}
.AnyTagClassName
{
color: #363C5F;
}
</style>
background-color css
<style>
a { background-color: #363C5F; }
a { background-color: rgb(54,60,95); }
div.DivClassName
{
background-color: #363C5F;
}
.BgClassName
{
background-color: #363C5F;
}
</style>
border-color css
<style>
span { border-color: #363C5F; }
span { border-color: rgb(54,60,95); }
td.TdClassName
{
border-color: #363C5F;
}
.TagClassName
{
border-color: #363C5F;
}
</style>