Shades of Bay Of Many #303C66
Tints of Bay Of Many #303C66
RGB
CMYK
RGB Variations
Color information
#303C66 (or 0x303C66) is known color: Bay Of Many. HEX triplet: 30, 3C and 66. RGB value is (48,60,102). Sum of RGB (Red+Green+Blue) = 48+60+102=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #303C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C66 is #CFC399. Grayscale: #3D3D3D. Windows color (decimal): -13616026 or 6700080. OLE color: 6700080.
HSL color Cylindrical-coordinate representation of color #303C66: hue angle of 226.67º 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 #303C66 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 60 | 102 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.6 |
| HSL | 226.67º | 0.36% | 0.29% | - |
| HSV(B) | 226.67º | 0.53% | 0.4% | - |
| XYZ | 5.23 | 4.82 | 13.22 | - |
| YUV | 61.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 102 | 0.53 | 0.41 | 0 | 0.6 | 226.67 | 0.36 | 0.29 |
| Hex | 30 | 3C | 66 | 35 | 29 | 0 | 3C | E3 | 24 | 1D |
| Octal | 60 | 74 | 146 | 65 | 51 | 0 | 74 | 343 | 44 | 35 |
| Binary | 110000 | 111100 | 1100110 | 110101 | 101001 | 0 | 111100 | 11100011 | 100100 | 11101 |
Color Harmonies of #303C66
Complementary color
Monochromatic Colors of #303C66
Black with #303C66
Text Example
Text Example
White with #303C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C66; }
p { color: rgb(48,60,102); }
H1.HeaderClassName
{
color: #303C66;
}
.AnyTagClassName
{
color: #303C66;
}
</style>
background-color css
<style>
a { background-color: #303C66; }
a { background-color: rgb(48,60,102); }
div.DivClassName
{
background-color: #303C66;
}
.BgClassName
{
background-color: #303C66;
}
</style>
border-color css
<style>
span { border-color: #303C66; }
span { border-color: rgb(48,60,102); }
td.TdClassName
{
border-color: #303C66;
}
.TagClassName
{
border-color: #303C66;
}
</style>