Shades of Bay Of Many #383C63
Tints of Bay Of Many #383C63
RGB
CMYK
RGB Variations
Color information
#383C63 (or 0x383C63) is known color: Bay Of Many. HEX triplet: 38, 3C and 63. RGB value is (56,60,99). Sum of RGB (Red+Green+Blue) = 56+60+99=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #383C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C63 is #C7C39C. Grayscale: #3F3F3F. Windows color (decimal): -13091741 or 6503480. OLE color: 6503480.
HSL color Cylindrical-coordinate representation of color #383C63: hue angle of 234.42º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #383C63 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 60 | 99 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.61 |
| HSL | 234.42º | 0.28% | 0.3% | - |
| HSV(B) | 234.42º | 0.43% | 0.39% | - |
| XYZ | 5.5 | 4.97 | 12.47 | - |
| YUV | 63.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 99 | 0.43 | 0.39 | 0 | 0.61 | 234.42 | 0.28 | 0.3 |
| Hex | 38 | 3C | 63 | 2B | 27 | 0 | 3D | EA | 1C | 1E |
| Octal | 70 | 74 | 143 | 53 | 47 | 0 | 75 | 352 | 34 | 36 |
| Binary | 111000 | 111100 | 1100011 | 101011 | 100111 | 0 | 111101 | 11101010 | 11100 | 11110 |
Color Harmonies of #383C63
Complementary color
Monochromatic Colors of #383C63
Black with #383C63
Text Example
Text Example
White with #383C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C63; }
p { color: rgb(56,60,99); }
H1.HeaderClassName
{
color: #383C63;
}
.AnyTagClassName
{
color: #383C63;
}
</style>
background-color css
<style>
a { background-color: #383C63; }
a { background-color: rgb(56,60,99); }
div.DivClassName
{
background-color: #383C63;
}
.BgClassName
{
background-color: #383C63;
}
</style>
border-color css
<style>
span { border-color: #383C63; }
span { border-color: rgb(56,60,99); }
td.TdClassName
{
border-color: #383C63;
}
.TagClassName
{
border-color: #383C63;
}
</style>