Shades of Deep Koamaru #3A3472
Tints of Deep Koamaru #3A3472
RGB
CMYK
RGB Variations
Color information
#3A3472 (or 0x3A3472) is known color: Deep Koamaru. HEX triplet: 3A, 34 and 72. RGB value is (58,52,114). Sum of RGB (Red+Green+Blue) = 58+52+114=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A3472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3472 is #C5CB8D. Grayscale: #3C3C3C. Windows color (decimal): -12962702 or 7484474. OLE color: 7484474.
HSL color Cylindrical-coordinate representation of color #3A3472: hue angle of 245.81º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A3472 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 52 | 114 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.55 |
| HSL | 245.81º | 0.37% | 0.33% | - |
| HSV(B) | 245.81º | 0.54% | 0.45% | - |
| XYZ | 6.01 | 4.57 | 16.49 | - |
| YUV | 60.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 114 | 0.49 | 0.54 | 0 | 0.55 | 245.81 | 0.37 | 0.33 |
| Hex | 3A | 34 | 72 | 31 | 36 | 0 | 37 | F6 | 25 | 21 |
| Octal | 72 | 64 | 162 | 61 | 66 | 0 | 67 | 366 | 45 | 41 |
| Binary | 111010 | 110100 | 1110010 | 110001 | 110110 | 0 | 110111 | 11110110 | 100101 | 100001 |
Color Harmonies of #3A3472
Complementary color
Monochromatic Colors of #3A3472
Black with #3A3472
Text Example
Text Example
White with #3A3472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3472; }
p { color: rgb(58,52,114); }
H1.HeaderClassName
{
color: #3A3472;
}
.AnyTagClassName
{
color: #3A3472;
}
</style>
background-color css
<style>
a { background-color: #3A3472; }
a { background-color: rgb(58,52,114); }
div.DivClassName
{
background-color: #3A3472;
}
.BgClassName
{
background-color: #3A3472;
}
</style>
border-color css
<style>
span { border-color: #3A3472; }
span { border-color: rgb(58,52,114); }
td.TdClassName
{
border-color: #3A3472;
}
.TagClassName
{
border-color: #3A3472;
}
</style>