Shades of Bay Of Many #303B61
Tints of Bay Of Many #303B61
RGB
CMYK
RGB Variations
Color information
#303B61 (or 0x303B61) is known color: Bay Of Many. HEX triplet: 30, 3B and 61. RGB value is (48,59,97). Sum of RGB (Red+Green+Blue) = 48+59+97=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #303B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B61 is #CFC49E. Grayscale: #3B3B3B. Windows color (decimal): -13616287 or 6372144. OLE color: 6372144.
HSL color Cylindrical-coordinate representation of color #303B61: hue angle of 226.53º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303B61 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 59 | 97 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.62 |
| HSL | 226.53º | 0.34% | 0.28% | - |
| HSV(B) | 226.53º | 0.51% | 0.38% | - |
| XYZ | 4.94 | 4.62 | 11.94 | - |
| YUV | 60.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 97 | 0.51 | 0.39 | 0 | 0.62 | 226.53 | 0.34 | 0.28 |
| Hex | 30 | 3B | 61 | 33 | 27 | 0 | 3E | E3 | 22 | 1C |
| Octal | 60 | 73 | 141 | 63 | 47 | 0 | 76 | 343 | 42 | 34 |
| Binary | 110000 | 111011 | 1100001 | 110011 | 100111 | 0 | 111110 | 11100011 | 100010 | 11100 |
Color Harmonies of #303B61
Complementary color
Monochromatic Colors of #303B61
Black with #303B61
Text Example
Text Example
White with #303B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B61; }
p { color: rgb(48,59,97); }
H1.HeaderClassName
{
color: #303B61;
}
.AnyTagClassName
{
color: #303B61;
}
</style>
background-color css
<style>
a { background-color: #303B61; }
a { background-color: rgb(48,59,97); }
div.DivClassName
{
background-color: #303B61;
}
.BgClassName
{
background-color: #303B61;
}
</style>
border-color css
<style>
span { border-color: #303B61; }
span { border-color: rgb(48,59,97); }
td.TdClassName
{
border-color: #303B61;
}
.TagClassName
{
border-color: #303B61;
}
</style>