Shades of Bay Of Many #303B62
Tints of Bay Of Many #303B62
RGB
CMYK
RGB Variations
Color information
#303B62 (or 0x303B62) is known color: Bay Of Many. HEX triplet: 30, 3B and 62. RGB value is (48,59,98). Sum of RGB (Red+Green+Blue) = 48+59+98=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #303B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B62 is #CFC49D. Grayscale: #3B3B3B. Windows color (decimal): -13616286 or 6437680. OLE color: 6437680.
HSL color Cylindrical-coordinate representation of color #303B62: hue angle of 226.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303B62 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 59 | 98 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.62 |
| HSL | 226.8º | 0.34% | 0.29% | - |
| HSV(B) | 226.8º | 0.51% | 0.38% | - |
| XYZ | 4.99 | 4.64 | 12.19 | - |
| YUV | 60.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 98 | 0.51 | 0.40 | 0 | 0.62 | 226.8 | 0.34 | 0.29 |
| Hex | 30 | 3B | 62 | 33 | 28 | 0 | 3E | E3 | 22 | 1D |
| Octal | 60 | 73 | 142 | 63 | 50 | 0 | 76 | 343 | 42 | 35 |
| Binary | 110000 | 111011 | 1100010 | 110011 | 101000 | 0 | 111110 | 11100011 | 100010 | 11101 |
Color Harmonies of #303B62
Complementary color
Monochromatic Colors of #303B62
Black with #303B62
Text Example
Text Example
White with #303B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B62; }
p { color: rgb(48,59,98); }
H1.HeaderClassName
{
color: #303B62;
}
.AnyTagClassName
{
color: #303B62;
}
</style>
background-color css
<style>
a { background-color: #303B62; }
a { background-color: rgb(48,59,98); }
div.DivClassName
{
background-color: #303B62;
}
.BgClassName
{
background-color: #303B62;
}
</style>
border-color css
<style>
span { border-color: #303B62; }
span { border-color: rgb(48,59,98); }
td.TdClassName
{
border-color: #303B62;
}
.TagClassName
{
border-color: #303B62;
}
</style>