Shades of Deep Koamaru #302F76
Tints of Deep Koamaru #302F76
RGB
CMYK
RGB Variations
Color information
#302F76 (or 0x302F76) is known color: Deep Koamaru. HEX triplet: 30, 2F and 76. RGB value is (48,47,118). Sum of RGB (Red+Green+Blue) = 48+47+118=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #302F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F76 is #CFD089. Grayscale: #373737. Windows color (decimal): -13619338 or 7745328. OLE color: 7745328.
HSL color Cylindrical-coordinate representation of color #302F76: hue angle of 240.85º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302F76 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 47 | 118 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.54 |
| HSL | 240.85º | 0.43% | 0.32% | - |
| HSV(B) | 240.85º | 0.6% | 0.46% | - |
| XYZ | 5.51 | 3.97 | 17.62 | - |
| YUV | 55.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 118 | 0.59 | 0.60 | 0 | 0.54 | 240.85 | 0.43 | 0.32 |
| Hex | 30 | 2F | 76 | 3B | 3C | 0 | 36 | F1 | 2B | 20 |
| Octal | 60 | 57 | 166 | 73 | 74 | 0 | 66 | 361 | 53 | 40 |
| Binary | 110000 | 101111 | 1110110 | 111011 | 111100 | 0 | 110110 | 11110001 | 101011 | 100000 |
Color Harmonies of #302F76
Complementary color
Monochromatic Colors of #302F76
Black with #302F76
Text Example
Text Example
White with #302F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F76; }
p { color: rgb(48,47,118); }
H1.HeaderClassName
{
color: #302F76;
}
.AnyTagClassName
{
color: #302F76;
}
</style>
background-color css
<style>
a { background-color: #302F76; }
a { background-color: rgb(48,47,118); }
div.DivClassName
{
background-color: #302F76;
}
.BgClassName
{
background-color: #302F76;
}
</style>
border-color css
<style>
span { border-color: #302F76; }
span { border-color: rgb(48,47,118); }
td.TdClassName
{
border-color: #302F76;
}
.TagClassName
{
border-color: #302F76;
}
</style>