Shades of Deep Koamaru #3A386E
Tints of Deep Koamaru #3A386E
RGB
CMYK
RGB Variations
Color information
#3A386E (or 0x3A386E) is known color: Deep Koamaru. HEX triplet: 3A, 38 and 6E. RGB value is (58,56,110). Sum of RGB (Red+Green+Blue) = 58+56+110=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A386E is #C5C791. Grayscale: #3E3E3E. Windows color (decimal): -12961682 or 7223354. OLE color: 7223354.
HSL color Cylindrical-coordinate representation of color #3A386E: hue angle of 242.22º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A386E is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 56 | 110 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.57 |
| HSL | 242.22º | 0.33% | 0.33% | - |
| HSV(B) | 242.22º | 0.49% | 0.43% | - |
| XYZ | 5.97 | 4.85 | 15.37 | - |
| YUV | 62.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 110 | 0.47 | 0.49 | 0 | 0.57 | 242.22 | 0.33 | 0.33 |
| Hex | 3A | 38 | 6E | 2F | 31 | 0 | 39 | F2 | 21 | 21 |
| Octal | 72 | 70 | 156 | 57 | 61 | 0 | 71 | 362 | 41 | 41 |
| Binary | 111010 | 111000 | 1101110 | 101111 | 110001 | 0 | 111001 | 11110010 | 100001 | 100001 |
Color Harmonies of #3A386E
Complementary color
Monochromatic Colors of #3A386E
Black with #3A386E
Text Example
Text Example
White with #3A386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A386E; }
p { color: rgb(58,56,110); }
H1.HeaderClassName
{
color: #3A386E;
}
.AnyTagClassName
{
color: #3A386E;
}
</style>
background-color css
<style>
a { background-color: #3A386E; }
a { background-color: rgb(58,56,110); }
div.DivClassName
{
background-color: #3A386E;
}
.BgClassName
{
background-color: #3A386E;
}
</style>
border-color css
<style>
span { border-color: #3A386E; }
span { border-color: rgb(58,56,110); }
td.TdClassName
{
border-color: #3A386E;
}
.TagClassName
{
border-color: #3A386E;
}
</style>