Shades of Bay Of Many #30365C
Tints of Bay Of Many #30365C
RGB
CMYK
RGB Variations
Color information
#30365C (or 0x30365C) is known color: Bay Of Many. HEX triplet: 30, 36 and 5C. RGB value is (48,54,92). Sum of RGB (Red+Green+Blue) = 48+54+92=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #30365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30365C is #CFC9A3. Grayscale: #383838. Windows color (decimal): -13617572 or 6043184. OLE color: 6043184.
HSL color Cylindrical-coordinate representation of color #30365C: hue angle of 231.82º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30365C is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 54 | 92 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.64 |
| HSL | 231.82º | 0.31% | 0.27% | - |
| HSV(B) | 231.82º | 0.48% | 0.36% | - |
| XYZ | 4.47 | 4.04 | 10.67 | - |
| YUV | 56.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 92 | 0.48 | 0.41 | 0 | 0.64 | 231.82 | 0.31 | 0.27 |
| Hex | 30 | 36 | 5C | 30 | 29 | 0 | 40 | E8 | 1F | 1B |
| Octal | 60 | 66 | 134 | 60 | 51 | 0 | 100 | 350 | 37 | 33 |
| Binary | 110000 | 110110 | 1011100 | 110000 | 101001 | 0 | 1000000 | 11101000 | 11111 | 11011 |
Color Harmonies of #30365C
Complementary color
Monochromatic Colors of #30365C
Black with #30365C
Text Example
Text Example
White with #30365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30365C; }
p { color: rgb(48,54,92); }
H1.HeaderClassName
{
color: #30365C;
}
.AnyTagClassName
{
color: #30365C;
}
</style>
background-color css
<style>
a { background-color: #30365C; }
a { background-color: rgb(48,54,92); }
div.DivClassName
{
background-color: #30365C;
}
.BgClassName
{
background-color: #30365C;
}
</style>
border-color css
<style>
span { border-color: #30365C; }
span { border-color: rgb(48,54,92); }
td.TdClassName
{
border-color: #30365C;
}
.TagClassName
{
border-color: #30365C;
}
</style>