Shades of Deep Koamaru #302D78
Tints of Deep Koamaru #302D78
RGB
CMYK
RGB Variations
Color information
#302D78 (or 0x302D78) is known color: Deep Koamaru. HEX triplet: 30, 2D and 78. RGB value is (48,45,120). Sum of RGB (Red+Green+Blue) = 48+45+120=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #302D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D78 is #CFD287. Grayscale: #363636. Windows color (decimal): -13619848 or 7875888. OLE color: 7875888.
HSL color Cylindrical-coordinate representation of color #302D78: hue angle of 242.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302D78 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 45 | 120 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.53 |
| HSL | 242.4º | 0.45% | 0.32% | - |
| HSV(B) | 242.4º | 0.63% | 0.47% | - |
| XYZ | 5.55 | 3.86 | 18.22 | - |
| YUV | 54.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 120 | 0.60 | 0.63 | 0 | 0.53 | 242.4 | 0.45 | 0.32 |
| Hex | 30 | 2D | 78 | 3C | 3F | 0 | 35 | F2 | 2D | 20 |
| Octal | 60 | 55 | 170 | 74 | 77 | 0 | 65 | 362 | 55 | 40 |
| Binary | 110000 | 101101 | 1111000 | 111100 | 111111 | 0 | 110101 | 11110010 | 101101 | 100000 |
Color Harmonies of #302D78
Complementary color
Monochromatic Colors of #302D78
Black with #302D78
Text Example
Text Example
White with #302D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D78; }
p { color: rgb(48,45,120); }
H1.HeaderClassName
{
color: #302D78;
}
.AnyTagClassName
{
color: #302D78;
}
</style>
background-color css
<style>
a { background-color: #302D78; }
a { background-color: rgb(48,45,120); }
div.DivClassName
{
background-color: #302D78;
}
.BgClassName
{
background-color: #302D78;
}
</style>
border-color css
<style>
span { border-color: #302D78; }
span { border-color: rgb(48,45,120); }
td.TdClassName
{
border-color: #302D78;
}
.TagClassName
{
border-color: #302D78;
}
</style>