Shades of Bay Of Many #383B5A
Tints of Bay Of Many #383B5A
RGB
CMYK
RGB Variations
Color information
#383B5A (or 0x383B5A) is known color: Bay Of Many. HEX triplet: 38, 3B and 5A. RGB value is (56,59,90). Sum of RGB (Red+Green+Blue) = 56+59+90=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #383B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B5A is #C7C4A5. Grayscale: #3D3D3D. Windows color (decimal): -13092006 or 5913400. OLE color: 5913400.
HSL color Cylindrical-coordinate representation of color #383B5A: hue angle of 234.71º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383B5A is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 59 | 90 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.65 |
| HSL | 234.71º | 0.23% | 0.29% | - |
| HSV(B) | 234.71º | 0.38% | 0.35% | - |
| XYZ | 5.04 | 4.71 | 10.32 | - |
| YUV | 61.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 90 | 0.38 | 0.34 | 0 | 0.65 | 234.71 | 0.23 | 0.29 |
| Hex | 38 | 3B | 5A | 26 | 22 | 0 | 41 | EB | 17 | 1D |
| Octal | 70 | 73 | 132 | 46 | 42 | 0 | 101 | 353 | 27 | 35 |
| Binary | 111000 | 111011 | 1011010 | 100110 | 100010 | 0 | 1000001 | 11101011 | 10111 | 11101 |
Color Harmonies of #383B5A
Complementary color
Monochromatic Colors of #383B5A
Black with #383B5A
Text Example
Text Example
White with #383B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B5A; }
p { color: rgb(56,59,90); }
H1.HeaderClassName
{
color: #383B5A;
}
.AnyTagClassName
{
color: #383B5A;
}
</style>
background-color css
<style>
a { background-color: #383B5A; }
a { background-color: rgb(56,59,90); }
div.DivClassName
{
background-color: #383B5A;
}
.BgClassName
{
background-color: #383B5A;
}
</style>
border-color css
<style>
span { border-color: #383B5A; }
span { border-color: rgb(56,59,90); }
td.TdClassName
{
border-color: #383B5A;
}
.TagClassName
{
border-color: #383B5A;
}
</style>