Shades of Bay Of Many #303B65
Tints of Bay Of Many #303B65
RGB
CMYK
RGB Variations
Color information
#303B65 (or 0x303B65) is known color: Bay Of Many. HEX triplet: 30, 3B and 65. RGB value is (48,59,101). Sum of RGB (Red+Green+Blue) = 48+59+101=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #303B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B65 is #CFC49A. Grayscale: #3C3C3C. Windows color (decimal): -13616283 or 6634288. OLE color: 6634288.
HSL color Cylindrical-coordinate representation of color #303B65: hue angle of 227.55º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303B65 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 59 | 101 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.60 |
| HSL | 227.55º | 0.36% | 0.29% | - |
| HSV(B) | 227.55º | 0.52% | 0.4% | - |
| XYZ | 5.13 | 4.7 | 12.95 | - |
| YUV | 60.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 101 | 0.52 | 0.42 | 0 | 0.60 | 227.55 | 0.36 | 0.29 |
| Hex | 30 | 3B | 65 | 34 | 2A | 0 | 3C | E4 | 24 | 1D |
| Octal | 60 | 73 | 145 | 64 | 52 | 0 | 74 | 344 | 44 | 35 |
| Binary | 110000 | 111011 | 1100101 | 110100 | 101010 | 0 | 111100 | 11100100 | 100100 | 11101 |
Color Harmonies of #303B65
Complementary color
Monochromatic Colors of #303B65
Black with #303B65
Text Example
Text Example
White with #303B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B65; }
p { color: rgb(48,59,101); }
H1.HeaderClassName
{
color: #303B65;
}
.AnyTagClassName
{
color: #303B65;
}
</style>
background-color css
<style>
a { background-color: #303B65; }
a { background-color: rgb(48,59,101); }
div.DivClassName
{
background-color: #303B65;
}
.BgClassName
{
background-color: #303B65;
}
</style>
border-color css
<style>
span { border-color: #303B65; }
span { border-color: rgb(48,59,101); }
td.TdClassName
{
border-color: #303B65;
}
.TagClassName
{
border-color: #303B65;
}
</style>