Shades of Deep Koamaru #303161
Tints of Deep Koamaru #303161
RGB
CMYK
RGB Variations
Color information
#303161 (or 0x303161) is known color: Deep Koamaru. HEX triplet: 30, 31 and 61. RGB value is (48,49,97). Sum of RGB (Red+Green+Blue) = 48+49+97=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #303161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303161 is #CFCE9E. Grayscale: #353535. Windows color (decimal): -13618847 or 6369584. OLE color: 6369584.
HSL color Cylindrical-coordinate representation of color #303161: hue angle of 238.78º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303161 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 49 | 97 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.62 |
| HSL | 238.78º | 0.34% | 0.28% | - |
| HSV(B) | 238.78º | 0.51% | 0.38% | - |
| XYZ | 4.47 | 3.69 | 11.79 | - |
| YUV | 54.17 | 152.17 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 97 | 0.51 | 0.49 | 0 | 0.62 | 238.78 | 0.34 | 0.28 |
| Hex | 30 | 31 | 61 | 33 | 31 | 0 | 3E | EF | 22 | 1C |
| Octal | 60 | 61 | 141 | 63 | 61 | 0 | 76 | 357 | 42 | 34 |
| Binary | 110000 | 110001 | 1100001 | 110011 | 110001 | 0 | 111110 | 11101111 | 100010 | 11100 |
Color Harmonies of #303161
Complementary color
Monochromatic Colors of #303161
Black with #303161
Text Example
Text Example
White with #303161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303161; }
p { color: rgb(48,49,97); }
H1.HeaderClassName
{
color: #303161;
}
.AnyTagClassName
{
color: #303161;
}
</style>
background-color css
<style>
a { background-color: #303161; }
a { background-color: rgb(48,49,97); }
div.DivClassName
{
background-color: #303161;
}
.BgClassName
{
background-color: #303161;
}
</style>
border-color css
<style>
span { border-color: #303161; }
span { border-color: rgb(48,49,97); }
td.TdClassName
{
border-color: #303161;
}
.TagClassName
{
border-color: #303161;
}
</style>