Shades of Deep Koamaru #3B3A5C
Tints of Deep Koamaru #3B3A5C
RGB
CMYK
RGB Variations
Color information
#3B3A5C (or 0x3B3A5C) is known color: Deep Koamaru. HEX triplet: 3B, 3A and 5C. RGB value is (59,58,92). Sum of RGB (Red+Green+Blue) = 59+58+92=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B3A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3A5C is #C4C5A3. Grayscale: #3E3E3E. Windows color (decimal): -12895652 or 6044219. OLE color: 6044219.
HSL color Cylindrical-coordinate representation of color #3B3A5C: hue angle of 241.76º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B3A5C is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 58 | 92 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.64 |
| HSL | 241.76º | 0.23% | 0.29% | - |
| HSV(B) | 241.76º | 0.37% | 0.36% | - |
| XYZ | 5.25 | 4.73 | 10.76 | - |
| YUV | 62.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 58 | 92 | 0.36 | 0.37 | 0 | 0.64 | 241.76 | 0.23 | 0.29 |
| Hex | 3B | 3A | 5C | 24 | 25 | 0 | 40 | F2 | 17 | 1D |
| Octal | 73 | 72 | 134 | 44 | 45 | 0 | 100 | 362 | 27 | 35 |
| Binary | 111011 | 111010 | 1011100 | 100100 | 100101 | 0 | 1000000 | 11110010 | 10111 | 11101 |
Color Harmonies of #3B3A5C
Complementary color
Monochromatic Colors of #3B3A5C
Black with #3B3A5C
Text Example
Text Example
White with #3B3A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3A5C; }
p { color: rgb(59,58,92); }
H1.HeaderClassName
{
color: #3B3A5C;
}
.AnyTagClassName
{
color: #3B3A5C;
}
</style>
background-color css
<style>
a { background-color: #3B3A5C; }
a { background-color: rgb(59,58,92); }
div.DivClassName
{
background-color: #3B3A5C;
}
.BgClassName
{
background-color: #3B3A5C;
}
</style>
border-color css
<style>
span { border-color: #3B3A5C; }
span { border-color: rgb(59,58,92); }
td.TdClassName
{
border-color: #3B3A5C;
}
.TagClassName
{
border-color: #3B3A5C;
}
</style>