Shades of Deep Koamaru #302B76
Tints of Deep Koamaru #302B76
RGB
CMYK
RGB Variations
Color information
#302B76 (or 0x302B76) is known color: Deep Koamaru. HEX triplet: 30, 2B and 76. RGB value is (48,43,118). Sum of RGB (Red+Green+Blue) = 48+43+118=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #302B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B76 is #CFD489. Grayscale: #343434. Windows color (decimal): -13620362 or 7744304. OLE color: 7744304.
HSL color Cylindrical-coordinate representation of color #302B76: hue angle of 244º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #302B76 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 43 | 118 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.54 |
| HSL | 244º | 0.47% | 0.32% | - |
| HSV(B) | 244º | 0.64% | 0.46% | - |
| XYZ | 5.35 | 3.66 | 17.56 | - |
| YUV | 53.05 | 164.66 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 118 | 0.59 | 0.64 | 0 | 0.54 | 244 | 0.47 | 0.32 |
| Hex | 30 | 2B | 76 | 3B | 40 | 0 | 36 | F4 | 2F | 20 |
| Octal | 60 | 53 | 166 | 73 | 100 | 0 | 66 | 364 | 57 | 40 |
| Binary | 110000 | 101011 | 1110110 | 111011 | 1000000 | 0 | 110110 | 11110100 | 101111 | 100000 |
Color Harmonies of #302B76
Complementary color
Monochromatic Colors of #302B76
Black with #302B76
Text Example
Text Example
White with #302B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B76; }
p { color: rgb(48,43,118); }
H1.HeaderClassName
{
color: #302B76;
}
.AnyTagClassName
{
color: #302B76;
}
</style>
background-color css
<style>
a { background-color: #302B76; }
a { background-color: rgb(48,43,118); }
div.DivClassName
{
background-color: #302B76;
}
.BgClassName
{
background-color: #302B76;
}
</style>
border-color css
<style>
span { border-color: #302B76; }
span { border-color: rgb(48,43,118); }
td.TdClassName
{
border-color: #302B76;
}
.TagClassName
{
border-color: #302B76;
}
</style>