Shades of Bay Of Many #383B5C
Tints of Bay Of Many #383B5C
RGB
CMYK
RGB Variations
Color information
#383B5C (or 0x383B5C) is known color: Bay Of Many. HEX triplet: 38, 3B and 5C. RGB value is (56,59,92). Sum of RGB (Red+Green+Blue) = 56+59+92=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #383B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B5C is #C7C4A3. Grayscale: #3D3D3D. Windows color (decimal): -13092004 or 6044472. OLE color: 6044472.
HSL color Cylindrical-coordinate representation of color #383B5C: hue angle of 235º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #383B5C is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 59 | 92 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.64 |
| HSL | 235º | 0.24% | 0.29% | - |
| HSV(B) | 235º | 0.39% | 0.36% | - |
| XYZ | 5.13 | 4.74 | 10.77 | - |
| YUV | 61.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 92 | 0.39 | 0.36 | 0 | 0.64 | 235 | 0.24 | 0.29 |
| Hex | 38 | 3B | 5C | 27 | 24 | 0 | 40 | EB | 18 | 1D |
| Octal | 70 | 73 | 134 | 47 | 44 | 0 | 100 | 353 | 30 | 35 |
| Binary | 111000 | 111011 | 1011100 | 100111 | 100100 | 0 | 1000000 | 11101011 | 11000 | 11101 |
Color Harmonies of #383B5C
Complementary color
Monochromatic Colors of #383B5C
Black with #383B5C
Text Example
Text Example
White with #383B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B5C; }
p { color: rgb(56,59,92); }
H1.HeaderClassName
{
color: #383B5C;
}
.AnyTagClassName
{
color: #383B5C;
}
</style>
background-color css
<style>
a { background-color: #383B5C; }
a { background-color: rgb(56,59,92); }
div.DivClassName
{
background-color: #383B5C;
}
.BgClassName
{
background-color: #383B5C;
}
</style>
border-color css
<style>
span { border-color: #383B5C; }
span { border-color: rgb(56,59,92); }
td.TdClassName
{
border-color: #383B5C;
}
.TagClassName
{
border-color: #383B5C;
}
</style>