Shades of Deep Koamaru #383665
Tints of Deep Koamaru #383665
RGB
CMYK
RGB Variations
Color information
#383665 (or 0x383665) is known color: Deep Koamaru. HEX triplet: 38, 36 and 65. RGB value is (56,54,101). Sum of RGB (Red+Green+Blue) = 56+54+101=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #383665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383665 is #C7C99A. Grayscale: #3B3B3B. Windows color (decimal): -13093275 or 6633016. OLE color: 6633016.
HSL color Cylindrical-coordinate representation of color #383665: hue angle of 242.55º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #383665 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 54 | 101 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.60 |
| HSL | 242.55º | 0.3% | 0.3% | - |
| HSV(B) | 242.55º | 0.47% | 0.4% | - |
| XYZ | 5.3 | 4.42 | 12.89 | - |
| YUV | 59.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 101 | 0.45 | 0.47 | 0 | 0.60 | 242.55 | 0.3 | 0.3 |
| Hex | 38 | 36 | 65 | 2D | 2F | 0 | 3C | F3 | 1E | 1E |
| Octal | 70 | 66 | 145 | 55 | 57 | 0 | 74 | 363 | 36 | 36 |
| Binary | 111000 | 110110 | 1100101 | 101101 | 101111 | 0 | 111100 | 11110011 | 11110 | 11110 |
Color Harmonies of #383665
Complementary color
Monochromatic Colors of #383665
Black with #383665
Text Example
Text Example
White with #383665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383665; }
p { color: rgb(56,54,101); }
H1.HeaderClassName
{
color: #383665;
}
.AnyTagClassName
{
color: #383665;
}
</style>
background-color css
<style>
a { background-color: #383665; }
a { background-color: rgb(56,54,101); }
div.DivClassName
{
background-color: #383665;
}
.BgClassName
{
background-color: #383665;
}
</style>
border-color css
<style>
span { border-color: #383665; }
span { border-color: rgb(56,54,101); }
td.TdClassName
{
border-color: #383665;
}
.TagClassName
{
border-color: #383665;
}
</style>