Shades of Deep Koamaru #30366B
Tints of Deep Koamaru #30366B
RGB
CMYK
RGB Variations
Color information
#30366B (or 0x30366B) is known color: Deep Koamaru. HEX triplet: 30, 36 and 6B. RGB value is (48,54,107). Sum of RGB (Red+Green+Blue) = 48+54+107=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #30366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30366B is #CFC994. Grayscale: #3A3A3A. Windows color (decimal): -13617557 or 7026224. OLE color: 7026224.
HSL color Cylindrical-coordinate representation of color #30366B: hue angle of 233.9º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30366B is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 54 | 107 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.58 |
| HSL | 233.9º | 0.38% | 0.3% | - |
| HSV(B) | 233.9º | 0.55% | 0.42% | - |
| XYZ | 5.19 | 4.33 | 14.47 | - |
| YUV | 58.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 107 | 0.55 | 0.50 | 0 | 0.58 | 233.9 | 0.38 | 0.3 |
| Hex | 30 | 36 | 6B | 37 | 32 | 0 | 3A | EA | 26 | 1E |
| Octal | 60 | 66 | 153 | 67 | 62 | 0 | 72 | 352 | 46 | 36 |
| Binary | 110000 | 110110 | 1101011 | 110111 | 110010 | 0 | 111010 | 11101010 | 100110 | 11110 |
Color Harmonies of #30366B
Complementary color
Monochromatic Colors of #30366B
Black with #30366B
Text Example
Text Example
White with #30366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30366B; }
p { color: rgb(48,54,107); }
H1.HeaderClassName
{
color: #30366B;
}
.AnyTagClassName
{
color: #30366B;
}
</style>
background-color css
<style>
a { background-color: #30366B; }
a { background-color: rgb(48,54,107); }
div.DivClassName
{
background-color: #30366B;
}
.BgClassName
{
background-color: #30366B;
}
</style>
border-color css
<style>
span { border-color: #30366B; }
span { border-color: rgb(48,54,107); }
td.TdClassName
{
border-color: #30366B;
}
.TagClassName
{
border-color: #30366B;
}
</style>