Shades of Bay Of Many #30406B
Tints of Bay Of Many #30406B
RGB
CMYK
RGB Variations
Color information
#30406B (or 0x30406B) is known color: Bay Of Many. HEX triplet: 30, 40 and 6B. RGB value is (48,64,107). Sum of RGB (Red+Green+Blue) = 48+64+107=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #30406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30406B is #CFBF94. Grayscale: #3F3F3F. Windows color (decimal): -13614997 or 7028784. OLE color: 7028784.
HSL color Cylindrical-coordinate representation of color #30406B: hue angle of 223.73º 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 #30406B is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 64 | 107 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.58 |
| HSL | 223.73º | 0.38% | 0.3% | - |
| HSV(B) | 223.73º | 0.55% | 0.42% | - |
| XYZ | 5.71 | 5.36 | 14.64 | - |
| YUV | 64.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 107 | 0.55 | 0.40 | 0 | 0.58 | 223.73 | 0.38 | 0.3 |
| Hex | 30 | 40 | 6B | 37 | 28 | 0 | 3A | E0 | 26 | 1E |
| Octal | 60 | 100 | 153 | 67 | 50 | 0 | 72 | 340 | 46 | 36 |
| Binary | 110000 | 1000000 | 1101011 | 110111 | 101000 | 0 | 111010 | 11100000 | 100110 | 11110 |
Color Harmonies of #30406B
Complementary color
Monochromatic Colors of #30406B
Black with #30406B
Text Example
Text Example
White with #30406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30406B; }
p { color: rgb(48,64,107); }
H1.HeaderClassName
{
color: #30406B;
}
.AnyTagClassName
{
color: #30406B;
}
</style>
background-color css
<style>
a { background-color: #30406B; }
a { background-color: rgb(48,64,107); }
div.DivClassName
{
background-color: #30406B;
}
.BgClassName
{
background-color: #30406B;
}
</style>
border-color css
<style>
span { border-color: #30406B; }
span { border-color: rgb(48,64,107); }
td.TdClassName
{
border-color: #30406B;
}
.TagClassName
{
border-color: #30406B;
}
</style>