Shades of Deep Koamaru #3A385D
Tints of Deep Koamaru #3A385D
RGB
CMYK
RGB Variations
Color information
#3A385D (or 0x3A385D) is known color: Deep Koamaru. HEX triplet: 3A, 38 and 5D. RGB value is (58,56,93). Sum of RGB (Red+Green+Blue) = 58+56+93=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A385D is #C5C7A2. Grayscale: #3C3C3C. Windows color (decimal): -12961699 or 6109242. OLE color: 6109242.
HSL color Cylindrical-coordinate representation of color #3A385D: hue angle of 243.24º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A385D is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 56 | 93 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.64 |
| HSL | 243.24º | 0.25% | 0.29% | - |
| HSV(B) | 243.24º | 0.4% | 0.36% | - |
| XYZ | 5.13 | 4.52 | 10.96 | - |
| YUV | 60.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 93 | 0.38 | 0.40 | 0 | 0.64 | 243.24 | 0.25 | 0.29 |
| Hex | 3A | 38 | 5D | 26 | 28 | 0 | 40 | F3 | 19 | 1D |
| Octal | 72 | 70 | 135 | 46 | 50 | 0 | 100 | 363 | 31 | 35 |
| Binary | 111010 | 111000 | 1011101 | 100110 | 101000 | 0 | 1000000 | 11110011 | 11001 | 11101 |
Color Harmonies of #3A385D
Complementary color
Monochromatic Colors of #3A385D
Black with #3A385D
Text Example
Text Example
White with #3A385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A385D; }
p { color: rgb(58,56,93); }
H1.HeaderClassName
{
color: #3A385D;
}
.AnyTagClassName
{
color: #3A385D;
}
</style>
background-color css
<style>
a { background-color: #3A385D; }
a { background-color: rgb(58,56,93); }
div.DivClassName
{
background-color: #3A385D;
}
.BgClassName
{
background-color: #3A385D;
}
</style>
border-color css
<style>
span { border-color: #3A385D; }
span { border-color: rgb(58,56,93); }
td.TdClassName
{
border-color: #3A385D;
}
.TagClassName
{
border-color: #3A385D;
}
</style>