Shades of Bay Of Many #303D66
Tints of Bay Of Many #303D66
RGB
CMYK
RGB Variations
Color information
#303D66 (or 0x303D66) is known color: Bay Of Many. HEX triplet: 30, 3D and 66. RGB value is (48,61,102). Sum of RGB (Red+Green+Blue) = 48+61+102=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #303D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D66 is #CFC299. Grayscale: #3D3D3D. Windows color (decimal): -13615770 or 6700336. OLE color: 6700336.
HSL color Cylindrical-coordinate representation of color #303D66: hue angle of 225.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #303D66 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 61 | 102 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.6 |
| HSL | 225.56º | 0.36% | 0.29% | - |
| HSV(B) | 225.56º | 0.53% | 0.4% | - |
| XYZ | 5.29 | 4.93 | 13.24 | - |
| YUV | 61.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 102 | 0.53 | 0.40 | 0 | 0.6 | 225.56 | 0.36 | 0.29 |
| Hex | 30 | 3D | 66 | 35 | 28 | 0 | 3C | E2 | 24 | 1D |
| Octal | 60 | 75 | 146 | 65 | 50 | 0 | 74 | 342 | 44 | 35 |
| Binary | 110000 | 111101 | 1100110 | 110101 | 101000 | 0 | 111100 | 11100010 | 100100 | 11101 |
Color Harmonies of #303D66
Complementary color
Monochromatic Colors of #303D66
Black with #303D66
Text Example
Text Example
White with #303D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D66; }
p { color: rgb(48,61,102); }
H1.HeaderClassName
{
color: #303D66;
}
.AnyTagClassName
{
color: #303D66;
}
</style>
background-color css
<style>
a { background-color: #303D66; }
a { background-color: rgb(48,61,102); }
div.DivClassName
{
background-color: #303D66;
}
.BgClassName
{
background-color: #303D66;
}
</style>
border-color css
<style>
span { border-color: #303D66; }
span { border-color: rgb(48,61,102); }
td.TdClassName
{
border-color: #303D66;
}
.TagClassName
{
border-color: #303D66;
}
</style>