Shades of Bay Of Many #303F6B
Tints of Bay Of Many #303F6B
RGB
CMYK
RGB Variations
Color information
#303F6B (or 0x303F6B) is known color: Bay Of Many. HEX triplet: 30, 3F and 6B. RGB value is (48,63,107). Sum of RGB (Red+Green+Blue) = 48+63+107=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #303F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F6B is #CFC094. Grayscale: #3F3F3F. Windows color (decimal): -13615253 or 7028528. OLE color: 7028528.
HSL color Cylindrical-coordinate representation of color #303F6B: hue angle of 224.75º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #303F6B is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 63 | 107 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.58 |
| HSL | 224.75º | 0.38% | 0.3% | - |
| HSV(B) | 224.75º | 0.55% | 0.42% | - |
| XYZ | 5.65 | 5.24 | 14.62 | - |
| YUV | 63.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 107 | 0.55 | 0.41 | 0 | 0.58 | 224.75 | 0.38 | 0.3 |
| Hex | 30 | 3F | 6B | 37 | 29 | 0 | 3A | E1 | 26 | 1E |
| Octal | 60 | 77 | 153 | 67 | 51 | 0 | 72 | 341 | 46 | 36 |
| Binary | 110000 | 111111 | 1101011 | 110111 | 101001 | 0 | 111010 | 11100001 | 100110 | 11110 |
Color Harmonies of #303F6B
Complementary color
Monochromatic Colors of #303F6B
Black with #303F6B
Text Example
Text Example
White with #303F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F6B; }
p { color: rgb(48,63,107); }
H1.HeaderClassName
{
color: #303F6B;
}
.AnyTagClassName
{
color: #303F6B;
}
</style>
background-color css
<style>
a { background-color: #303F6B; }
a { background-color: rgb(48,63,107); }
div.DivClassName
{
background-color: #303F6B;
}
.BgClassName
{
background-color: #303F6B;
}
</style>
border-color css
<style>
span { border-color: #303F6B; }
span { border-color: rgb(48,63,107); }
td.TdClassName
{
border-color: #303F6B;
}
.TagClassName
{
border-color: #303F6B;
}
</style>