Shades of Deep Koamaru #30325B
Tints of Deep Koamaru #30325B
RGB
CMYK
RGB Variations
Color information
#30325B (or 0x30325B) is known color: Deep Koamaru. HEX triplet: 30, 32 and 5B. RGB value is (48,50,91). Sum of RGB (Red+Green+Blue) = 48+50+91=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #30325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30325B is #CFCDA4. Grayscale: #353535. Windows color (decimal): -13618597 or 5976624. OLE color: 5976624.
HSL color Cylindrical-coordinate representation of color #30325B: hue angle of 237.21º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30325B is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 50 | 91 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.64 |
| HSL | 237.21º | 0.31% | 0.27% | - |
| HSV(B) | 237.21º | 0.47% | 0.36% | - |
| XYZ | 4.25 | 3.66 | 10.38 | - |
| YUV | 54.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 91 | 0.47 | 0.45 | 0 | 0.64 | 237.21 | 0.31 | 0.27 |
| Hex | 30 | 32 | 5B | 2F | 2D | 0 | 40 | ED | 1F | 1B |
| Octal | 60 | 62 | 133 | 57 | 55 | 0 | 100 | 355 | 37 | 33 |
| Binary | 110000 | 110010 | 1011011 | 101111 | 101101 | 0 | 1000000 | 11101101 | 11111 | 11011 |
Color Harmonies of #30325B
Complementary color
Monochromatic Colors of #30325B
Black with #30325B
Text Example
Text Example
White with #30325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30325B; }
p { color: rgb(48,50,91); }
H1.HeaderClassName
{
color: #30325B;
}
.AnyTagClassName
{
color: #30325B;
}
</style>
background-color css
<style>
a { background-color: #30325B; }
a { background-color: rgb(48,50,91); }
div.DivClassName
{
background-color: #30325B;
}
.BgClassName
{
background-color: #30325B;
}
</style>
border-color css
<style>
span { border-color: #30325B; }
span { border-color: rgb(48,50,91); }
td.TdClassName
{
border-color: #30325B;
}
.TagClassName
{
border-color: #30325B;
}
</style>