Shades of Bay Of Many #30436A
Tints of Bay Of Many #30436A
RGB
CMYK
RGB Variations
Color information
#30436A (or 0x30436A) is known color: Bay Of Many. HEX triplet: 30, 43 and 6A. RGB value is (48,67,106). Sum of RGB (Red+Green+Blue) = 48+67+106=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #30436A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30436A is #CFBC95. Grayscale: #414141. Windows color (decimal): -13614230 or 6964016. OLE color: 6964016.
HSL color Cylindrical-coordinate representation of color #30436A: hue angle of 220.34º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30436A is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 67 | 106 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.58 |
| HSL | 220.34º | 0.38% | 0.3% | - |
| HSV(B) | 220.34º | 0.55% | 0.42% | - |
| XYZ | 5.83 | 5.68 | 14.43 | - |
| YUV | 65.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 106 | 0.55 | 0.37 | 0 | 0.58 | 220.34 | 0.38 | 0.3 |
| Hex | 30 | 43 | 6A | 37 | 25 | 0 | 3A | DC | 26 | 1E |
| Octal | 60 | 103 | 152 | 67 | 45 | 0 | 72 | 334 | 46 | 36 |
| Binary | 110000 | 1000011 | 1101010 | 110111 | 100101 | 0 | 111010 | 11011100 | 100110 | 11110 |
Color Harmonies of #30436A
Complementary color
Monochromatic Colors of #30436A
Black with #30436A
Text Example
Text Example
White with #30436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30436A; }
p { color: rgb(48,67,106); }
H1.HeaderClassName
{
color: #30436A;
}
.AnyTagClassName
{
color: #30436A;
}
</style>
background-color css
<style>
a { background-color: #30436A; }
a { background-color: rgb(48,67,106); }
div.DivClassName
{
background-color: #30436A;
}
.BgClassName
{
background-color: #30436A;
}
</style>
border-color css
<style>
span { border-color: #30436A; }
span { border-color: rgb(48,67,106); }
td.TdClassName
{
border-color: #30436A;
}
.TagClassName
{
border-color: #30436A;
}
</style>