Shades of Bay Of Many #30375F
Tints of Bay Of Many #30375F
RGB
CMYK
RGB Variations
Color information
#30375F (or 0x30375F) is known color: Bay Of Many. HEX triplet: 30, 37 and 5F. RGB value is (48,55,95). Sum of RGB (Red+Green+Blue) = 48+55+95=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #30375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30375F is #CFC8A0. Grayscale: #393939. Windows color (decimal): -13617313 or 6240048. OLE color: 6240048.
HSL color Cylindrical-coordinate representation of color #30375F: hue angle of 231.06º 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 #30375F is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 55 | 95 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.63 |
| HSL | 231.06º | 0.33% | 0.28% | - |
| HSV(B) | 231.06º | 0.49% | 0.37% | - |
| XYZ | 4.65 | 4.19 | 11.39 | - |
| YUV | 57.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 95 | 0.49 | 0.42 | 0 | 0.63 | 231.06 | 0.33 | 0.28 |
| Hex | 30 | 37 | 5F | 31 | 2A | 0 | 3F | E7 | 21 | 1C |
| Octal | 60 | 67 | 137 | 61 | 52 | 0 | 77 | 347 | 41 | 34 |
| Binary | 110000 | 110111 | 1011111 | 110001 | 101010 | 0 | 111111 | 11100111 | 100001 | 11100 |
Color Harmonies of #30375F
Complementary color
Monochromatic Colors of #30375F
Black with #30375F
Text Example
Text Example
White with #30375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30375F; }
p { color: rgb(48,55,95); }
H1.HeaderClassName
{
color: #30375F;
}
.AnyTagClassName
{
color: #30375F;
}
</style>
background-color css
<style>
a { background-color: #30375F; }
a { background-color: rgb(48,55,95); }
div.DivClassName
{
background-color: #30375F;
}
.BgClassName
{
background-color: #30375F;
}
</style>
border-color css
<style>
span { border-color: #30375F; }
span { border-color: rgb(48,55,95); }
td.TdClassName
{
border-color: #30375F;
}
.TagClassName
{
border-color: #30375F;
}
</style>