Shades of Bay Of Many #303D63
Tints of Bay Of Many #303D63
RGB
CMYK
RGB Variations
Color information
#303D63 (or 0x303D63) is known color: Bay Of Many. HEX triplet: 30, 3D and 63. RGB value is (48,61,99). Sum of RGB (Red+Green+Blue) = 48+61+99=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #303D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D63 is #CFC29C. Grayscale: #3D3D3D. Windows color (decimal): -13615773 or 6503728. OLE color: 6503728.
HSL color Cylindrical-coordinate representation of color #303D63: hue angle of 224.71º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303D63 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 61 | 99 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.61 |
| HSL | 224.71º | 0.35% | 0.29% | - |
| HSV(B) | 224.71º | 0.52% | 0.39% | - |
| XYZ | 5.14 | 4.87 | 12.47 | - |
| YUV | 61.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 99 | 0.52 | 0.38 | 0 | 0.61 | 224.71 | 0.35 | 0.29 |
| Hex | 30 | 3D | 63 | 34 | 26 | 0 | 3D | E1 | 23 | 1D |
| Octal | 60 | 75 | 143 | 64 | 46 | 0 | 75 | 341 | 43 | 35 |
| Binary | 110000 | 111101 | 1100011 | 110100 | 100110 | 0 | 111101 | 11100001 | 100011 | 11101 |
Color Harmonies of #303D63
Complementary color
Monochromatic Colors of #303D63
Black with #303D63
Text Example
Text Example
White with #303D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D63; }
p { color: rgb(48,61,99); }
H1.HeaderClassName
{
color: #303D63;
}
.AnyTagClassName
{
color: #303D63;
}
</style>
background-color css
<style>
a { background-color: #303D63; }
a { background-color: rgb(48,61,99); }
div.DivClassName
{
background-color: #303D63;
}
.BgClassName
{
background-color: #303D63;
}
</style>
border-color css
<style>
span { border-color: #303D63; }
span { border-color: rgb(48,61,99); }
td.TdClassName
{
border-color: #303D63;
}
.TagClassName
{
border-color: #303D63;
}
</style>