Shades of Deep Koamaru #3B386B
Tints of Deep Koamaru #3B386B
RGB
CMYK
RGB Variations
Color information
#3B386B (or 0x3B386B) is known color: Deep Koamaru. HEX triplet: 3B, 38 and 6B. RGB value is (59,56,107). Sum of RGB (Red+Green+Blue) = 59+56+107=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B386B is #C4C794. Grayscale: #3E3E3E. Windows color (decimal): -12896149 or 7026747. OLE color: 7026747.
HSL color Cylindrical-coordinate representation of color #3B386B: hue angle of 243.53º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B386B is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 56 | 107 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.58 |
| HSL | 243.53º | 0.31% | 0.32% | - |
| HSV(B) | 243.53º | 0.48% | 0.42% | - |
| XYZ | 5.87 | 4.82 | 14.53 | - |
| YUV | 62.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 107 | 0.45 | 0.48 | 0 | 0.58 | 243.53 | 0.31 | 0.32 |
| Hex | 3B | 38 | 6B | 2D | 30 | 0 | 3A | F4 | 1F | 20 |
| Octal | 73 | 70 | 153 | 55 | 60 | 0 | 72 | 364 | 37 | 40 |
| Binary | 111011 | 111000 | 1101011 | 101101 | 110000 | 0 | 111010 | 11110100 | 11111 | 100000 |
Color Harmonies of #3B386B
Complementary color
Monochromatic Colors of #3B386B
Black with #3B386B
Text Example
Text Example
White with #3B386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B386B; }
p { color: rgb(59,56,107); }
H1.HeaderClassName
{
color: #3B386B;
}
.AnyTagClassName
{
color: #3B386B;
}
</style>
background-color css
<style>
a { background-color: #3B386B; }
a { background-color: rgb(59,56,107); }
div.DivClassName
{
background-color: #3B386B;
}
.BgClassName
{
background-color: #3B386B;
}
</style>
border-color css
<style>
span { border-color: #3B386B; }
span { border-color: rgb(59,56,107); }
td.TdClassName
{
border-color: #3B386B;
}
.TagClassName
{
border-color: #3B386B;
}
</style>