Shades of Deep Koamaru #3B3C63
Tints of Deep Koamaru #3B3C63
RGB
CMYK
RGB Variations
Color information
#3B3C63 (or 0x3B3C63) is known color: Deep Koamaru. HEX triplet: 3B, 3C and 63. RGB value is (59,60,99). Sum of RGB (Red+Green+Blue) = 59+60+99=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B3C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3C63 is #C4C39C. Grayscale: #3F3F3F. Windows color (decimal): -12895133 or 6503483. OLE color: 6503483.
HSL color Cylindrical-coordinate representation of color #3B3C63: hue angle of 238.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B3C63 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 60 | 99 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.61 |
| HSL | 238.5º | 0.25% | 0.31% | - |
| HSV(B) | 238.5º | 0.4% | 0.39% | - |
| XYZ | 5.67 | 5.06 | 12.48 | - |
| YUV | 64.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 60 | 99 | 0.40 | 0.39 | 0 | 0.61 | 238.5 | 0.25 | 0.31 |
| Hex | 3B | 3C | 63 | 28 | 27 | 0 | 3D | EE | 19 | 1F |
| Octal | 73 | 74 | 143 | 50 | 47 | 0 | 75 | 356 | 31 | 37 |
| Binary | 111011 | 111100 | 1100011 | 101000 | 100111 | 0 | 111101 | 11101110 | 11001 | 11111 |
Color Harmonies of #3B3C63
Complementary color
Monochromatic Colors of #3B3C63
Black with #3B3C63
Text Example
Text Example
White with #3B3C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3C63; }
p { color: rgb(59,60,99); }
H1.HeaderClassName
{
color: #3B3C63;
}
.AnyTagClassName
{
color: #3B3C63;
}
</style>
background-color css
<style>
a { background-color: #3B3C63; }
a { background-color: rgb(59,60,99); }
div.DivClassName
{
background-color: #3B3C63;
}
.BgClassName
{
background-color: #3B3C63;
}
</style>
border-color css
<style>
span { border-color: #3B3C63; }
span { border-color: rgb(59,60,99); }
td.TdClassName
{
border-color: #3B3C63;
}
.TagClassName
{
border-color: #3B3C63;
}
</style>