Shades of Deep Koamaru #3A3A6E
Tints of Deep Koamaru #3A3A6E
RGB
CMYK
RGB Variations
Color information
#3A3A6E (or 0x3A3A6E) is known color: Deep Koamaru. HEX triplet: 3A, 3A and 6E. RGB value is (58,58,110). Sum of RGB (Red+Green+Blue) = 58+58+110=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A3A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3A6E is #C5C591. Grayscale: #3F3F3F. Windows color (decimal): -12961170 or 7223866. OLE color: 7223866.
HSL color Cylindrical-coordinate representation of color #3A3A6E: hue angle of 240º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A3A6E is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 58 | 110 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.57 |
| HSL | 240º | 0.31% | 0.33% | - |
| HSV(B) | 240º | 0.47% | 0.43% | - |
| XYZ | 6.07 | 5.05 | 15.41 | - |
| YUV | 63.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 58 | 110 | 0.47 | 0.47 | 0 | 0.57 | 240 | 0.31 | 0.33 |
| Hex | 3A | 3A | 6E | 2F | 2F | 0 | 39 | F0 | 1F | 21 |
| Octal | 72 | 72 | 156 | 57 | 57 | 0 | 71 | 360 | 37 | 41 |
| Binary | 111010 | 111010 | 1101110 | 101111 | 101111 | 0 | 111001 | 11110000 | 11111 | 100001 |
Color Harmonies of #3A3A6E
Complementary color
Monochromatic Colors of #3A3A6E
Black with #3A3A6E
Text Example
Text Example
White with #3A3A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3A6E; }
p { color: rgb(58,58,110); }
H1.HeaderClassName
{
color: #3A3A6E;
}
.AnyTagClassName
{
color: #3A3A6E;
}
</style>
background-color css
<style>
a { background-color: #3A3A6E; }
a { background-color: rgb(58,58,110); }
div.DivClassName
{
background-color: #3A3A6E;
}
.BgClassName
{
background-color: #3A3A6E;
}
</style>
border-color css
<style>
span { border-color: #3A3A6E; }
span { border-color: rgb(58,58,110); }
td.TdClassName
{
border-color: #3A3A6E;
}
.TagClassName
{
border-color: #3A3A6E;
}
</style>