Shades of Deep Koamaru #3B3C68
Tints of Deep Koamaru #3B3C68
RGB
CMYK
RGB Variations
Color information
#3B3C68 (or 0x3B3C68) is known color: Deep Koamaru. HEX triplet: 3B, 3C and 68. RGB value is (59,60,104). Sum of RGB (Red+Green+Blue) = 59+60+104=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B3C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3C68 is #C4C397. Grayscale: #404040. Windows color (decimal): -12895128 or 6831163. OLE color: 6831163.
HSL color Cylindrical-coordinate representation of color #3B3C68: hue angle of 238.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B3C68 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 60 | 104 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.59 |
| HSL | 238.67º | 0.28% | 0.32% | - |
| HSV(B) | 238.67º | 0.43% | 0.41% | - |
| XYZ | 5.92 | 5.16 | 13.78 | - |
| YUV | 64.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 60 | 104 | 0.43 | 0.42 | 0 | 0.59 | 238.67 | 0.28 | 0.32 |
| Hex | 3B | 3C | 68 | 2B | 2A | 0 | 3B | EF | 1C | 20 |
| Octal | 73 | 74 | 150 | 53 | 52 | 0 | 73 | 357 | 34 | 40 |
| Binary | 111011 | 111100 | 1101000 | 101011 | 101010 | 0 | 111011 | 11101111 | 11100 | 100000 |
Color Harmonies of #3B3C68
Complementary color
Monochromatic Colors of #3B3C68
Black with #3B3C68
Text Example
Text Example
White with #3B3C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3C68; }
p { color: rgb(59,60,104); }
H1.HeaderClassName
{
color: #3B3C68;
}
.AnyTagClassName
{
color: #3B3C68;
}
</style>
background-color css
<style>
a { background-color: #3B3C68; }
a { background-color: rgb(59,60,104); }
div.DivClassName
{
background-color: #3B3C68;
}
.BgClassName
{
background-color: #3B3C68;
}
</style>
border-color css
<style>
span { border-color: #3B3C68; }
span { border-color: rgb(59,60,104); }
td.TdClassName
{
border-color: #3B3C68;
}
.TagClassName
{
border-color: #3B3C68;
}
</style>