Shades of Deep Koamaru #3A3865
Tints of Deep Koamaru #3A3865
RGB
CMYK
RGB Variations
Color information
#3A3865 (or 0x3A3865) is known color: Deep Koamaru. HEX triplet: 3A, 38 and 65. RGB value is (58,56,101). Sum of RGB (Red+Green+Blue) = 58+56+101=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #3A3865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3865 is #C5C79A. Grayscale: #3D3D3D. Windows color (decimal): -12961691 or 6633530. OLE color: 6633530.
HSL color Cylindrical-coordinate representation of color #3A3865: hue angle of 242.67º 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 #3A3865 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 56 | 101 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.60 |
| HSL | 242.67º | 0.29% | 0.31% | - |
| HSV(B) | 242.67º | 0.45% | 0.4% | - |
| XYZ | 5.51 | 4.67 | 12.92 | - |
| YUV | 61.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 101 | 0.43 | 0.45 | 0 | 0.60 | 242.67 | 0.29 | 0.31 |
| Hex | 3A | 38 | 65 | 2B | 2D | 0 | 3C | F3 | 1D | 1F |
| Octal | 72 | 70 | 145 | 53 | 55 | 0 | 74 | 363 | 35 | 37 |
| Binary | 111010 | 111000 | 1100101 | 101011 | 101101 | 0 | 111100 | 11110011 | 11101 | 11111 |
Color Harmonies of #3A3865
Complementary color
Monochromatic Colors of #3A3865
Black with #3A3865
Text Example
Text Example
White with #3A3865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3865; }
p { color: rgb(58,56,101); }
H1.HeaderClassName
{
color: #3A3865;
}
.AnyTagClassName
{
color: #3A3865;
}
</style>
background-color css
<style>
a { background-color: #3A3865; }
a { background-color: rgb(58,56,101); }
div.DivClassName
{
background-color: #3A3865;
}
.BgClassName
{
background-color: #3A3865;
}
</style>
border-color css
<style>
span { border-color: #3A3865; }
span { border-color: rgb(58,56,101); }
td.TdClassName
{
border-color: #3A3865;
}
.TagClassName
{
border-color: #3A3865;
}
</style>