Shades of Bay Of Many #383D5D
Tints of Bay Of Many #383D5D
RGB
CMYK
RGB Variations
Color information
#383D5D (or 0x383D5D) is known color: Bay Of Many. HEX triplet: 38, 3D and 5D. RGB value is (56,61,93). Sum of RGB (Red+Green+Blue) = 56+61+93=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #383D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D5D is #C7C2A2. Grayscale: #3F3F3F. Windows color (decimal): -13091491 or 6110520. OLE color: 6110520.
HSL color Cylindrical-coordinate representation of color #383D5D: hue angle of 231.89º 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 #383D5D is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 61 | 93 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.64 |
| HSL | 231.89º | 0.25% | 0.29% | - |
| HSV(B) | 231.89º | 0.4% | 0.36% | - |
| XYZ | 5.28 | 4.97 | 11.04 | - |
| YUV | 63.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 93 | 0.40 | 0.34 | 0 | 0.64 | 231.89 | 0.25 | 0.29 |
| Hex | 38 | 3D | 5D | 28 | 22 | 0 | 40 | E8 | 19 | 1D |
| Octal | 70 | 75 | 135 | 50 | 42 | 0 | 100 | 350 | 31 | 35 |
| Binary | 111000 | 111101 | 1011101 | 101000 | 100010 | 0 | 1000000 | 11101000 | 11001 | 11101 |
Color Harmonies of #383D5D
Complementary color
Monochromatic Colors of #383D5D
Black with #383D5D
Text Example
Text Example
White with #383D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D5D; }
p { color: rgb(56,61,93); }
H1.HeaderClassName
{
color: #383D5D;
}
.AnyTagClassName
{
color: #383D5D;
}
</style>
background-color css
<style>
a { background-color: #383D5D; }
a { background-color: rgb(56,61,93); }
div.DivClassName
{
background-color: #383D5D;
}
.BgClassName
{
background-color: #383D5D;
}
</style>
border-color css
<style>
span { border-color: #383D5D; }
span { border-color: rgb(56,61,93); }
td.TdClassName
{
border-color: #383D5D;
}
.TagClassName
{
border-color: #383D5D;
}
</style>