Shades of Bay Of Many #303963
Tints of Bay Of Many #303963
RGB
CMYK
RGB Variations
Color information
#303963 (or 0x303963) is known color: Bay Of Many. HEX triplet: 30, 39 and 63. RGB value is (48,57,99). Sum of RGB (Red+Green+Blue) = 48+57+99=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #303963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303963 is #CFC69C. Grayscale: #3A3A3A. Windows color (decimal): -13616797 or 6502704. OLE color: 6502704.
HSL color Cylindrical-coordinate representation of color #303963: hue angle of 229.41º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303963 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 57 | 99 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.61 |
| HSL | 229.41º | 0.35% | 0.29% | - |
| HSV(B) | 229.41º | 0.52% | 0.39% | - |
| XYZ | 4.93 | 4.46 | 12.4 | - |
| YUV | 59.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 99 | 0.52 | 0.42 | 0 | 0.61 | 229.41 | 0.35 | 0.29 |
| Hex | 30 | 39 | 63 | 34 | 2A | 0 | 3D | E5 | 23 | 1D |
| Octal | 60 | 71 | 143 | 64 | 52 | 0 | 75 | 345 | 43 | 35 |
| Binary | 110000 | 111001 | 1100011 | 110100 | 101010 | 0 | 111101 | 11100101 | 100011 | 11101 |
Color Harmonies of #303963
Complementary color
Monochromatic Colors of #303963
Black with #303963
Text Example
Text Example
White with #303963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303963; }
p { color: rgb(48,57,99); }
H1.HeaderClassName
{
color: #303963;
}
.AnyTagClassName
{
color: #303963;
}
</style>
background-color css
<style>
a { background-color: #303963; }
a { background-color: rgb(48,57,99); }
div.DivClassName
{
background-color: #303963;
}
.BgClassName
{
background-color: #303963;
}
</style>
border-color css
<style>
span { border-color: #303963; }
span { border-color: rgb(48,57,99); }
td.TdClassName
{
border-color: #303963;
}
.TagClassName
{
border-color: #303963;
}
</style>