Shades of Deep Koamaru #383A5E
Tints of Deep Koamaru #383A5E
RGB
CMYK
RGB Variations
Color information
#383A5E (or 0x383A5E) is known color: Deep Koamaru. HEX triplet: 38, 3A and 5E. RGB value is (56,58,94). Sum of RGB (Red+Green+Blue) = 56+58+94=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #383A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A5E is #C7C5A1. Grayscale: #3D3D3D. Windows color (decimal): -13092258 or 6175288. OLE color: 6175288.
HSL color Cylindrical-coordinate representation of color #383A5E: hue angle of 236.84º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #383A5E is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 58 | 94 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.63 |
| HSL | 236.84º | 0.25% | 0.29% | - |
| HSV(B) | 236.84º | 0.4% | 0.37% | - |
| XYZ | 5.16 | 4.68 | 11.22 | - |
| YUV | 61.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 94 | 0.40 | 0.38 | 0 | 0.63 | 236.84 | 0.25 | 0.29 |
| Hex | 38 | 3A | 5E | 28 | 26 | 0 | 3F | ED | 19 | 1D |
| Octal | 70 | 72 | 136 | 50 | 46 | 0 | 77 | 355 | 31 | 35 |
| Binary | 111000 | 111010 | 1011110 | 101000 | 100110 | 0 | 111111 | 11101101 | 11001 | 11101 |
Color Harmonies of #383A5E
Complementary color
Monochromatic Colors of #383A5E
Black with #383A5E
Text Example
Text Example
White with #383A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A5E; }
p { color: rgb(56,58,94); }
H1.HeaderClassName
{
color: #383A5E;
}
.AnyTagClassName
{
color: #383A5E;
}
</style>
background-color css
<style>
a { background-color: #383A5E; }
a { background-color: rgb(56,58,94); }
div.DivClassName
{
background-color: #383A5E;
}
.BgClassName
{
background-color: #383A5E;
}
</style>
border-color css
<style>
span { border-color: #383A5E; }
span { border-color: rgb(56,58,94); }
td.TdClassName
{
border-color: #383A5E;
}
.TagClassName
{
border-color: #383A5E;
}
</style>