Shades of Deep Koamaru #3A346E
Tints of Deep Koamaru #3A346E
RGB
CMYK
RGB Variations
Color information
#3A346E (or 0x3A346E) is known color: Deep Koamaru. HEX triplet: 3A, 34 and 6E. RGB value is (58,52,110). Sum of RGB (Red+Green+Blue) = 58+52+110=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A346E is #C5CB91. Grayscale: #3C3C3C. Windows color (decimal): -12962706 or 7222330. OLE color: 7222330.
HSL color Cylindrical-coordinate representation of color #3A346E: hue angle of 246.21º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A346E is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 52 | 110 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.57 |
| HSL | 246.21º | 0.36% | 0.32% | - |
| HSV(B) | 246.21º | 0.53% | 0.43% | - |
| XYZ | 5.79 | 4.48 | 15.31 | - |
| YUV | 60.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 110 | 0.47 | 0.53 | 0 | 0.57 | 246.21 | 0.36 | 0.32 |
| Hex | 3A | 34 | 6E | 2F | 35 | 0 | 39 | F6 | 24 | 20 |
| Octal | 72 | 64 | 156 | 57 | 65 | 0 | 71 | 366 | 44 | 40 |
| Binary | 111010 | 110100 | 1101110 | 101111 | 110101 | 0 | 111001 | 11110110 | 100100 | 100000 |
Color Harmonies of #3A346E
Complementary color
Monochromatic Colors of #3A346E
Black with #3A346E
Text Example
Text Example
White with #3A346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A346E; }
p { color: rgb(58,52,110); }
H1.HeaderClassName
{
color: #3A346E;
}
.AnyTagClassName
{
color: #3A346E;
}
</style>
background-color css
<style>
a { background-color: #3A346E; }
a { background-color: rgb(58,52,110); }
div.DivClassName
{
background-color: #3A346E;
}
.BgClassName
{
background-color: #3A346E;
}
</style>
border-color css
<style>
span { border-color: #3A346E; }
span { border-color: rgb(58,52,110); }
td.TdClassName
{
border-color: #3A346E;
}
.TagClassName
{
border-color: #3A346E;
}
</style>