Shades of Deep Koamaru #3A3866
Tints of Deep Koamaru #3A3866
RGB
CMYK
RGB Variations
Color information
#3A3866 (or 0x3A3866) is known color: Deep Koamaru. HEX triplet: 3A, 38 and 66. RGB value is (58,56,102). Sum of RGB (Red+Green+Blue) = 58+56+102=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A3866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3866 is #C5C799. Grayscale: #3D3D3D. Windows color (decimal): -12961690 or 6699066. OLE color: 6699066.
HSL color Cylindrical-coordinate representation of color #3A3866: hue angle of 242.61º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A3866 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 56 | 102 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.6 |
| HSL | 242.61º | 0.29% | 0.31% | - |
| HSV(B) | 242.61º | 0.45% | 0.4% | - |
| XYZ | 5.56 | 4.69 | 13.18 | - |
| YUV | 61.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 102 | 0.43 | 0.45 | 0 | 0.6 | 242.61 | 0.29 | 0.31 |
| Hex | 3A | 38 | 66 | 2B | 2D | 0 | 3C | F3 | 1D | 1F |
| Octal | 72 | 70 | 146 | 53 | 55 | 0 | 74 | 363 | 35 | 37 |
| Binary | 111010 | 111000 | 1100110 | 101011 | 101101 | 0 | 111100 | 11110011 | 11101 | 11111 |
Color Harmonies of #3A3866
Complementary color
Monochromatic Colors of #3A3866
Black with #3A3866
Text Example
Text Example
White with #3A3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3866; }
p { color: rgb(58,56,102); }
H1.HeaderClassName
{
color: #3A3866;
}
.AnyTagClassName
{
color: #3A3866;
}
</style>
background-color css
<style>
a { background-color: #3A3866; }
a { background-color: rgb(58,56,102); }
div.DivClassName
{
background-color: #3A3866;
}
.BgClassName
{
background-color: #3A3866;
}
</style>
border-color css
<style>
span { border-color: #3A3866; }
span { border-color: rgb(58,56,102); }
td.TdClassName
{
border-color: #3A3866;
}
.TagClassName
{
border-color: #3A3866;
}
</style>