Shades of Bay Of Many #383D60
Tints of Bay Of Many #383D60
RGB
CMYK
RGB Variations
Color information
#383D60 (or 0x383D60) is known color: Bay Of Many. HEX triplet: 38, 3D and 60. RGB value is (56,61,96). Sum of RGB (Red+Green+Blue) = 56+61+96=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #383D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D60 is #C7C29F. Grayscale: #3F3F3F. Windows color (decimal): -13091488 or 6307128. OLE color: 6307128.
HSL color Cylindrical-coordinate representation of color #383D60: hue angle of 232.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #383D60 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 61 | 96 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.62 |
| HSL | 232.5º | 0.26% | 0.3% | - |
| HSV(B) | 232.5º | 0.42% | 0.38% | - |
| XYZ | 5.41 | 5.02 | 11.75 | - |
| YUV | 63.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 96 | 0.42 | 0.36 | 0 | 0.62 | 232.5 | 0.26 | 0.3 |
| Hex | 38 | 3D | 60 | 2A | 24 | 0 | 3E | E8 | 1A | 1E |
| Octal | 70 | 75 | 140 | 52 | 44 | 0 | 76 | 350 | 32 | 36 |
| Binary | 111000 | 111101 | 1100000 | 101010 | 100100 | 0 | 111110 | 11101000 | 11010 | 11110 |
Color Harmonies of #383D60
Complementary color
Monochromatic Colors of #383D60
Black with #383D60
Text Example
Text Example
White with #383D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D60; }
p { color: rgb(56,61,96); }
H1.HeaderClassName
{
color: #383D60;
}
.AnyTagClassName
{
color: #383D60;
}
</style>
background-color css
<style>
a { background-color: #383D60; }
a { background-color: rgb(56,61,96); }
div.DivClassName
{
background-color: #383D60;
}
.BgClassName
{
background-color: #383D60;
}
</style>
border-color css
<style>
span { border-color: #383D60; }
span { border-color: rgb(56,61,96); }
td.TdClassName
{
border-color: #383D60;
}
.TagClassName
{
border-color: #383D60;
}
</style>