Shades of Deep Koamaru #30305D
Tints of Deep Koamaru #30305D
RGB
CMYK
RGB Variations
Color information
#30305D (or 0x30305D) is known color: Deep Koamaru. HEX triplet: 30, 30 and 5D. RGB value is (48,48,93). Sum of RGB (Red+Green+Blue) = 48+48+93=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #30305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30305D is #CFCFA2. Grayscale: #343434. Windows color (decimal): -13619107 or 6107184. OLE color: 6107184.
HSL color Cylindrical-coordinate representation of color #30305D: hue angle of 240º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30305D is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 48 | 93 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.64 |
| HSL | 240º | 0.32% | 0.28% | - |
| HSV(B) | 240º | 0.48% | 0.36% | - |
| XYZ | 4.25 | 3.53 | 10.81 | - |
| YUV | 53.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 93 | 0.48 | 0.48 | 0 | 0.64 | 240 | 0.32 | 0.28 |
| Hex | 30 | 30 | 5D | 30 | 30 | 0 | 40 | F0 | 20 | 1C |
| Octal | 60 | 60 | 135 | 60 | 60 | 0 | 100 | 360 | 40 | 34 |
| Binary | 110000 | 110000 | 1011101 | 110000 | 110000 | 0 | 1000000 | 11110000 | 100000 | 11100 |
Color Harmonies of #30305D
Complementary color
Monochromatic Colors of #30305D
Black with #30305D
Text Example
Text Example
White with #30305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30305D; }
p { color: rgb(48,48,93); }
H1.HeaderClassName
{
color: #30305D;
}
.AnyTagClassName
{
color: #30305D;
}
</style>
background-color css
<style>
a { background-color: #30305D; }
a { background-color: rgb(48,48,93); }
div.DivClassName
{
background-color: #30305D;
}
.BgClassName
{
background-color: #30305D;
}
</style>
border-color css
<style>
span { border-color: #30305D; }
span { border-color: rgb(48,48,93); }
td.TdClassName
{
border-color: #30305D;
}
.TagClassName
{
border-color: #30305D;
}
</style>