Shades of Deep Koamaru #302C71
Tints of Deep Koamaru #302C71
RGB
CMYK
RGB Variations
Color information
#302C71 (or 0x302C71) is known color: Deep Koamaru. HEX triplet: 30, 2C and 71. RGB value is (48,44,113). Sum of RGB (Red+Green+Blue) = 48+44+113=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #302C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C71 is #CFD38E. Grayscale: #343434. Windows color (decimal): -13620111 or 7416880. OLE color: 7416880.
HSL color Cylindrical-coordinate representation of color #302C71: hue angle of 243.48º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #302C71 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 44 | 113 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.56 |
| HSL | 243.48º | 0.44% | 0.31% | - |
| HSV(B) | 243.48º | 0.61% | 0.44% | - |
| XYZ | 5.1 | 3.62 | 16.05 | - |
| YUV | 53.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 113 | 0.58 | 0.61 | 0 | 0.56 | 243.48 | 0.44 | 0.31 |
| Hex | 30 | 2C | 71 | 3A | 3D | 0 | 38 | F3 | 2C | 1F |
| Octal | 60 | 54 | 161 | 72 | 75 | 0 | 70 | 363 | 54 | 37 |
| Binary | 110000 | 101100 | 1110001 | 111010 | 111101 | 0 | 111000 | 11110011 | 101100 | 11111 |
Color Harmonies of #302C71
Complementary color
Monochromatic Colors of #302C71
Black with #302C71
Text Example
Text Example
White with #302C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C71; }
p { color: rgb(48,44,113); }
H1.HeaderClassName
{
color: #302C71;
}
.AnyTagClassName
{
color: #302C71;
}
</style>
background-color css
<style>
a { background-color: #302C71; }
a { background-color: rgb(48,44,113); }
div.DivClassName
{
background-color: #302C71;
}
.BgClassName
{
background-color: #302C71;
}
</style>
border-color css
<style>
span { border-color: #302C71; }
span { border-color: rgb(48,44,113); }
td.TdClassName
{
border-color: #302C71;
}
.TagClassName
{
border-color: #302C71;
}
</style>