Shades of Bay Of Many #383F68
Tints of Bay Of Many #383F68
RGB
CMYK
RGB Variations
Color information
#383F68 (or 0x383F68) is known color: Bay Of Many. HEX triplet: 38, 3F and 68. RGB value is (56,63,104). Sum of RGB (Red+Green+Blue) = 56+63+104=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #383F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F68 is #C7C097. Grayscale: #414141. Windows color (decimal): -13090968 or 6831928. OLE color: 6831928.
HSL color Cylindrical-coordinate representation of color #383F68: hue angle of 231.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #383F68 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 63 | 104 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.59 |
| HSL | 231.25º | 0.3% | 0.31% | - |
| HSV(B) | 231.25º | 0.46% | 0.41% | - |
| XYZ | 5.91 | 5.4 | 13.83 | - |
| YUV | 65.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 104 | 0.46 | 0.39 | 0 | 0.59 | 231.25 | 0.3 | 0.31 |
| Hex | 38 | 3F | 68 | 2E | 27 | 0 | 3B | E7 | 1E | 1F |
| Octal | 70 | 77 | 150 | 56 | 47 | 0 | 73 | 347 | 36 | 37 |
| Binary | 111000 | 111111 | 1101000 | 101110 | 100111 | 0 | 111011 | 11100111 | 11110 | 11111 |
Color Harmonies of #383F68
Complementary color
Monochromatic Colors of #383F68
Black with #383F68
Text Example
Text Example
White with #383F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F68; }
p { color: rgb(56,63,104); }
H1.HeaderClassName
{
color: #383F68;
}
.AnyTagClassName
{
color: #383F68;
}
</style>
background-color css
<style>
a { background-color: #383F68; }
a { background-color: rgb(56,63,104); }
div.DivClassName
{
background-color: #383F68;
}
.BgClassName
{
background-color: #383F68;
}
</style>
border-color css
<style>
span { border-color: #383F68; }
span { border-color: rgb(56,63,104); }
td.TdClassName
{
border-color: #383F68;
}
.TagClassName
{
border-color: #383F68;
}
</style>