Shades of Deep Koamaru #302C66
Tints of Deep Koamaru #302C66
RGB
CMYK
RGB Variations
Color information
#302C66 (or 0x302C66) is known color: Deep Koamaru. HEX triplet: 30, 2C and 66. RGB value is (48,44,102). Sum of RGB (Red+Green+Blue) = 48+44+102=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #302C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C66 is #CFD399. Grayscale: #333333. Windows color (decimal): -13620122 or 6695984. OLE color: 6695984.
HSL color Cylindrical-coordinate representation of color #302C66: hue angle of 244.14º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #302C66 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 44 | 102 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.6 |
| HSL | 244.14º | 0.4% | 0.29% | - |
| HSV(B) | 244.14º | 0.57% | 0.4% | - |
| XYZ | 4.52 | 3.39 | 12.99 | - |
| YUV | 51.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 102 | 0.53 | 0.57 | 0 | 0.6 | 244.14 | 0.4 | 0.29 |
| Hex | 30 | 2C | 66 | 35 | 39 | 0 | 3C | F4 | 28 | 1D |
| Octal | 60 | 54 | 146 | 65 | 71 | 0 | 74 | 364 | 50 | 35 |
| Binary | 110000 | 101100 | 1100110 | 110101 | 111001 | 0 | 111100 | 11110100 | 101000 | 11101 |
Color Harmonies of #302C66
Complementary color
Monochromatic Colors of #302C66
Black with #302C66
Text Example
Text Example
White with #302C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C66; }
p { color: rgb(48,44,102); }
H1.HeaderClassName
{
color: #302C66;
}
.AnyTagClassName
{
color: #302C66;
}
</style>
background-color css
<style>
a { background-color: #302C66; }
a { background-color: rgb(48,44,102); }
div.DivClassName
{
background-color: #302C66;
}
.BgClassName
{
background-color: #302C66;
}
</style>
border-color css
<style>
span { border-color: #302C66; }
span { border-color: rgb(48,44,102); }
td.TdClassName
{
border-color: #302C66;
}
.TagClassName
{
border-color: #302C66;
}
</style>