Shades of Bay Of Many #363F67
Tints of Bay Of Many #363F67
RGB
CMYK
RGB Variations
Color information
#363F67 (or 0x363F67) is known color: Bay Of Many. HEX triplet: 36, 3F and 67. RGB value is (54,63,103). Sum of RGB (Red+Green+Blue) = 54+63+103=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #363F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F67 is #C9C098. Grayscale: #404040. Windows color (decimal): -13222041 or 6766390. OLE color: 6766390.
HSL color Cylindrical-coordinate representation of color #363F67: hue angle of 228.98º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #363F67 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 63 | 103 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.60 |
| HSL | 228.98º | 0.31% | 0.31% | - |
| HSV(B) | 228.98º | 0.48% | 0.4% | - |
| XYZ | 5.75 | 5.32 | 13.56 | - |
| YUV | 64.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 103 | 0.48 | 0.39 | 0 | 0.60 | 228.98 | 0.31 | 0.31 |
| Hex | 36 | 3F | 67 | 30 | 27 | 0 | 3C | E5 | 1F | 1F |
| Octal | 66 | 77 | 147 | 60 | 47 | 0 | 74 | 345 | 37 | 37 |
| Binary | 110110 | 111111 | 1100111 | 110000 | 100111 | 0 | 111100 | 11100101 | 11111 | 11111 |
Color Harmonies of #363F67
Complementary color
Monochromatic Colors of #363F67
Black with #363F67
Text Example
Text Example
White with #363F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F67; }
p { color: rgb(54,63,103); }
H1.HeaderClassName
{
color: #363F67;
}
.AnyTagClassName
{
color: #363F67;
}
</style>
background-color css
<style>
a { background-color: #363F67; }
a { background-color: rgb(54,63,103); }
div.DivClassName
{
background-color: #363F67;
}
.BgClassName
{
background-color: #363F67;
}
</style>
border-color css
<style>
span { border-color: #363F67; }
span { border-color: rgb(54,63,103); }
td.TdClassName
{
border-color: #363F67;
}
.TagClassName
{
border-color: #363F67;
}
</style>