Shades of Bay Of Many #303F66
Tints of Bay Of Many #303F66
RGB
CMYK
RGB Variations
Color information
#303F66 (or 0x303F66) is known color: Bay Of Many. HEX triplet: 30, 3F and 66. RGB value is (48,63,102). Sum of RGB (Red+Green+Blue) = 48+63+102=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #303F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F66 is #CFC099. Grayscale: #3E3E3E. Windows color (decimal): -13615258 or 6700848. OLE color: 6700848.
HSL color Cylindrical-coordinate representation of color #303F66: hue angle of 223.33º 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 #303F66 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 63 | 102 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.6 |
| HSL | 223.33º | 0.36% | 0.29% | - |
| HSV(B) | 223.33º | 0.53% | 0.4% | - |
| XYZ | 5.39 | 5.14 | 13.28 | - |
| YUV | 62.96 | 150.03 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 102 | 0.53 | 0.38 | 0 | 0.6 | 223.33 | 0.36 | 0.29 |
| Hex | 30 | 3F | 66 | 35 | 26 | 0 | 3C | DF | 24 | 1D |
| Octal | 60 | 77 | 146 | 65 | 46 | 0 | 74 | 337 | 44 | 35 |
| Binary | 110000 | 111111 | 1100110 | 110101 | 100110 | 0 | 111100 | 11011111 | 100100 | 11101 |
Color Harmonies of #303F66
Complementary color
Monochromatic Colors of #303F66
Black with #303F66
Text Example
Text Example
White with #303F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F66; }
p { color: rgb(48,63,102); }
H1.HeaderClassName
{
color: #303F66;
}
.AnyTagClassName
{
color: #303F66;
}
</style>
background-color css
<style>
a { background-color: #303F66; }
a { background-color: rgb(48,63,102); }
div.DivClassName
{
background-color: #303F66;
}
.BgClassName
{
background-color: #303F66;
}
</style>
border-color css
<style>
span { border-color: #303F66; }
span { border-color: rgb(48,63,102); }
td.TdClassName
{
border-color: #303F66;
}
.TagClassName
{
border-color: #303F66;
}
</style>