Shades of Bay Of Many #303B64
Tints of Bay Of Many #303B64
RGB
CMYK
RGB Variations
Color information
#303B64 (or 0x303B64) is known color: Bay Of Many. HEX triplet: 30, 3B and 64. RGB value is (48,59,100). Sum of RGB (Red+Green+Blue) = 48+59+100=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #303B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B64 is #CFC49B. Grayscale: #3C3C3C. Windows color (decimal): -13616284 or 6568752. OLE color: 6568752.
HSL color Cylindrical-coordinate representation of color #303B64: hue angle of 227.31º 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 #303B64 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 59 | 100 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.61 |
| HSL | 227.31º | 0.35% | 0.29% | - |
| HSV(B) | 227.31º | 0.52% | 0.39% | - |
| XYZ | 5.08 | 4.68 | 12.69 | - |
| YUV | 60.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 100 | 0.52 | 0.41 | 0 | 0.61 | 227.31 | 0.35 | 0.29 |
| Hex | 30 | 3B | 64 | 34 | 29 | 0 | 3D | E3 | 23 | 1D |
| Octal | 60 | 73 | 144 | 64 | 51 | 0 | 75 | 343 | 43 | 35 |
| Binary | 110000 | 111011 | 1100100 | 110100 | 101001 | 0 | 111101 | 11100011 | 100011 | 11101 |
Color Harmonies of #303B64
Complementary color
Monochromatic Colors of #303B64
Black with #303B64
Text Example
Text Example
White with #303B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B64; }
p { color: rgb(48,59,100); }
H1.HeaderClassName
{
color: #303B64;
}
.AnyTagClassName
{
color: #303B64;
}
</style>
background-color css
<style>
a { background-color: #303B64; }
a { background-color: rgb(48,59,100); }
div.DivClassName
{
background-color: #303B64;
}
.BgClassName
{
background-color: #303B64;
}
</style>
border-color css
<style>
span { border-color: #303B64; }
span { border-color: rgb(48,59,100); }
td.TdClassName
{
border-color: #303B64;
}
.TagClassName
{
border-color: #303B64;
}
</style>