Shades of Deep Koamaru #3A3470
Tints of Deep Koamaru #3A3470
RGB
CMYK
RGB Variations
Color information
#3A3470 (or 0x3A3470) is known color: Deep Koamaru. HEX triplet: 3A, 34 and 70. RGB value is (58,52,112). Sum of RGB (Red+Green+Blue) = 58+52+112=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A3470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3470 is #C5CB8F. Grayscale: #3C3C3C. Windows color (decimal): -12962704 or 7353402. OLE color: 7353402.
HSL color Cylindrical-coordinate representation of color #3A3470: hue angle of 246º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A3470 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 52 | 112 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.56 |
| HSL | 246º | 0.37% | 0.32% | - |
| HSV(B) | 246º | 0.54% | 0.44% | - |
| XYZ | 5.9 | 4.53 | 15.89 | - |
| YUV | 60.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 112 | 0.48 | 0.54 | 0 | 0.56 | 246 | 0.37 | 0.32 |
| Hex | 3A | 34 | 70 | 30 | 36 | 0 | 38 | F6 | 25 | 20 |
| Octal | 72 | 64 | 160 | 60 | 66 | 0 | 70 | 366 | 45 | 40 |
| Binary | 111010 | 110100 | 1110000 | 110000 | 110110 | 0 | 111000 | 11110110 | 100101 | 100000 |
Color Harmonies of #3A3470
Complementary color
Monochromatic Colors of #3A3470
Black with #3A3470
Text Example
Text Example
White with #3A3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3470; }
p { color: rgb(58,52,112); }
H1.HeaderClassName
{
color: #3A3470;
}
.AnyTagClassName
{
color: #3A3470;
}
</style>
background-color css
<style>
a { background-color: #3A3470; }
a { background-color: rgb(58,52,112); }
div.DivClassName
{
background-color: #3A3470;
}
.BgClassName
{
background-color: #3A3470;
}
</style>
border-color css
<style>
span { border-color: #3A3470; }
span { border-color: rgb(58,52,112); }
td.TdClassName
{
border-color: #3A3470;
}
.TagClassName
{
border-color: #3A3470;
}
</style>