Shades of Bay Of Many #30355D
Tints of Bay Of Many #30355D
RGB
CMYK
RGB Variations
Color information
#30355D (or 0x30355D) is known color: Bay Of Many. HEX triplet: 30, 35 and 5D. RGB value is (48,53,93). Sum of RGB (Red+Green+Blue) = 48+53+93=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #30355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30355D is #CFCAA2. Grayscale: #373737. Windows color (decimal): -13617827 or 6108464. OLE color: 6108464.
HSL color Cylindrical-coordinate representation of color #30355D: hue angle of 233.33º 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 #30355D is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 53 | 93 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.64 |
| HSL | 233.33º | 0.32% | 0.28% | - |
| HSV(B) | 233.33º | 0.48% | 0.36% | - |
| XYZ | 4.47 | 3.96 | 10.89 | - |
| YUV | 56.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 93 | 0.48 | 0.43 | 0 | 0.64 | 233.33 | 0.32 | 0.28 |
| Hex | 30 | 35 | 5D | 30 | 2B | 0 | 40 | E9 | 20 | 1C |
| Octal | 60 | 65 | 135 | 60 | 53 | 0 | 100 | 351 | 40 | 34 |
| Binary | 110000 | 110101 | 1011101 | 110000 | 101011 | 0 | 1000000 | 11101001 | 100000 | 11100 |
Color Harmonies of #30355D
Complementary color
Monochromatic Colors of #30355D
Black with #30355D
Text Example
Text Example
White with #30355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30355D; }
p { color: rgb(48,53,93); }
H1.HeaderClassName
{
color: #30355D;
}
.AnyTagClassName
{
color: #30355D;
}
</style>
background-color css
<style>
a { background-color: #30355D; }
a { background-color: rgb(48,53,93); }
div.DivClassName
{
background-color: #30355D;
}
.BgClassName
{
background-color: #30355D;
}
</style>
border-color css
<style>
span { border-color: #30355D; }
span { border-color: rgb(48,53,93); }
td.TdClassName
{
border-color: #30355D;
}
.TagClassName
{
border-color: #30355D;
}
</style>