Shades of Bay Of Many #30365B
Tints of Bay Of Many #30365B
RGB
CMYK
RGB Variations
Color information
#30365B (or 0x30365B) is known color: Bay Of Many. HEX triplet: 30, 36 and 5B. RGB value is (48,54,91). Sum of RGB (Red+Green+Blue) = 48+54+91=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #30365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30365B is #CFC9A4. Grayscale: #383838. Windows color (decimal): -13617573 or 5977648. OLE color: 5977648.
HSL color Cylindrical-coordinate representation of color #30365B: hue angle of 231.63º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30365B is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 54 | 91 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.64 |
| HSL | 231.63º | 0.31% | 0.27% | - |
| HSV(B) | 231.63º | 0.47% | 0.36% | - |
| XYZ | 4.43 | 4.02 | 10.44 | - |
| YUV | 56.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 91 | 0.47 | 0.41 | 0 | 0.64 | 231.63 | 0.31 | 0.27 |
| Hex | 30 | 36 | 5B | 2F | 29 | 0 | 40 | E8 | 1F | 1B |
| Octal | 60 | 66 | 133 | 57 | 51 | 0 | 100 | 350 | 37 | 33 |
| Binary | 110000 | 110110 | 1011011 | 101111 | 101001 | 0 | 1000000 | 11101000 | 11111 | 11011 |
Color Harmonies of #30365B
Complementary color
Monochromatic Colors of #30365B
Black with #30365B
Text Example
Text Example
White with #30365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30365B; }
p { color: rgb(48,54,91); }
H1.HeaderClassName
{
color: #30365B;
}
.AnyTagClassName
{
color: #30365B;
}
</style>
background-color css
<style>
a { background-color: #30365B; }
a { background-color: rgb(48,54,91); }
div.DivClassName
{
background-color: #30365B;
}
.BgClassName
{
background-color: #30365B;
}
</style>
border-color css
<style>
span { border-color: #30365B; }
span { border-color: rgb(48,54,91); }
td.TdClassName
{
border-color: #30365B;
}
.TagClassName
{
border-color: #30365B;
}
</style>