Shades of Deep Koamaru #3A3867
Tints of Deep Koamaru #3A3867
RGB
CMYK
RGB Variations
Color information
#3A3867 (or 0x3A3867) is known color: Deep Koamaru. HEX triplet: 3A, 38 and 67. RGB value is (58,56,103). Sum of RGB (Red+Green+Blue) = 58+56+103=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A3867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3867 is #C5C798. Grayscale: #3D3D3D. Windows color (decimal): -12961689 or 6764602. OLE color: 6764602.
HSL color Cylindrical-coordinate representation of color #3A3867: hue angle of 242.55º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A3867 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 56 | 103 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.60 |
| HSL | 242.55º | 0.3% | 0.31% | - |
| HSV(B) | 242.55º | 0.46% | 0.4% | - |
| XYZ | 5.61 | 4.71 | 13.45 | - |
| YUV | 61.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 103 | 0.44 | 0.46 | 0 | 0.60 | 242.55 | 0.3 | 0.31 |
| Hex | 3A | 38 | 67 | 2C | 2E | 0 | 3C | F3 | 1E | 1F |
| Octal | 72 | 70 | 147 | 54 | 56 | 0 | 74 | 363 | 36 | 37 |
| Binary | 111010 | 111000 | 1100111 | 101100 | 101110 | 0 | 111100 | 11110011 | 11110 | 11111 |
Color Harmonies of #3A3867
Complementary color
Monochromatic Colors of #3A3867
Black with #3A3867
Text Example
Text Example
White with #3A3867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3867; }
p { color: rgb(58,56,103); }
H1.HeaderClassName
{
color: #3A3867;
}
.AnyTagClassName
{
color: #3A3867;
}
</style>
background-color css
<style>
a { background-color: #3A3867; }
a { background-color: rgb(58,56,103); }
div.DivClassName
{
background-color: #3A3867;
}
.BgClassName
{
background-color: #3A3867;
}
</style>
border-color css
<style>
span { border-color: #3A3867; }
span { border-color: rgb(58,56,103); }
td.TdClassName
{
border-color: #3A3867;
}
.TagClassName
{
border-color: #3A3867;
}
</style>