Shades of Bay Of Many #30396B
Tints of Bay Of Many #30396B
RGB
CMYK
RGB Variations
Color information
#30396B (or 0x30396B) is known color: Bay Of Many. HEX triplet: 30, 39 and 6B. RGB value is (48,57,107). Sum of RGB (Red+Green+Blue) = 48+57+107=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #30396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30396B is #CFC694. Grayscale: #3B3B3B. Windows color (decimal): -13616789 or 7026992. OLE color: 7026992.
HSL color Cylindrical-coordinate representation of color #30396B: hue angle of 230.85º 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 #30396B is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 57 | 107 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.58 |
| HSL | 230.85º | 0.38% | 0.3% | - |
| HSV(B) | 230.85º | 0.55% | 0.42% | - |
| XYZ | 5.34 | 4.62 | 14.52 | - |
| YUV | 60.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 107 | 0.55 | 0.47 | 0 | 0.58 | 230.85 | 0.38 | 0.3 |
| Hex | 30 | 39 | 6B | 37 | 2F | 0 | 3A | E7 | 26 | 1E |
| Octal | 60 | 71 | 153 | 67 | 57 | 0 | 72 | 347 | 46 | 36 |
| Binary | 110000 | 111001 | 1101011 | 110111 | 101111 | 0 | 111010 | 11100111 | 100110 | 11110 |
Color Harmonies of #30396B
Complementary color
Monochromatic Colors of #30396B
Black with #30396B
Text Example
Text Example
White with #30396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30396B; }
p { color: rgb(48,57,107); }
H1.HeaderClassName
{
color: #30396B;
}
.AnyTagClassName
{
color: #30396B;
}
</style>
background-color css
<style>
a { background-color: #30396B; }
a { background-color: rgb(48,57,107); }
div.DivClassName
{
background-color: #30396B;
}
.BgClassName
{
background-color: #30396B;
}
</style>
border-color css
<style>
span { border-color: #30396B; }
span { border-color: rgb(48,57,107); }
td.TdClassName
{
border-color: #30396B;
}
.TagClassName
{
border-color: #30396B;
}
</style>