Shades of Deep Koamaru #383559
Tints of Deep Koamaru #383559
RGB
CMYK
RGB Variations
Color information
#383559 (or 0x383559) is known color: Deep Koamaru. HEX triplet: 38, 35 and 59. RGB value is (56,53,89). Sum of RGB (Red+Green+Blue) = 56+53+89=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #383559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383559 is #C7CAA6. Grayscale: #393939. Windows color (decimal): -13093543 or 5846328. OLE color: 5846328.
HSL color Cylindrical-coordinate representation of color #383559: hue angle of 245º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #383559 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 53 | 89 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.65 |
| HSL | 245º | 0.25% | 0.28% | - |
| HSV(B) | 245º | 0.4% | 0.35% | - |
| XYZ | 4.71 | 4.11 | 10 | - |
| YUV | 58 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 89 | 0.37 | 0.40 | 0 | 0.65 | 245 | 0.25 | 0.28 |
| Hex | 38 | 35 | 59 | 25 | 28 | 0 | 41 | F5 | 19 | 1C |
| Octal | 70 | 65 | 131 | 45 | 50 | 0 | 101 | 365 | 31 | 34 |
| Binary | 111000 | 110101 | 1011001 | 100101 | 101000 | 0 | 1000001 | 11110101 | 11001 | 11100 |
Color Harmonies of #383559
Complementary color
Monochromatic Colors of #383559
Black with #383559
Text Example
Text Example
White with #383559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383559; }
p { color: rgb(56,53,89); }
H1.HeaderClassName
{
color: #383559;
}
.AnyTagClassName
{
color: #383559;
}
</style>
background-color css
<style>
a { background-color: #383559; }
a { background-color: rgb(56,53,89); }
div.DivClassName
{
background-color: #383559;
}
.BgClassName
{
background-color: #383559;
}
</style>
border-color css
<style>
span { border-color: #383559; }
span { border-color: rgb(56,53,89); }
td.TdClassName
{
border-color: #383559;
}
.TagClassName
{
border-color: #383559;
}
</style>