Shades of Deep Koamaru #3A3C67
Tints of Deep Koamaru #3A3C67
RGB
CMYK
RGB Variations
Color information
#3A3C67 (or 0x3A3C67) is known color: Deep Koamaru. HEX triplet: 3A, 3C and 67. RGB value is (58,60,103). Sum of RGB (Red+Green+Blue) = 58+60+103=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A3C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3C67 is #C5C398. Grayscale: #404040. Windows color (decimal): -12960665 or 6765626. OLE color: 6765626.
HSL color Cylindrical-coordinate representation of color #3A3C67: hue angle of 237.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A3C67 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 60 | 103 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.60 |
| HSL | 237.33º | 0.28% | 0.32% | - |
| HSV(B) | 237.33º | 0.44% | 0.4% | - |
| XYZ | 5.81 | 5.11 | 13.51 | - |
| YUV | 64.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 60 | 103 | 0.44 | 0.42 | 0 | 0.60 | 237.33 | 0.28 | 0.32 |
| Hex | 3A | 3C | 67 | 2C | 2A | 0 | 3C | ED | 1C | 20 |
| Octal | 72 | 74 | 147 | 54 | 52 | 0 | 74 | 355 | 34 | 40 |
| Binary | 111010 | 111100 | 1100111 | 101100 | 101010 | 0 | 111100 | 11101101 | 11100 | 100000 |
Color Harmonies of #3A3C67
Complementary color
Monochromatic Colors of #3A3C67
Black with #3A3C67
Text Example
Text Example
White with #3A3C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3C67; }
p { color: rgb(58,60,103); }
H1.HeaderClassName
{
color: #3A3C67;
}
.AnyTagClassName
{
color: #3A3C67;
}
</style>
background-color css
<style>
a { background-color: #3A3C67; }
a { background-color: rgb(58,60,103); }
div.DivClassName
{
background-color: #3A3C67;
}
.BgClassName
{
background-color: #3A3C67;
}
</style>
border-color css
<style>
span { border-color: #3A3C67; }
span { border-color: rgb(58,60,103); }
td.TdClassName
{
border-color: #3A3C67;
}
.TagClassName
{
border-color: #3A3C67;
}
</style>