Shades of Deep Koamaru #303077
Tints of Deep Koamaru #303077
RGB
CMYK
RGB Variations
Color information
#303077 (or 0x303077) is known color: Deep Koamaru. HEX triplet: 30, 30 and 77. RGB value is (48,48,119). Sum of RGB (Red+Green+Blue) = 48+48+119=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #303077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303077 is #CFCF88. Grayscale: #373737. Windows color (decimal): -13619081 or 7811120. OLE color: 7811120.
HSL color Cylindrical-coordinate representation of color #303077: hue angle of 240º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #303077 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 48 | 119 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.53 |
| HSL | 240º | 0.43% | 0.33% | - |
| HSV(B) | 240º | 0.6% | 0.47% | - |
| XYZ | 5.61 | 4.07 | 17.94 | - |
| YUV | 56.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 119 | 0.60 | 0.60 | 0 | 0.53 | 240 | 0.43 | 0.33 |
| Hex | 30 | 30 | 77 | 3C | 3C | 0 | 35 | F0 | 2B | 21 |
| Octal | 60 | 60 | 167 | 74 | 74 | 0 | 65 | 360 | 53 | 41 |
| Binary | 110000 | 110000 | 1110111 | 111100 | 111100 | 0 | 110101 | 11110000 | 101011 | 100001 |
Color Harmonies of #303077
Complementary color
Monochromatic Colors of #303077
Black with #303077
Text Example
Text Example
White with #303077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303077; }
p { color: rgb(48,48,119); }
H1.HeaderClassName
{
color: #303077;
}
.AnyTagClassName
{
color: #303077;
}
</style>
background-color css
<style>
a { background-color: #303077; }
a { background-color: rgb(48,48,119); }
div.DivClassName
{
background-color: #303077;
}
.BgClassName
{
background-color: #303077;
}
</style>
border-color css
<style>
span { border-color: #303077; }
span { border-color: rgb(48,48,119); }
td.TdClassName
{
border-color: #303077;
}
.TagClassName
{
border-color: #303077;
}
</style>