Shades of Deep Koamaru #303172
Tints of Deep Koamaru #303172
RGB
CMYK
RGB Variations
Color information
#303172 (or 0x303172) is known color: Deep Koamaru. HEX triplet: 30, 31 and 72. RGB value is (48,49,114). Sum of RGB (Red+Green+Blue) = 48+49+114=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #303172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303172 is #CFCE8D. Grayscale: #373737. Windows color (decimal): -13618830 or 7483696. OLE color: 7483696.
HSL color Cylindrical-coordinate representation of color #303172: hue angle of 239.09º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303172 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 49 | 114 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.55 |
| HSL | 239.09º | 0.41% | 0.32% | - |
| HSV(B) | 239.09º | 0.58% | 0.45% | - |
| XYZ | 5.35 | 4.04 | 16.42 | - |
| YUV | 56.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 114 | 0.58 | 0.57 | 0 | 0.55 | 239.09 | 0.41 | 0.32 |
| Hex | 30 | 31 | 72 | 3A | 39 | 0 | 37 | EF | 29 | 20 |
| Octal | 60 | 61 | 162 | 72 | 71 | 0 | 67 | 357 | 51 | 40 |
| Binary | 110000 | 110001 | 1110010 | 111010 | 111001 | 0 | 110111 | 11101111 | 101001 | 100000 |
Color Harmonies of #303172
Complementary color
Monochromatic Colors of #303172
Black with #303172
Text Example
Text Example
White with #303172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303172; }
p { color: rgb(48,49,114); }
H1.HeaderClassName
{
color: #303172;
}
.AnyTagClassName
{
color: #303172;
}
</style>
background-color css
<style>
a { background-color: #303172; }
a { background-color: rgb(48,49,114); }
div.DivClassName
{
background-color: #303172;
}
.BgClassName
{
background-color: #303172;
}
</style>
border-color css
<style>
span { border-color: #303172; }
span { border-color: rgb(48,49,114); }
td.TdClassName
{
border-color: #303172;
}
.TagClassName
{
border-color: #303172;
}
</style>