Shades of Bay Of Many #30385F
Tints of Bay Of Many #30385F
RGB
CMYK
RGB Variations
Color information
#30385F (or 0x30385F) is known color: Bay Of Many. HEX triplet: 30, 38 and 5F. RGB value is (48,56,95). Sum of RGB (Red+Green+Blue) = 48+56+95=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #30385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30385F is #CFC7A0. Grayscale: #393939. Windows color (decimal): -13617057 or 6240304. OLE color: 6240304.
HSL color Cylindrical-coordinate representation of color #30385F: hue angle of 229.79º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30385F is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 56 | 95 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.63 |
| HSL | 229.79º | 0.33% | 0.28% | - |
| HSV(B) | 229.79º | 0.49% | 0.37% | - |
| XYZ | 4.7 | 4.28 | 11.41 | - |
| YUV | 58.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 95 | 0.49 | 0.41 | 0 | 0.63 | 229.79 | 0.33 | 0.28 |
| Hex | 30 | 38 | 5F | 31 | 29 | 0 | 3F | E6 | 21 | 1C |
| Octal | 60 | 70 | 137 | 61 | 51 | 0 | 77 | 346 | 41 | 34 |
| Binary | 110000 | 111000 | 1011111 | 110001 | 101001 | 0 | 111111 | 11100110 | 100001 | 11100 |
Color Harmonies of #30385F
Complementary color
Monochromatic Colors of #30385F
Black with #30385F
Text Example
Text Example
White with #30385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30385F; }
p { color: rgb(48,56,95); }
H1.HeaderClassName
{
color: #30385F;
}
.AnyTagClassName
{
color: #30385F;
}
</style>
background-color css
<style>
a { background-color: #30385F; }
a { background-color: rgb(48,56,95); }
div.DivClassName
{
background-color: #30385F;
}
.BgClassName
{
background-color: #30385F;
}
</style>
border-color css
<style>
span { border-color: #30385F; }
span { border-color: rgb(48,56,95); }
td.TdClassName
{
border-color: #30385F;
}
.TagClassName
{
border-color: #30385F;
}
</style>