Shades of Deep Koamaru #30345E
Tints of Deep Koamaru #30345E
RGB
CMYK
RGB Variations
Color information
#30345E (or 0x30345E) is known color: Deep Koamaru. HEX triplet: 30, 34 and 5E. RGB value is (48,52,94). Sum of RGB (Red+Green+Blue) = 48+52+94=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #30345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30345E is #CFCBA1. Grayscale: #373737. Windows color (decimal): -13618082 or 6173744. OLE color: 6173744.
HSL color Cylindrical-coordinate representation of color #30345E: hue angle of 234.78º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30345E is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 52 | 94 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.63 |
| HSL | 234.78º | 0.32% | 0.28% | - |
| HSV(B) | 234.78º | 0.49% | 0.37% | - |
| XYZ | 4.47 | 3.89 | 11.11 | - |
| YUV | 55.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 94 | 0.49 | 0.45 | 0 | 0.63 | 234.78 | 0.32 | 0.28 |
| Hex | 30 | 34 | 5E | 31 | 2D | 0 | 3F | EB | 20 | 1C |
| Octal | 60 | 64 | 136 | 61 | 55 | 0 | 77 | 353 | 40 | 34 |
| Binary | 110000 | 110100 | 1011110 | 110001 | 101101 | 0 | 111111 | 11101011 | 100000 | 11100 |
Color Harmonies of #30345E
Complementary color
Monochromatic Colors of #30345E
Black with #30345E
Text Example
Text Example
White with #30345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30345E; }
p { color: rgb(48,52,94); }
H1.HeaderClassName
{
color: #30345E;
}
.AnyTagClassName
{
color: #30345E;
}
</style>
background-color css
<style>
a { background-color: #30345E; }
a { background-color: rgb(48,52,94); }
div.DivClassName
{
background-color: #30345E;
}
.BgClassName
{
background-color: #30345E;
}
</style>
border-color css
<style>
span { border-color: #30345E; }
span { border-color: rgb(48,52,94); }
td.TdClassName
{
border-color: #30345E;
}
.TagClassName
{
border-color: #30345E;
}
</style>