Shades of Deep Koamaru #302B7A
Tints of Deep Koamaru #302B7A
RGB
CMYK
RGB Variations
Color information
#302B7A (or 0x302B7A) is known color: Deep Koamaru. HEX triplet: 30, 2B and 7A. RGB value is (48,43,122). Sum of RGB (Red+Green+Blue) = 48+43+122=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #302B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B7A is #CFD485. Grayscale: #353535. Windows color (decimal): -13620358 or 8006448. OLE color: 8006448.
HSL color Cylindrical-coordinate representation of color #302B7A: hue angle of 243.8º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302B7A is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 43 | 122 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.52 |
| HSL | 243.8º | 0.48% | 0.32% | - |
| HSV(B) | 243.8º | 0.65% | 0.48% | - |
| XYZ | 5.6 | 3.76 | 18.84 | - |
| YUV | 53.5 | 166.66 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 122 | 0.61 | 0.65 | 0 | 0.52 | 243.8 | 0.48 | 0.32 |
| Hex | 30 | 2B | 7A | 3D | 41 | 0 | 34 | F4 | 30 | 20 |
| Octal | 60 | 53 | 172 | 75 | 101 | 0 | 64 | 364 | 60 | 40 |
| Binary | 110000 | 101011 | 1111010 | 111101 | 1000001 | 0 | 110100 | 11110100 | 110000 | 100000 |
Color Harmonies of #302B7A
Complementary color
Monochromatic Colors of #302B7A
Black with #302B7A
Text Example
Text Example
White with #302B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B7A; }
p { color: rgb(48,43,122); }
H1.HeaderClassName
{
color: #302B7A;
}
.AnyTagClassName
{
color: #302B7A;
}
</style>
background-color css
<style>
a { background-color: #302B7A; }
a { background-color: rgb(48,43,122); }
div.DivClassName
{
background-color: #302B7A;
}
.BgClassName
{
background-color: #302B7A;
}
</style>
border-color css
<style>
span { border-color: #302B7A; }
span { border-color: rgb(48,43,122); }
td.TdClassName
{
border-color: #302B7A;
}
.TagClassName
{
border-color: #302B7A;
}
</style>