Shades of Bay Of Many #30446B
Tints of Bay Of Many #30446B
RGB
CMYK
RGB Variations
Color information
#30446B (or 0x30446B) is known color: Bay Of Many. HEX triplet: 30, 44 and 6B. RGB value is (48,68,107). Sum of RGB (Red+Green+Blue) = 48+68+107=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #30446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30446B is #CFBB94. Grayscale: #424242. Windows color (decimal): -13613973 or 7029808. OLE color: 7029808.
HSL color Cylindrical-coordinate representation of color #30446B: hue angle of 219.66º 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 #30446B is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 68 | 107 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.58 |
| HSL | 219.66º | 0.38% | 0.3% | - |
| HSV(B) | 219.66º | 0.55% | 0.42% | - |
| XYZ | 5.94 | 5.82 | 14.72 | - |
| YUV | 66.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 107 | 0.55 | 0.36 | 0 | 0.58 | 219.66 | 0.38 | 0.3 |
| Hex | 30 | 44 | 6B | 37 | 24 | 0 | 3A | DC | 26 | 1E |
| Octal | 60 | 104 | 153 | 67 | 44 | 0 | 72 | 334 | 46 | 36 |
| Binary | 110000 | 1000100 | 1101011 | 110111 | 100100 | 0 | 111010 | 11011100 | 100110 | 11110 |
Color Harmonies of #30446B
Complementary color
Monochromatic Colors of #30446B
Black with #30446B
Text Example
Text Example
White with #30446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30446B; }
p { color: rgb(48,68,107); }
H1.HeaderClassName
{
color: #30446B;
}
.AnyTagClassName
{
color: #30446B;
}
</style>
background-color css
<style>
a { background-color: #30446B; }
a { background-color: rgb(48,68,107); }
div.DivClassName
{
background-color: #30446B;
}
.BgClassName
{
background-color: #30446B;
}
</style>
border-color css
<style>
span { border-color: #30446B; }
span { border-color: rgb(48,68,107); }
td.TdClassName
{
border-color: #30446B;
}
.TagClassName
{
border-color: #30446B;
}
</style>