Shades of Deep Koamaru #3A3872
Tints of Deep Koamaru #3A3872
RGB
CMYK
RGB Variations
Color information
#3A3872 (or 0x3A3872) is known color: Deep Koamaru. HEX triplet: 3A, 38 and 72. RGB value is (58,56,114). Sum of RGB (Red+Green+Blue) = 58+56+114=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A3872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3872 is #C5C78D. Grayscale: #3E3E3E. Windows color (decimal): -12961678 or 7485498. OLE color: 7485498.
HSL color Cylindrical-coordinate representation of color #3A3872: hue angle of 242.07º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A3872 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 56 | 114 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.55 |
| HSL | 242.07º | 0.34% | 0.33% | - |
| HSV(B) | 242.07º | 0.51% | 0.45% | - |
| XYZ | 6.2 | 4.94 | 16.55 | - |
| YUV | 63.21 | 156.66 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 114 | 0.49 | 0.51 | 0 | 0.55 | 242.07 | 0.34 | 0.33 |
| Hex | 3A | 38 | 72 | 31 | 33 | 0 | 37 | F2 | 22 | 21 |
| Octal | 72 | 70 | 162 | 61 | 63 | 0 | 67 | 362 | 42 | 41 |
| Binary | 111010 | 111000 | 1110010 | 110001 | 110011 | 0 | 110111 | 11110010 | 100010 | 100001 |
Color Harmonies of #3A3872
Complementary color
Monochromatic Colors of #3A3872
Black with #3A3872
Text Example
Text Example
White with #3A3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3872; }
p { color: rgb(58,56,114); }
H1.HeaderClassName
{
color: #3A3872;
}
.AnyTagClassName
{
color: #3A3872;
}
</style>
background-color css
<style>
a { background-color: #3A3872; }
a { background-color: rgb(58,56,114); }
div.DivClassName
{
background-color: #3A3872;
}
.BgClassName
{
background-color: #3A3872;
}
</style>
border-color css
<style>
span { border-color: #3A3872; }
span { border-color: rgb(58,56,114); }
td.TdClassName
{
border-color: #3A3872;
}
.TagClassName
{
border-color: #3A3872;
}
</style>