Shades of Bay Of Many #363E67
Tints of Bay Of Many #363E67
RGB
CMYK
RGB Variations
Color information
#363E67 (or 0x363E67) is known color: Bay Of Many. HEX triplet: 36, 3E and 67. RGB value is (54,62,103). Sum of RGB (Red+Green+Blue) = 54+62+103=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #363E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E67 is #C9C198. Grayscale: #404040. Windows color (decimal): -13222297 or 6766134. OLE color: 6766134.
HSL color Cylindrical-coordinate representation of color #363E67: hue angle of 230.2º 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 #363E67 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 62 | 103 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.60 |
| HSL | 230.2º | 0.31% | 0.31% | - |
| HSV(B) | 230.2º | 0.48% | 0.4% | - |
| XYZ | 5.69 | 5.21 | 13.54 | - |
| YUV | 64.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 103 | 0.48 | 0.40 | 0 | 0.60 | 230.2 | 0.31 | 0.31 |
| Hex | 36 | 3E | 67 | 30 | 28 | 0 | 3C | E6 | 1F | 1F |
| Octal | 66 | 76 | 147 | 60 | 50 | 0 | 74 | 346 | 37 | 37 |
| Binary | 110110 | 111110 | 1100111 | 110000 | 101000 | 0 | 111100 | 11100110 | 11111 | 11111 |
Color Harmonies of #363E67
Complementary color
Monochromatic Colors of #363E67
Black with #363E67
Text Example
Text Example
White with #363E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E67; }
p { color: rgb(54,62,103); }
H1.HeaderClassName
{
color: #363E67;
}
.AnyTagClassName
{
color: #363E67;
}
</style>
background-color css
<style>
a { background-color: #363E67; }
a { background-color: rgb(54,62,103); }
div.DivClassName
{
background-color: #363E67;
}
.BgClassName
{
background-color: #363E67;
}
</style>
border-color css
<style>
span { border-color: #363E67; }
span { border-color: rgb(54,62,103); }
td.TdClassName
{
border-color: #363E67;
}
.TagClassName
{
border-color: #363E67;
}
</style>