Shades of Deep Koamaru #302C78
Tints of Deep Koamaru #302C78
RGB
CMYK
RGB Variations
Color information
#302C78 (or 0x302C78) is known color: Deep Koamaru. HEX triplet: 30, 2C and 78. RGB value is (48,44,120). Sum of RGB (Red+Green+Blue) = 48+44+120=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #302C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C78 is #CFD387. Grayscale: #353535. Windows color (decimal): -13620104 or 7875632. OLE color: 7875632.
HSL color Cylindrical-coordinate representation of color #302C78: hue angle of 243.16º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #302C78 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 44 | 120 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.53 |
| HSL | 243.16º | 0.46% | 0.32% | - |
| HSV(B) | 243.16º | 0.63% | 0.47% | - |
| XYZ | 5.51 | 3.79 | 18.21 | - |
| YUV | 53.86 | 165.33 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 120 | 0.60 | 0.63 | 0 | 0.53 | 243.16 | 0.46 | 0.32 |
| Hex | 30 | 2C | 78 | 3C | 3F | 0 | 35 | F3 | 2E | 20 |
| Octal | 60 | 54 | 170 | 74 | 77 | 0 | 65 | 363 | 56 | 40 |
| Binary | 110000 | 101100 | 1111000 | 111100 | 111111 | 0 | 110101 | 11110011 | 101110 | 100000 |
Color Harmonies of #302C78
Complementary color
Monochromatic Colors of #302C78
Black with #302C78
Text Example
Text Example
White with #302C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C78; }
p { color: rgb(48,44,120); }
H1.HeaderClassName
{
color: #302C78;
}
.AnyTagClassName
{
color: #302C78;
}
</style>
background-color css
<style>
a { background-color: #302C78; }
a { background-color: rgb(48,44,120); }
div.DivClassName
{
background-color: #302C78;
}
.BgClassName
{
background-color: #302C78;
}
</style>
border-color css
<style>
span { border-color: #302C78; }
span { border-color: rgb(48,44,120); }
td.TdClassName
{
border-color: #302C78;
}
.TagClassName
{
border-color: #302C78;
}
</style>