Shades of Deep Koamaru #3B386F
Tints of Deep Koamaru #3B386F
RGB
CMYK
RGB Variations
Color information
#3B386F (or 0x3B386F) is known color: Deep Koamaru. HEX triplet: 3B, 38 and 6F. RGB value is (59,56,111). Sum of RGB (Red+Green+Blue) = 59+56+111=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B386F is #C4C790. Grayscale: #3E3E3E. Windows color (decimal): -12896145 or 7288891. OLE color: 7288891.
HSL color Cylindrical-coordinate representation of color #3B386F: hue angle of 243.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B386F is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 56 | 111 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.56 |
| HSL | 243.27º | 0.33% | 0.33% | - |
| HSV(B) | 243.27º | 0.5% | 0.44% | - |
| XYZ | 6.09 | 4.91 | 15.67 | - |
| YUV | 63.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 111 | 0.47 | 0.50 | 0 | 0.56 | 243.27 | 0.33 | 0.33 |
| Hex | 3B | 38 | 6F | 2F | 32 | 0 | 38 | F3 | 21 | 21 |
| Octal | 73 | 70 | 157 | 57 | 62 | 0 | 70 | 363 | 41 | 41 |
| Binary | 111011 | 111000 | 1101111 | 101111 | 110010 | 0 | 111000 | 11110011 | 100001 | 100001 |
Color Harmonies of #3B386F
Complementary color
Monochromatic Colors of #3B386F
Black with #3B386F
Text Example
Text Example
White with #3B386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B386F; }
p { color: rgb(59,56,111); }
H1.HeaderClassName
{
color: #3B386F;
}
.AnyTagClassName
{
color: #3B386F;
}
</style>
background-color css
<style>
a { background-color: #3B386F; }
a { background-color: rgb(59,56,111); }
div.DivClassName
{
background-color: #3B386F;
}
.BgClassName
{
background-color: #3B386F;
}
</style>
border-color css
<style>
span { border-color: #3B386F; }
span { border-color: rgb(59,56,111); }
td.TdClassName
{
border-color: #3B386F;
}
.TagClassName
{
border-color: #3B386F;
}
</style>