Shades of Bay Of Many #383F5D
Tints of Bay Of Many #383F5D
RGB
CMYK
RGB Variations
Color information
#383F5D (or 0x383F5D) is known color: Bay Of Many. HEX triplet: 38, 3F and 5D. RGB value is (56,63,93). Sum of RGB (Red+Green+Blue) = 56+63+93=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #383F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F5D is #C7C0A2. Grayscale: #404040. Windows color (decimal): -13090979 or 6111032. OLE color: 6111032.
HSL color Cylindrical-coordinate representation of color #383F5D: hue angle of 228.65º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #383F5D is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 63 | 93 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.64 |
| HSL | 228.65º | 0.25% | 0.29% | - |
| HSV(B) | 228.65º | 0.4% | 0.36% | - |
| XYZ | 5.38 | 5.19 | 11.07 | - |
| YUV | 64.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 93 | 0.40 | 0.32 | 0 | 0.64 | 228.65 | 0.25 | 0.29 |
| Hex | 38 | 3F | 5D | 28 | 20 | 0 | 40 | E5 | 19 | 1D |
| Octal | 70 | 77 | 135 | 50 | 40 | 0 | 100 | 345 | 31 | 35 |
| Binary | 111000 | 111111 | 1011101 | 101000 | 100000 | 0 | 1000000 | 11100101 | 11001 | 11101 |
Color Harmonies of #383F5D
Complementary color
Monochromatic Colors of #383F5D
Black with #383F5D
Text Example
Text Example
White with #383F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F5D; }
p { color: rgb(56,63,93); }
H1.HeaderClassName
{
color: #383F5D;
}
.AnyTagClassName
{
color: #383F5D;
}
</style>
background-color css
<style>
a { background-color: #383F5D; }
a { background-color: rgb(56,63,93); }
div.DivClassName
{
background-color: #383F5D;
}
.BgClassName
{
background-color: #383F5D;
}
</style>
border-color css
<style>
span { border-color: #383F5D; }
span { border-color: rgb(56,63,93); }
td.TdClassName
{
border-color: #383F5D;
}
.TagClassName
{
border-color: #383F5D;
}
</style>