Shades of Deep Koamaru #383970
Tints of Deep Koamaru #383970
RGB
CMYK
RGB Variations
Color information
#383970 (or 0x383970) is known color: Deep Koamaru. HEX triplet: 38, 39 and 70. RGB value is (56,57,112). Sum of RGB (Red+Green+Blue) = 56+57+112=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #383970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383970 is #C7C68F. Grayscale: #3E3E3E. Windows color (decimal): -13092496 or 7354680. OLE color: 7354680.
HSL color Cylindrical-coordinate representation of color #383970: hue angle of 238.93º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383970 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 57 | 112 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.56 |
| HSL | 238.93º | 0.33% | 0.33% | - |
| HSV(B) | 238.93º | 0.5% | 0.44% | - |
| XYZ | 6.02 | 4.94 | 15.96 | - |
| YUV | 62.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 112 | 0.50 | 0.49 | 0 | 0.56 | 238.93 | 0.33 | 0.33 |
| Hex | 38 | 39 | 70 | 32 | 31 | 0 | 38 | EF | 21 | 21 |
| Octal | 70 | 71 | 160 | 62 | 61 | 0 | 70 | 357 | 41 | 41 |
| Binary | 111000 | 111001 | 1110000 | 110010 | 110001 | 0 | 111000 | 11101111 | 100001 | 100001 |
Color Harmonies of #383970
Complementary color
Monochromatic Colors of #383970
Black with #383970
Text Example
Text Example
White with #383970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383970; }
p { color: rgb(56,57,112); }
H1.HeaderClassName
{
color: #383970;
}
.AnyTagClassName
{
color: #383970;
}
</style>
background-color css
<style>
a { background-color: #383970; }
a { background-color: rgb(56,57,112); }
div.DivClassName
{
background-color: #383970;
}
.BgClassName
{
background-color: #383970;
}
</style>
border-color css
<style>
span { border-color: #383970; }
span { border-color: rgb(56,57,112); }
td.TdClassName
{
border-color: #383970;
}
.TagClassName
{
border-color: #383970;
}
</style>