Shades of Deep Koamaru #3A3770
Tints of Deep Koamaru #3A3770
RGB
CMYK
RGB Variations
Color information
#3A3770 (or 0x3A3770) is known color: Deep Koamaru. HEX triplet: 3A, 37 and 70. RGB value is (58,55,112). Sum of RGB (Red+Green+Blue) = 58+55+112=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A3770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3770 is #C5C88F. Grayscale: #3E3E3E. Windows color (decimal): -12961936 or 7354170. OLE color: 7354170.
HSL color Cylindrical-coordinate representation of color #3A3770: hue angle of 243.16º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A3770 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 55 | 112 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.56 |
| HSL | 243.16º | 0.34% | 0.33% | - |
| HSV(B) | 243.16º | 0.51% | 0.44% | - |
| XYZ | 6.04 | 4.8 | 15.94 | - |
| YUV | 62.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 112 | 0.48 | 0.51 | 0 | 0.56 | 243.16 | 0.34 | 0.33 |
| Hex | 3A | 37 | 70 | 30 | 33 | 0 | 38 | F3 | 22 | 21 |
| Octal | 72 | 67 | 160 | 60 | 63 | 0 | 70 | 363 | 42 | 41 |
| Binary | 111010 | 110111 | 1110000 | 110000 | 110011 | 0 | 111000 | 11110011 | 100010 | 100001 |
Color Harmonies of #3A3770
Complementary color
Monochromatic Colors of #3A3770
Black with #3A3770
Text Example
Text Example
White with #3A3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3770; }
p { color: rgb(58,55,112); }
H1.HeaderClassName
{
color: #3A3770;
}
.AnyTagClassName
{
color: #3A3770;
}
</style>
background-color css
<style>
a { background-color: #3A3770; }
a { background-color: rgb(58,55,112); }
div.DivClassName
{
background-color: #3A3770;
}
.BgClassName
{
background-color: #3A3770;
}
</style>
border-color css
<style>
span { border-color: #3A3770; }
span { border-color: rgb(58,55,112); }
td.TdClassName
{
border-color: #3A3770;
}
.TagClassName
{
border-color: #3A3770;
}
</style>