Shades of Deep Koamaru #303167
Tints of Deep Koamaru #303167
RGB
CMYK
RGB Variations
Color information
#303167 (or 0x303167) is known color: Deep Koamaru. HEX triplet: 30, 31 and 67. RGB value is (48,49,103). Sum of RGB (Red+Green+Blue) = 48+49+103=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #303167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303167 is #CFCE98. Grayscale: #363636. Windows color (decimal): -13618841 or 6762800. OLE color: 6762800.
HSL color Cylindrical-coordinate representation of color #303167: hue angle of 238.91º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #303167 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 49 | 103 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.60 |
| HSL | 238.91º | 0.36% | 0.3% | - |
| HSV(B) | 238.91º | 0.53% | 0.4% | - |
| XYZ | 4.77 | 3.8 | 13.32 | - |
| YUV | 54.86 | 155.17 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 103 | 0.53 | 0.52 | 0 | 0.60 | 238.91 | 0.36 | 0.3 |
| Hex | 30 | 31 | 67 | 35 | 34 | 0 | 3C | EF | 24 | 1E |
| Octal | 60 | 61 | 147 | 65 | 64 | 0 | 74 | 357 | 44 | 36 |
| Binary | 110000 | 110001 | 1100111 | 110101 | 110100 | 0 | 111100 | 11101111 | 100100 | 11110 |
Color Harmonies of #303167
Complementary color
Monochromatic Colors of #303167
Black with #303167
Text Example
Text Example
White with #303167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303167; }
p { color: rgb(48,49,103); }
H1.HeaderClassName
{
color: #303167;
}
.AnyTagClassName
{
color: #303167;
}
</style>
background-color css
<style>
a { background-color: #303167; }
a { background-color: rgb(48,49,103); }
div.DivClassName
{
background-color: #303167;
}
.BgClassName
{
background-color: #303167;
}
</style>
border-color css
<style>
span { border-color: #303167; }
span { border-color: rgb(48,49,103); }
td.TdClassName
{
border-color: #303167;
}
.TagClassName
{
border-color: #303167;
}
</style>