Shades of Deep Koamaru #30305A
Tints of Deep Koamaru #30305A
RGB
CMYK
RGB Variations
Color information
#30305A (or 0x30305A) is known color: Deep Koamaru. HEX triplet: 30, 30 and 5A. RGB value is (48,48,90). Sum of RGB (Red+Green+Blue) = 48+48+90=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #30305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30305A is #CFCFA5. Grayscale: #343434. Windows color (decimal): -13619110 or 5910576. OLE color: 5910576.
HSL color Cylindrical-coordinate representation of color #30305A: hue angle of 240º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30305A is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 48 | 90 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.65 |
| HSL | 240º | 0.3% | 0.27% | - |
| HSV(B) | 240º | 0.47% | 0.35% | - |
| XYZ | 4.12 | 3.48 | 10.13 | - |
| YUV | 52.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 90 | 0.47 | 0.47 | 0 | 0.65 | 240 | 0.3 | 0.27 |
| Hex | 30 | 30 | 5A | 2F | 2F | 0 | 41 | F0 | 1E | 1B |
| Octal | 60 | 60 | 132 | 57 | 57 | 0 | 101 | 360 | 36 | 33 |
| Binary | 110000 | 110000 | 1011010 | 101111 | 101111 | 0 | 1000001 | 11110000 | 11110 | 11011 |
Color Harmonies of #30305A
Complementary color
Monochromatic Colors of #30305A
Black with #30305A
Text Example
Text Example
White with #30305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30305A; }
p { color: rgb(48,48,90); }
H1.HeaderClassName
{
color: #30305A;
}
.AnyTagClassName
{
color: #30305A;
}
</style>
background-color css
<style>
a { background-color: #30305A; }
a { background-color: rgb(48,48,90); }
div.DivClassName
{
background-color: #30305A;
}
.BgClassName
{
background-color: #30305A;
}
</style>
border-color css
<style>
span { border-color: #30305A; }
span { border-color: rgb(48,48,90); }
td.TdClassName
{
border-color: #30305A;
}
.TagClassName
{
border-color: #30305A;
}
</style>