Shades of Bay Of Many #303A62
Tints of Bay Of Many #303A62
RGB
CMYK
RGB Variations
Color information
#303A62 (or 0x303A62) is known color: Bay Of Many. HEX triplet: 30, 3A and 62. RGB value is (48,58,98). Sum of RGB (Red+Green+Blue) = 48+58+98=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #303A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A62 is #CFC59D. Grayscale: #3B3B3B. Windows color (decimal): -13616542 or 6437424. OLE color: 6437424.
HSL color Cylindrical-coordinate representation of color #303A62: hue angle of 228º 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 #303A62 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 58 | 98 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.62 |
| HSL | 228º | 0.34% | 0.29% | - |
| HSV(B) | 228º | 0.51% | 0.38% | - |
| XYZ | 4.94 | 4.54 | 12.17 | - |
| YUV | 59.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 98 | 0.51 | 0.41 | 0 | 0.62 | 228 | 0.34 | 0.29 |
| Hex | 30 | 3A | 62 | 33 | 29 | 0 | 3E | E4 | 22 | 1D |
| Octal | 60 | 72 | 142 | 63 | 51 | 0 | 76 | 344 | 42 | 35 |
| Binary | 110000 | 111010 | 1100010 | 110011 | 101001 | 0 | 111110 | 11100100 | 100010 | 11101 |
Color Harmonies of #303A62
Complementary color
Monochromatic Colors of #303A62
Black with #303A62
Text Example
Text Example
White with #303A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A62; }
p { color: rgb(48,58,98); }
H1.HeaderClassName
{
color: #303A62;
}
.AnyTagClassName
{
color: #303A62;
}
</style>
background-color css
<style>
a { background-color: #303A62; }
a { background-color: rgb(48,58,98); }
div.DivClassName
{
background-color: #303A62;
}
.BgClassName
{
background-color: #303A62;
}
</style>
border-color css
<style>
span { border-color: #303A62; }
span { border-color: rgb(48,58,98); }
td.TdClassName
{
border-color: #303A62;
}
.TagClassName
{
border-color: #303A62;
}
</style>