Shades of Bay Of Many #30365A
Tints of Bay Of Many #30365A
RGB
CMYK
RGB Variations
Color information
#30365A (or 0x30365A) is known color: Bay Of Many. HEX triplet: 30, 36 and 5A. RGB value is (48,54,90). Sum of RGB (Red+Green+Blue) = 48+54+90=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #30365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30365A is #CFC9A5. Grayscale: #383838. Windows color (decimal): -13617574 or 5912112. OLE color: 5912112.
HSL color Cylindrical-coordinate representation of color #30365A: hue angle of 231.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30365A is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 54 | 90 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.65 |
| HSL | 231.43º | 0.3% | 0.27% | - |
| HSV(B) | 231.43º | 0.47% | 0.35% | - |
| XYZ | 4.38 | 4 | 10.21 | - |
| YUV | 56.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 90 | 0.47 | 0.40 | 0 | 0.65 | 231.43 | 0.3 | 0.27 |
| Hex | 30 | 36 | 5A | 2F | 28 | 0 | 41 | E7 | 1E | 1B |
| Octal | 60 | 66 | 132 | 57 | 50 | 0 | 101 | 347 | 36 | 33 |
| Binary | 110000 | 110110 | 1011010 | 101111 | 101000 | 0 | 1000001 | 11100111 | 11110 | 11011 |
Color Harmonies of #30365A
Complementary color
Monochromatic Colors of #30365A
Black with #30365A
Text Example
Text Example
White with #30365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30365A; }
p { color: rgb(48,54,90); }
H1.HeaderClassName
{
color: #30365A;
}
.AnyTagClassName
{
color: #30365A;
}
</style>
background-color css
<style>
a { background-color: #30365A; }
a { background-color: rgb(48,54,90); }
div.DivClassName
{
background-color: #30365A;
}
.BgClassName
{
background-color: #30365A;
}
</style>
border-color css
<style>
span { border-color: #30365A; }
span { border-color: rgb(48,54,90); }
td.TdClassName
{
border-color: #30365A;
}
.TagClassName
{
border-color: #30365A;
}
</style>