Shades of Bay Of Many #30385C
Tints of Bay Of Many #30385C
RGB
CMYK
RGB Variations
Color information
#30385C (or 0x30385C) is known color: Bay Of Many. HEX triplet: 30, 38 and 5C. RGB value is (48,56,92). Sum of RGB (Red+Green+Blue) = 48+56+92=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #30385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30385C is #CFC7A3. Grayscale: #393939. Windows color (decimal): -13617060 or 6043696. OLE color: 6043696.
HSL color Cylindrical-coordinate representation of color #30385C: hue angle of 229.09º 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 #30385C is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 56 | 92 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.64 |
| HSL | 229.09º | 0.31% | 0.27% | - |
| HSV(B) | 229.09º | 0.48% | 0.36% | - |
| XYZ | 4.56 | 4.23 | 10.7 | - |
| YUV | 57.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 92 | 0.48 | 0.39 | 0 | 0.64 | 229.09 | 0.31 | 0.27 |
| Hex | 30 | 38 | 5C | 30 | 27 | 0 | 40 | E5 | 1F | 1B |
| Octal | 60 | 70 | 134 | 60 | 47 | 0 | 100 | 345 | 37 | 33 |
| Binary | 110000 | 111000 | 1011100 | 110000 | 100111 | 0 | 1000000 | 11100101 | 11111 | 11011 |
Color Harmonies of #30385C
Complementary color
Monochromatic Colors of #30385C
Black with #30385C
Text Example
Text Example
White with #30385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30385C; }
p { color: rgb(48,56,92); }
H1.HeaderClassName
{
color: #30385C;
}
.AnyTagClassName
{
color: #30385C;
}
</style>
background-color css
<style>
a { background-color: #30385C; }
a { background-color: rgb(48,56,92); }
div.DivClassName
{
background-color: #30385C;
}
.BgClassName
{
background-color: #30385C;
}
</style>
border-color css
<style>
span { border-color: #30385C; }
span { border-color: rgb(48,56,92); }
td.TdClassName
{
border-color: #30385C;
}
.TagClassName
{
border-color: #30385C;
}
</style>