Shades of Deep Koamaru #3A376E
Tints of Deep Koamaru #3A376E
RGB
CMYK
RGB Variations
Color information
#3A376E (or 0x3A376E) is known color: Deep Koamaru. HEX triplet: 3A, 37 and 6E. RGB value is (58,55,110). Sum of RGB (Red+Green+Blue) = 58+55+110=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A376E is #C5C891. Grayscale: #3D3D3D. Windows color (decimal): -12961938 or 7223098. OLE color: 7223098.
HSL color Cylindrical-coordinate representation of color #3A376E: hue angle of 243.27º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A376E is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 55 | 110 | - |
| CMYK | 0.47 | 0.5 | 0 | 0.57 |
| HSL | 243.27º | 0.33% | 0.32% | - |
| HSV(B) | 243.27º | 0.5% | 0.43% | - |
| XYZ | 5.93 | 4.76 | 15.36 | - |
| YUV | 62.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 110 | 0.47 | 0.5 | 0 | 0.57 | 243.27 | 0.33 | 0.32 |
| Hex | 3A | 37 | 6E | 2F | 32 | 0 | 39 | F3 | 21 | 20 |
| Octal | 72 | 67 | 156 | 57 | 62 | 0 | 71 | 363 | 41 | 40 |
| Binary | 111010 | 110111 | 1101110 | 101111 | 110010 | 0 | 111001 | 11110011 | 100001 | 100000 |
Color Harmonies of #3A376E
Complementary color
Monochromatic Colors of #3A376E
Black with #3A376E
Text Example
Text Example
White with #3A376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A376E; }
p { color: rgb(58,55,110); }
H1.HeaderClassName
{
color: #3A376E;
}
.AnyTagClassName
{
color: #3A376E;
}
</style>
background-color css
<style>
a { background-color: #3A376E; }
a { background-color: rgb(58,55,110); }
div.DivClassName
{
background-color: #3A376E;
}
.BgClassName
{
background-color: #3A376E;
}
</style>
border-color css
<style>
span { border-color: #3A376E; }
span { border-color: rgb(58,55,110); }
td.TdClassName
{
border-color: #3A376E;
}
.TagClassName
{
border-color: #3A376E;
}
</style>