Shades of Bay Of Many #383E5B
Tints of Bay Of Many #383E5B
RGB
CMYK
RGB Variations
Color information
#383E5B (or 0x383E5B) is known color: Bay Of Many. HEX triplet: 38, 3E and 5B. RGB value is (56,62,91). Sum of RGB (Red+Green+Blue) = 56+62+91=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #383E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E5B is #C7C1A4. Grayscale: #3F3F3F. Windows color (decimal): -13091237 or 5979704. OLE color: 5979704.
HSL color Cylindrical-coordinate representation of color #383E5B: hue angle of 229.71º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383E5B is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 62 | 91 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.64 |
| HSL | 229.71º | 0.24% | 0.29% | - |
| HSV(B) | 229.71º | 0.38% | 0.36% | - |
| XYZ | 5.24 | 5.04 | 10.59 | - |
| YUV | 63.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 91 | 0.38 | 0.32 | 0 | 0.64 | 229.71 | 0.24 | 0.29 |
| Hex | 38 | 3E | 5B | 26 | 20 | 0 | 40 | E6 | 18 | 1D |
| Octal | 70 | 76 | 133 | 46 | 40 | 0 | 100 | 346 | 30 | 35 |
| Binary | 111000 | 111110 | 1011011 | 100110 | 100000 | 0 | 1000000 | 11100110 | 11000 | 11101 |
Color Harmonies of #383E5B
Complementary color
Monochromatic Colors of #383E5B
Black with #383E5B
Text Example
Text Example
White with #383E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E5B; }
p { color: rgb(56,62,91); }
H1.HeaderClassName
{
color: #383E5B;
}
.AnyTagClassName
{
color: #383E5B;
}
</style>
background-color css
<style>
a { background-color: #383E5B; }
a { background-color: rgb(56,62,91); }
div.DivClassName
{
background-color: #383E5B;
}
.BgClassName
{
background-color: #383E5B;
}
</style>
border-color css
<style>
span { border-color: #383E5B; }
span { border-color: rgb(56,62,91); }
td.TdClassName
{
border-color: #383E5B;
}
.TagClassName
{
border-color: #383E5B;
}
</style>