Shades of Bay Of Many #383D68
Tints of Bay Of Many #383D68
RGB
CMYK
RGB Variations
Color information
#383D68 (or 0x383D68) is known color: Bay Of Many. HEX triplet: 38, 3D and 68. RGB value is (56,61,104). Sum of RGB (Red+Green+Blue) = 56+61+104=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #383D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D68 is #C7C297. Grayscale: #404040. Windows color (decimal): -13091480 or 6831416. OLE color: 6831416.
HSL color Cylindrical-coordinate representation of color #383D68: hue angle of 233.75º 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 #383D68 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 61 | 104 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.59 |
| HSL | 233.75º | 0.3% | 0.31% | - |
| HSV(B) | 233.75º | 0.46% | 0.41% | - |
| XYZ | 5.8 | 5.18 | 13.79 | - |
| YUV | 64.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 104 | 0.46 | 0.41 | 0 | 0.59 | 233.75 | 0.3 | 0.31 |
| Hex | 38 | 3D | 68 | 2E | 29 | 0 | 3B | EA | 1E | 1F |
| Octal | 70 | 75 | 150 | 56 | 51 | 0 | 73 | 352 | 36 | 37 |
| Binary | 111000 | 111101 | 1101000 | 101110 | 101001 | 0 | 111011 | 11101010 | 11110 | 11111 |
Color Harmonies of #383D68
Complementary color
Monochromatic Colors of #383D68
Black with #383D68
Text Example
Text Example
White with #383D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D68; }
p { color: rgb(56,61,104); }
H1.HeaderClassName
{
color: #383D68;
}
.AnyTagClassName
{
color: #383D68;
}
</style>
background-color css
<style>
a { background-color: #383D68; }
a { background-color: rgb(56,61,104); }
div.DivClassName
{
background-color: #383D68;
}
.BgClassName
{
background-color: #383D68;
}
</style>
border-color css
<style>
span { border-color: #383D68; }
span { border-color: rgb(56,61,104); }
td.TdClassName
{
border-color: #383D68;
}
.TagClassName
{
border-color: #383D68;
}
</style>