Shades of Deep Koamaru #383657
Tints of Deep Koamaru #383657
RGB
CMYK
RGB Variations
Color information
#383657 (or 0x383657) is known color: Deep Koamaru. HEX triplet: 38, 36 and 57. RGB value is (56,54,87). Sum of RGB (Red+Green+Blue) = 56+54+87=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #383657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383657 is #C7C9A8. Grayscale: #3A3A3A. Windows color (decimal): -13093289 or 5715512. OLE color: 5715512.
HSL color Cylindrical-coordinate representation of color #383657: hue angle of 243.64º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383657 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 54 | 87 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.66 |
| HSL | 243.64º | 0.23% | 0.28% | - |
| HSV(B) | 243.64º | 0.38% | 0.34% | - |
| XYZ | 4.67 | 4.17 | 9.58 | - |
| YUV | 58.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 87 | 0.36 | 0.38 | 0 | 0.66 | 243.64 | 0.23 | 0.28 |
| Hex | 38 | 36 | 57 | 24 | 26 | 0 | 42 | F4 | 17 | 1C |
| Octal | 70 | 66 | 127 | 44 | 46 | 0 | 102 | 364 | 27 | 34 |
| Binary | 111000 | 110110 | 1010111 | 100100 | 100110 | 0 | 1000010 | 11110100 | 10111 | 11100 |
Color Harmonies of #383657
Complementary color
Monochromatic Colors of #383657
Black with #383657
Text Example
Text Example
White with #383657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383657; }
p { color: rgb(56,54,87); }
H1.HeaderClassName
{
color: #383657;
}
.AnyTagClassName
{
color: #383657;
}
</style>
background-color css
<style>
a { background-color: #383657; }
a { background-color: rgb(56,54,87); }
div.DivClassName
{
background-color: #383657;
}
.BgClassName
{
background-color: #383657;
}
</style>
border-color css
<style>
span { border-color: #383657; }
span { border-color: rgb(56,54,87); }
td.TdClassName
{
border-color: #383657;
}
.TagClassName
{
border-color: #383657;
}
</style>