Shades of Bay Of Many #383C5A
Tints of Bay Of Many #383C5A
RGB
CMYK
RGB Variations
Color information
#383C5A (or 0x383C5A) is known color: Bay Of Many. HEX triplet: 38, 3C and 5A. RGB value is (56,60,90). Sum of RGB (Red+Green+Blue) = 56+60+90=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #383C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C5A is #C7C3A5. Grayscale: #3E3E3E. Windows color (decimal): -13091750 or 5913656. OLE color: 5913656.
HSL color Cylindrical-coordinate representation of color #383C5A: hue angle of 232.94º 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 #383C5A is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 60 | 90 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.65 |
| HSL | 232.94º | 0.23% | 0.29% | - |
| HSV(B) | 232.94º | 0.38% | 0.35% | - |
| XYZ | 5.09 | 4.81 | 10.33 | - |
| YUV | 62.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 90 | 0.38 | 0.33 | 0 | 0.65 | 232.94 | 0.23 | 0.29 |
| Hex | 38 | 3C | 5A | 26 | 21 | 0 | 41 | E9 | 17 | 1D |
| Octal | 70 | 74 | 132 | 46 | 41 | 0 | 101 | 351 | 27 | 35 |
| Binary | 111000 | 111100 | 1011010 | 100110 | 100001 | 0 | 1000001 | 11101001 | 10111 | 11101 |
Color Harmonies of #383C5A
Complementary color
Monochromatic Colors of #383C5A
Black with #383C5A
Text Example
Text Example
White with #383C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C5A; }
p { color: rgb(56,60,90); }
H1.HeaderClassName
{
color: #383C5A;
}
.AnyTagClassName
{
color: #383C5A;
}
</style>
background-color css
<style>
a { background-color: #383C5A; }
a { background-color: rgb(56,60,90); }
div.DivClassName
{
background-color: #383C5A;
}
.BgClassName
{
background-color: #383C5A;
}
</style>
border-color css
<style>
span { border-color: #383C5A; }
span { border-color: rgb(56,60,90); }
td.TdClassName
{
border-color: #383C5A;
}
.TagClassName
{
border-color: #383C5A;
}
</style>