Shades of Deep Koamaru #3A356B
Tints of Deep Koamaru #3A356B
RGB
CMYK
RGB Variations
Color information
#3A356B (or 0x3A356B) is known color: Deep Koamaru. HEX triplet: 3A, 35 and 6B. RGB value is (58,53,107). Sum of RGB (Red+Green+Blue) = 58+53+107=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A356B is #C5CA94. Grayscale: #3C3C3C. Windows color (decimal): -12962453 or 7025978. OLE color: 7025978.
HSL color Cylindrical-coordinate representation of color #3A356B: hue angle of 245.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A356B is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 53 | 107 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.58 |
| HSL | 245.56º | 0.34% | 0.31% | - |
| HSV(B) | 245.56º | 0.5% | 0.42% | - |
| XYZ | 5.67 | 4.51 | 14.48 | - |
| YUV | 60.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 107 | 0.46 | 0.50 | 0 | 0.58 | 245.56 | 0.34 | 0.31 |
| Hex | 3A | 35 | 6B | 2E | 32 | 0 | 3A | F6 | 22 | 1F |
| Octal | 72 | 65 | 153 | 56 | 62 | 0 | 72 | 366 | 42 | 37 |
| Binary | 111010 | 110101 | 1101011 | 101110 | 110010 | 0 | 111010 | 11110110 | 100010 | 11111 |
Color Harmonies of #3A356B
Complementary color
Monochromatic Colors of #3A356B
Black with #3A356B
Text Example
Text Example
White with #3A356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A356B; }
p { color: rgb(58,53,107); }
H1.HeaderClassName
{
color: #3A356B;
}
.AnyTagClassName
{
color: #3A356B;
}
</style>
background-color css
<style>
a { background-color: #3A356B; }
a { background-color: rgb(58,53,107); }
div.DivClassName
{
background-color: #3A356B;
}
.BgClassName
{
background-color: #3A356B;
}
</style>
border-color css
<style>
span { border-color: #3A356B; }
span { border-color: rgb(58,53,107); }
td.TdClassName
{
border-color: #3A356B;
}
.TagClassName
{
border-color: #3A356B;
}
</style>