Shades of Bay Of Many #384363
Tints of Bay Of Many #384363
RGB
CMYK
RGB Variations
Color information
#384363 (or 0x384363) is known color: Bay Of Many. HEX triplet: 38, 43 and 63. RGB value is (56,67,99). Sum of RGB (Red+Green+Blue) = 56+67+99=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #384363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384363 is #C7BC9C. Grayscale: #434343. Windows color (decimal): -13089949 or 6505272. OLE color: 6505272.
HSL color Cylindrical-coordinate representation of color #384363: hue angle of 224.65º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #384363 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 67 | 99 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.61 |
| HSL | 224.65º | 0.28% | 0.3% | - |
| HSV(B) | 224.65º | 0.43% | 0.39% | - |
| XYZ | 5.89 | 5.76 | 12.6 | - |
| YUV | 67.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 99 | 0.43 | 0.32 | 0 | 0.61 | 224.65 | 0.28 | 0.3 |
| Hex | 38 | 43 | 63 | 2B | 20 | 0 | 3D | E1 | 1C | 1E |
| Octal | 70 | 103 | 143 | 53 | 40 | 0 | 75 | 341 | 34 | 36 |
| Binary | 111000 | 1000011 | 1100011 | 101011 | 100000 | 0 | 111101 | 11100001 | 11100 | 11110 |
Color Harmonies of #384363
Complementary color
Monochromatic Colors of #384363
Black with #384363
Text Example
Text Example
White with #384363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384363; }
p { color: rgb(56,67,99); }
H1.HeaderClassName
{
color: #384363;
}
.AnyTagClassName
{
color: #384363;
}
</style>
background-color css
<style>
a { background-color: #384363; }
a { background-color: rgb(56,67,99); }
div.DivClassName
{
background-color: #384363;
}
.BgClassName
{
background-color: #384363;
}
</style>
border-color css
<style>
span { border-color: #384363; }
span { border-color: rgb(56,67,99); }
td.TdClassName
{
border-color: #384363;
}
.TagClassName
{
border-color: #384363;
}
</style>