Shades of Bay Of Many #30386B
Tints of Bay Of Many #30386B
RGB
CMYK
RGB Variations
Color information
#30386B (or 0x30386B) is known color: Bay Of Many. HEX triplet: 30, 38 and 6B. RGB value is (48,56,107). Sum of RGB (Red+Green+Blue) = 48+56+107=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #30386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30386B is #CFC794. Grayscale: #3B3B3B. Windows color (decimal): -13617045 or 7026736. OLE color: 7026736.
HSL color Cylindrical-coordinate representation of color #30386B: hue angle of 231.86º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30386B is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 56 | 107 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.58 |
| HSL | 231.86º | 0.38% | 0.3% | - |
| HSV(B) | 231.86º | 0.55% | 0.42% | - |
| XYZ | 5.29 | 4.52 | 14.5 | - |
| YUV | 59.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 107 | 0.55 | 0.48 | 0 | 0.58 | 231.86 | 0.38 | 0.3 |
| Hex | 30 | 38 | 6B | 37 | 30 | 0 | 3A | E8 | 26 | 1E |
| Octal | 60 | 70 | 153 | 67 | 60 | 0 | 72 | 350 | 46 | 36 |
| Binary | 110000 | 111000 | 1101011 | 110111 | 110000 | 0 | 111010 | 11101000 | 100110 | 11110 |
Color Harmonies of #30386B
Complementary color
Monochromatic Colors of #30386B
Black with #30386B
Text Example
Text Example
White with #30386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30386B; }
p { color: rgb(48,56,107); }
H1.HeaderClassName
{
color: #30386B;
}
.AnyTagClassName
{
color: #30386B;
}
</style>
background-color css
<style>
a { background-color: #30386B; }
a { background-color: rgb(48,56,107); }
div.DivClassName
{
background-color: #30386B;
}
.BgClassName
{
background-color: #30386B;
}
</style>
border-color css
<style>
span { border-color: #30386B; }
span { border-color: rgb(48,56,107); }
td.TdClassName
{
border-color: #30386B;
}
.TagClassName
{
border-color: #30386B;
}
</style>