Shades of Deep Koamaru #3A3769
Tints of Deep Koamaru #3A3769
RGB
CMYK
RGB Variations
Color information
#3A3769 (or 0x3A3769) is known color: Deep Koamaru. HEX triplet: 3A, 37 and 69. RGB value is (58,55,105). Sum of RGB (Red+Green+Blue) = 58+55+105=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A3769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3769 is #C5C896. Grayscale: #3D3D3D. Windows color (decimal): -12961943 or 6895418. OLE color: 6895418.
HSL color Cylindrical-coordinate representation of color #3A3769: hue angle of 243.6º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A3769 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 55 | 105 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.59 |
| HSL | 243.6º | 0.31% | 0.31% | - |
| HSV(B) | 243.6º | 0.48% | 0.41% | - |
| XYZ | 5.66 | 4.65 | 13.96 | - |
| YUV | 61.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 105 | 0.45 | 0.48 | 0 | 0.59 | 243.6 | 0.31 | 0.31 |
| Hex | 3A | 37 | 69 | 2D | 30 | 0 | 3B | F4 | 1F | 1F |
| Octal | 72 | 67 | 151 | 55 | 60 | 0 | 73 | 364 | 37 | 37 |
| Binary | 111010 | 110111 | 1101001 | 101101 | 110000 | 0 | 111011 | 11110100 | 11111 | 11111 |
Color Harmonies of #3A3769
Complementary color
Monochromatic Colors of #3A3769
Black with #3A3769
Text Example
Text Example
White with #3A3769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3769; }
p { color: rgb(58,55,105); }
H1.HeaderClassName
{
color: #3A3769;
}
.AnyTagClassName
{
color: #3A3769;
}
</style>
background-color css
<style>
a { background-color: #3A3769; }
a { background-color: rgb(58,55,105); }
div.DivClassName
{
background-color: #3A3769;
}
.BgClassName
{
background-color: #3A3769;
}
</style>
border-color css
<style>
span { border-color: #3A3769; }
span { border-color: rgb(58,55,105); }
td.TdClassName
{
border-color: #3A3769;
}
.TagClassName
{
border-color: #3A3769;
}
</style>