Shades of Deep Koamaru #383B65
Tints of Deep Koamaru #383B65
RGB
CMYK
RGB Variations
Color information
#383B65 (or 0x383B65) is known color: Deep Koamaru. HEX triplet: 38, 3B and 65. RGB value is (56,59,101). Sum of RGB (Red+Green+Blue) = 56+59+101=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #383B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B65 is #C7C49A. Grayscale: #3E3E3E. Windows color (decimal): -13091995 or 6634296. OLE color: 6634296.
HSL color Cylindrical-coordinate representation of color #383B65: hue angle of 236º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #383B65 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 59 | 101 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.60 |
| HSL | 236º | 0.29% | 0.31% | - |
| HSV(B) | 236º | 0.45% | 0.4% | - |
| XYZ | 5.54 | 4.91 | 12.97 | - |
| YUV | 62.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 101 | 0.45 | 0.42 | 0 | 0.60 | 236 | 0.29 | 0.31 |
| Hex | 38 | 3B | 65 | 2D | 2A | 0 | 3C | EC | 1D | 1F |
| Octal | 70 | 73 | 145 | 55 | 52 | 0 | 74 | 354 | 35 | 37 |
| Binary | 111000 | 111011 | 1100101 | 101101 | 101010 | 0 | 111100 | 11101100 | 11101 | 11111 |
Color Harmonies of #383B65
Complementary color
Monochromatic Colors of #383B65
Black with #383B65
Text Example
Text Example
White with #383B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B65; }
p { color: rgb(56,59,101); }
H1.HeaderClassName
{
color: #383B65;
}
.AnyTagClassName
{
color: #383B65;
}
</style>
background-color css
<style>
a { background-color: #383B65; }
a { background-color: rgb(56,59,101); }
div.DivClassName
{
background-color: #383B65;
}
.BgClassName
{
background-color: #383B65;
}
</style>
border-color css
<style>
span { border-color: #383B65; }
span { border-color: rgb(56,59,101); }
td.TdClassName
{
border-color: #383B65;
}
.TagClassName
{
border-color: #383B65;
}
</style>