Shades of Deep Koamaru #383A5D
Tints of Deep Koamaru #383A5D
RGB
CMYK
RGB Variations
Color information
#383A5D (or 0x383A5D) is known color: Deep Koamaru. HEX triplet: 38, 3A and 5D. RGB value is (56,58,93). Sum of RGB (Red+Green+Blue) = 56+58+93=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #383A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A5D is #C7C5A2. Grayscale: #3D3D3D. Windows color (decimal): -13092259 or 6109752. OLE color: 6109752.
HSL color Cylindrical-coordinate representation of color #383A5D: hue angle of 236.76º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #383A5D is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 58 | 93 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.64 |
| HSL | 236.76º | 0.25% | 0.29% | - |
| HSV(B) | 236.76º | 0.4% | 0.36% | - |
| XYZ | 5.12 | 4.66 | 10.99 | - |
| YUV | 61.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 93 | 0.40 | 0.38 | 0 | 0.64 | 236.76 | 0.25 | 0.29 |
| Hex | 38 | 3A | 5D | 28 | 26 | 0 | 40 | ED | 19 | 1D |
| Octal | 70 | 72 | 135 | 50 | 46 | 0 | 100 | 355 | 31 | 35 |
| Binary | 111000 | 111010 | 1011101 | 101000 | 100110 | 0 | 1000000 | 11101101 | 11001 | 11101 |
Color Harmonies of #383A5D
Complementary color
Monochromatic Colors of #383A5D
Black with #383A5D
Text Example
Text Example
White with #383A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A5D; }
p { color: rgb(56,58,93); }
H1.HeaderClassName
{
color: #383A5D;
}
.AnyTagClassName
{
color: #383A5D;
}
</style>
background-color css
<style>
a { background-color: #383A5D; }
a { background-color: rgb(56,58,93); }
div.DivClassName
{
background-color: #383A5D;
}
.BgClassName
{
background-color: #383A5D;
}
</style>
border-color css
<style>
span { border-color: #383A5D; }
span { border-color: rgb(56,58,93); }
td.TdClassName
{
border-color: #383A5D;
}
.TagClassName
{
border-color: #383A5D;
}
</style>