Shades of Bay Of Many #383C68
Tints of Bay Of Many #383C68
RGB
CMYK
RGB Variations
Color information
#383C68 (or 0x383C68) is known color: Bay Of Many. HEX triplet: 38, 3C and 68. RGB value is (56,60,104). Sum of RGB (Red+Green+Blue) = 56+60+104=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #383C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C68 is #C7C397. Grayscale: #3F3F3F. Windows color (decimal): -13091736 or 6831160. OLE color: 6831160.
HSL color Cylindrical-coordinate representation of color #383C68: hue angle of 235º 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 #383C68 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 60 | 104 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.59 |
| HSL | 235º | 0.3% | 0.31% | - |
| HSV(B) | 235º | 0.46% | 0.41% | - |
| XYZ | 5.75 | 5.07 | 13.77 | - |
| YUV | 63.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 104 | 0.46 | 0.42 | 0 | 0.59 | 235 | 0.3 | 0.31 |
| Hex | 38 | 3C | 68 | 2E | 2A | 0 | 3B | EB | 1E | 1F |
| Octal | 70 | 74 | 150 | 56 | 52 | 0 | 73 | 353 | 36 | 37 |
| Binary | 111000 | 111100 | 1101000 | 101110 | 101010 | 0 | 111011 | 11101011 | 11110 | 11111 |
Color Harmonies of #383C68
Complementary color
Monochromatic Colors of #383C68
Black with #383C68
Text Example
Text Example
White with #383C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C68; }
p { color: rgb(56,60,104); }
H1.HeaderClassName
{
color: #383C68;
}
.AnyTagClassName
{
color: #383C68;
}
</style>
background-color css
<style>
a { background-color: #383C68; }
a { background-color: rgb(56,60,104); }
div.DivClassName
{
background-color: #383C68;
}
.BgClassName
{
background-color: #383C68;
}
</style>
border-color css
<style>
span { border-color: #383C68; }
span { border-color: rgb(56,60,104); }
td.TdClassName
{
border-color: #383C68;
}
.TagClassName
{
border-color: #383C68;
}
</style>