Shades of Bay Of Many #383C58
Tints of Bay Of Many #383C58
RGB
CMYK
RGB Variations
Color information
#383C58 (or 0x383C58) is known color: Bay Of Many. HEX triplet: 38, 3C and 58. RGB value is (56,60,88). Sum of RGB (Red+Green+Blue) = 56+60+88=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #383C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C58 is #C7C3A7. Grayscale: #3D3D3D. Windows color (decimal): -13091752 or 5782584. OLE color: 5782584.
HSL color Cylindrical-coordinate representation of color #383C58: hue angle of 232.5º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #383C58 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 60 | 88 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.65 |
| HSL | 232.5º | 0.22% | 0.28% | - |
| HSV(B) | 232.5º | 0.36% | 0.35% | - |
| XYZ | 5.01 | 4.78 | 9.89 | - |
| YUV | 62 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 88 | 0.36 | 0.32 | 0 | 0.65 | 232.5 | 0.22 | 0.28 |
| Hex | 38 | 3C | 58 | 24 | 20 | 0 | 41 | E8 | 16 | 1C |
| Octal | 70 | 74 | 130 | 44 | 40 | 0 | 101 | 350 | 26 | 34 |
| Binary | 111000 | 111100 | 1011000 | 100100 | 100000 | 0 | 1000001 | 11101000 | 10110 | 11100 |
Color Harmonies of #383C58
Complementary color
Monochromatic Colors of #383C58
Black with #383C58
Text Example
Text Example
White with #383C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C58; }
p { color: rgb(56,60,88); }
H1.HeaderClassName
{
color: #383C58;
}
.AnyTagClassName
{
color: #383C58;
}
</style>
background-color css
<style>
a { background-color: #383C58; }
a { background-color: rgb(56,60,88); }
div.DivClassName
{
background-color: #383C58;
}
.BgClassName
{
background-color: #383C58;
}
</style>
border-color css
<style>
span { border-color: #383C58; }
span { border-color: rgb(56,60,88); }
td.TdClassName
{
border-color: #383C58;
}
.TagClassName
{
border-color: #383C58;
}
</style>