Shades of Bay Of Many #384265
Tints of Bay Of Many #384265
RGB
CMYK
RGB Variations
Color information
#384265 (or 0x384265) is known color: Bay Of Many. HEX triplet: 38, 42 and 65. RGB value is (56,66,101). Sum of RGB (Red+Green+Blue) = 56+66+101=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #384265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384265 is #C7BD9A. Grayscale: #424242. Windows color (decimal): -13090203 or 6636088. OLE color: 6636088.
HSL color Cylindrical-coordinate representation of color #384265: hue angle of 226.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #384265 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 66 | 101 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.60 |
| HSL | 226.67º | 0.29% | 0.31% | - |
| HSV(B) | 226.67º | 0.45% | 0.4% | - |
| XYZ | 5.93 | 5.68 | 13.1 | - |
| YUV | 67 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 101 | 0.45 | 0.35 | 0 | 0.60 | 226.67 | 0.29 | 0.31 |
| Hex | 38 | 42 | 65 | 2D | 23 | 0 | 3C | E3 | 1D | 1F |
| Octal | 70 | 102 | 145 | 55 | 43 | 0 | 74 | 343 | 35 | 37 |
| Binary | 111000 | 1000010 | 1100101 | 101101 | 100011 | 0 | 111100 | 11100011 | 11101 | 11111 |
Color Harmonies of #384265
Complementary color
Monochromatic Colors of #384265
Black with #384265
Text Example
Text Example
White with #384265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384265; }
p { color: rgb(56,66,101); }
H1.HeaderClassName
{
color: #384265;
}
.AnyTagClassName
{
color: #384265;
}
</style>
background-color css
<style>
a { background-color: #384265; }
a { background-color: rgb(56,66,101); }
div.DivClassName
{
background-color: #384265;
}
.BgClassName
{
background-color: #384265;
}
</style>
border-color css
<style>
span { border-color: #384265; }
span { border-color: rgb(56,66,101); }
td.TdClassName
{
border-color: #384265;
}
.TagClassName
{
border-color: #384265;
}
</style>