Shades of Deep Koamaru #3B3570
Tints of Deep Koamaru #3B3570
RGB
CMYK
RGB Variations
Color information
#3B3570 (or 0x3B3570) is known color: Deep Koamaru. HEX triplet: 3B, 35 and 70. RGB value is (59,53,112). Sum of RGB (Red+Green+Blue) = 59+53+112=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3570 is #C4CA8F. Grayscale: #3D3D3D. Windows color (decimal): -12896912 or 7353659. OLE color: 7353659.
HSL color Cylindrical-coordinate representation of color #3B3570: hue angle of 246.1º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B3570 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 53 | 112 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.56 |
| HSL | 246.1º | 0.36% | 0.32% | - |
| HSV(B) | 246.1º | 0.53% | 0.44% | - |
| XYZ | 6 | 4.65 | 15.91 | - |
| YUV | 61.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 112 | 0.47 | 0.53 | 0 | 0.56 | 246.1 | 0.36 | 0.32 |
| Hex | 3B | 35 | 70 | 2F | 35 | 0 | 38 | F6 | 24 | 20 |
| Octal | 73 | 65 | 160 | 57 | 65 | 0 | 70 | 366 | 44 | 40 |
| Binary | 111011 | 110101 | 1110000 | 101111 | 110101 | 0 | 111000 | 11110110 | 100100 | 100000 |
Color Harmonies of #3B3570
Complementary color
Monochromatic Colors of #3B3570
Black with #3B3570
Text Example
Text Example
White with #3B3570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3570; }
p { color: rgb(59,53,112); }
H1.HeaderClassName
{
color: #3B3570;
}
.AnyTagClassName
{
color: #3B3570;
}
</style>
background-color css
<style>
a { background-color: #3B3570; }
a { background-color: rgb(59,53,112); }
div.DivClassName
{
background-color: #3B3570;
}
.BgClassName
{
background-color: #3B3570;
}
</style>
border-color css
<style>
span { border-color: #3B3570; }
span { border-color: rgb(59,53,112); }
td.TdClassName
{
border-color: #3B3570;
}
.TagClassName
{
border-color: #3B3570;
}
</style>