Shades of Deep Koamaru #383570
Tints of Deep Koamaru #383570
RGB
CMYK
RGB Variations
Color information
#383570 (or 0x383570) is known color: Deep Koamaru. HEX triplet: 38, 35 and 70. RGB value is (56,53,112). Sum of RGB (Red+Green+Blue) = 56+53+112=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #383570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383570 is #C7CA8F. Grayscale: #3C3C3C. Windows color (decimal): -13093520 or 7353656. OLE color: 7353656.
HSL color Cylindrical-coordinate representation of color #383570: hue angle of 243.05º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #383570 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 53 | 112 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.56 |
| HSL | 243.05º | 0.36% | 0.32% | - |
| HSV(B) | 243.05º | 0.53% | 0.44% | - |
| XYZ | 5.83 | 4.56 | 15.9 | - |
| YUV | 60.62 | 156.99 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 112 | 0.50 | 0.53 | 0 | 0.56 | 243.05 | 0.36 | 0.32 |
| Hex | 38 | 35 | 70 | 32 | 35 | 0 | 38 | F3 | 24 | 20 |
| Octal | 70 | 65 | 160 | 62 | 65 | 0 | 70 | 363 | 44 | 40 |
| Binary | 111000 | 110101 | 1110000 | 110010 | 110101 | 0 | 111000 | 11110011 | 100100 | 100000 |
Color Harmonies of #383570
Complementary color
Monochromatic Colors of #383570
Black with #383570
Text Example
Text Example
White with #383570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383570; }
p { color: rgb(56,53,112); }
H1.HeaderClassName
{
color: #383570;
}
.AnyTagClassName
{
color: #383570;
}
</style>
background-color css
<style>
a { background-color: #383570; }
a { background-color: rgb(56,53,112); }
div.DivClassName
{
background-color: #383570;
}
.BgClassName
{
background-color: #383570;
}
</style>
border-color css
<style>
span { border-color: #383570; }
span { border-color: rgb(56,53,112); }
td.TdClassName
{
border-color: #383570;
}
.TagClassName
{
border-color: #383570;
}
</style>