Shades of Bay Of Many #30375D
Tints of Bay Of Many #30375D
RGB
CMYK
RGB Variations
Color information
#30375D (or 0x30375D) is known color: Bay Of Many. HEX triplet: 30, 37 and 5D. RGB value is (48,55,93). Sum of RGB (Red+Green+Blue) = 48+55+93=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #30375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30375D is #CFC8A2. Grayscale: #393939. Windows color (decimal): -13617315 or 6108976. OLE color: 6108976.
HSL color Cylindrical-coordinate representation of color #30375D: hue angle of 230.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30375D is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 55 | 93 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.64 |
| HSL | 230.67º | 0.32% | 0.28% | - |
| HSV(B) | 230.67º | 0.48% | 0.36% | - |
| XYZ | 4.56 | 4.15 | 10.92 | - |
| YUV | 57.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 93 | 0.48 | 0.41 | 0 | 0.64 | 230.67 | 0.32 | 0.28 |
| Hex | 30 | 37 | 5D | 30 | 29 | 0 | 40 | E7 | 20 | 1C |
| Octal | 60 | 67 | 135 | 60 | 51 | 0 | 100 | 347 | 40 | 34 |
| Binary | 110000 | 110111 | 1011101 | 110000 | 101001 | 0 | 1000000 | 11100111 | 100000 | 11100 |
Color Harmonies of #30375D
Complementary color
Monochromatic Colors of #30375D
Black with #30375D
Text Example
Text Example
White with #30375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30375D; }
p { color: rgb(48,55,93); }
H1.HeaderClassName
{
color: #30375D;
}
.AnyTagClassName
{
color: #30375D;
}
</style>
background-color css
<style>
a { background-color: #30375D; }
a { background-color: rgb(48,55,93); }
div.DivClassName
{
background-color: #30375D;
}
.BgClassName
{
background-color: #30375D;
}
</style>
border-color css
<style>
span { border-color: #30375D; }
span { border-color: rgb(48,55,93); }
td.TdClassName
{
border-color: #30375D;
}
.TagClassName
{
border-color: #30375D;
}
</style>