Shades of Deep Koamaru #30325C
Tints of Deep Koamaru #30325C
RGB
CMYK
RGB Variations
Color information
#30325C (or 0x30325C) is known color: Deep Koamaru. HEX triplet: 30, 32 and 5C. RGB value is (48,50,92). Sum of RGB (Red+Green+Blue) = 48+50+92=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #30325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30325C is #CFCDA3. Grayscale: #363636. Windows color (decimal): -13618596 or 6042160. OLE color: 6042160.
HSL color Cylindrical-coordinate representation of color #30325C: hue angle of 237.27º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30325C is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 50 | 92 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.64 |
| HSL | 237.27º | 0.31% | 0.27% | - |
| HSV(B) | 237.27º | 0.48% | 0.36% | - |
| XYZ | 4.29 | 3.68 | 10.61 | - |
| YUV | 54.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 92 | 0.48 | 0.46 | 0 | 0.64 | 237.27 | 0.31 | 0.27 |
| Hex | 30 | 32 | 5C | 30 | 2E | 0 | 40 | ED | 1F | 1B |
| Octal | 60 | 62 | 134 | 60 | 56 | 0 | 100 | 355 | 37 | 33 |
| Binary | 110000 | 110010 | 1011100 | 110000 | 101110 | 0 | 1000000 | 11101101 | 11111 | 11011 |
Color Harmonies of #30325C
Complementary color
Monochromatic Colors of #30325C
Black with #30325C
Text Example
Text Example
White with #30325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30325C; }
p { color: rgb(48,50,92); }
H1.HeaderClassName
{
color: #30325C;
}
.AnyTagClassName
{
color: #30325C;
}
</style>
background-color css
<style>
a { background-color: #30325C; }
a { background-color: rgb(48,50,92); }
div.DivClassName
{
background-color: #30325C;
}
.BgClassName
{
background-color: #30325C;
}
</style>
border-color css
<style>
span { border-color: #30325C; }
span { border-color: rgb(48,50,92); }
td.TdClassName
{
border-color: #30325C;
}
.TagClassName
{
border-color: #30325C;
}
</style>