Shades of Bay Of Many #363B68
Tints of Bay Of Many #363B68
RGB
CMYK
RGB Variations
Color information
#363B68 (or 0x363B68) is known color: Bay Of Many. HEX triplet: 36, 3B and 68. RGB value is (54,59,104). Sum of RGB (Red+Green+Blue) = 54+59+104=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #363B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B68 is #C9C497. Grayscale: #3E3E3E. Windows color (decimal): -13223064 or 6830902. OLE color: 6830902.
HSL color Cylindrical-coordinate representation of color #363B68: hue angle of 234º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #363B68 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 59 | 104 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.59 |
| HSL | 234º | 0.32% | 0.31% | - |
| HSV(B) | 234º | 0.48% | 0.41% | - |
| XYZ | 5.58 | 4.91 | 13.75 | - |
| YUV | 62.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 104 | 0.48 | 0.43 | 0 | 0.59 | 234 | 0.32 | 0.31 |
| Hex | 36 | 3B | 68 | 30 | 2B | 0 | 3B | EA | 20 | 1F |
| Octal | 66 | 73 | 150 | 60 | 53 | 0 | 73 | 352 | 40 | 37 |
| Binary | 110110 | 111011 | 1101000 | 110000 | 101011 | 0 | 111011 | 11101010 | 100000 | 11111 |
Color Harmonies of #363B68
Complementary color
Monochromatic Colors of #363B68
Black with #363B68
Text Example
Text Example
White with #363B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B68; }
p { color: rgb(54,59,104); }
H1.HeaderClassName
{
color: #363B68;
}
.AnyTagClassName
{
color: #363B68;
}
</style>
background-color css
<style>
a { background-color: #363B68; }
a { background-color: rgb(54,59,104); }
div.DivClassName
{
background-color: #363B68;
}
.BgClassName
{
background-color: #363B68;
}
</style>
border-color css
<style>
span { border-color: #363B68; }
span { border-color: rgb(54,59,104); }
td.TdClassName
{
border-color: #363B68;
}
.TagClassName
{
border-color: #363B68;
}
</style>