Shades of Bay Of Many #383A57
Tints of Bay Of Many #383A57
RGB
CMYK
RGB Variations
Color information
#383A57 (or 0x383A57) is known color: Bay Of Many. HEX triplet: 38, 3A and 57. RGB value is (56,58,87). Sum of RGB (Red+Green+Blue) = 56+58+87=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #383A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A57 is #C7C5A8. Grayscale: #3C3C3C. Windows color (decimal): -13092265 or 5716536. OLE color: 5716536.
HSL color Cylindrical-coordinate representation of color #383A57: hue angle of 236.13º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #383A57 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 58 | 87 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.66 |
| HSL | 236.13º | 0.22% | 0.28% | - |
| HSV(B) | 236.13º | 0.36% | 0.34% | - |
| XYZ | 4.86 | 4.55 | 9.64 | - |
| YUV | 60.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 87 | 0.36 | 0.33 | 0 | 0.66 | 236.13 | 0.22 | 0.28 |
| Hex | 38 | 3A | 57 | 24 | 21 | 0 | 42 | EC | 16 | 1C |
| Octal | 70 | 72 | 127 | 44 | 41 | 0 | 102 | 354 | 26 | 34 |
| Binary | 111000 | 111010 | 1010111 | 100100 | 100001 | 0 | 1000010 | 11101100 | 10110 | 11100 |
Color Harmonies of #383A57
Complementary color
Monochromatic Colors of #383A57
Black with #383A57
Text Example
Text Example
White with #383A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A57; }
p { color: rgb(56,58,87); }
H1.HeaderClassName
{
color: #383A57;
}
.AnyTagClassName
{
color: #383A57;
}
</style>
background-color css
<style>
a { background-color: #383A57; }
a { background-color: rgb(56,58,87); }
div.DivClassName
{
background-color: #383A57;
}
.BgClassName
{
background-color: #383A57;
}
</style>
border-color css
<style>
span { border-color: #383A57; }
span { border-color: rgb(56,58,87); }
td.TdClassName
{
border-color: #383A57;
}
.TagClassName
{
border-color: #383A57;
}
</style>