Shades of Deep Koamaru #38395E
Tints of Deep Koamaru #38395E
RGB
CMYK
RGB Variations
Color information
#38395E (or 0x38395E) is known color: Deep Koamaru. HEX triplet: 38, 39 and 5E. RGB value is (56,57,94). Sum of RGB (Red+Green+Blue) = 56+57+94=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #38395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38395E is #C7C6A1. Grayscale: #3C3C3C. Windows color (decimal): -13092514 or 6175032. OLE color: 6175032.
HSL color Cylindrical-coordinate representation of color #38395E: hue angle of 238.42º 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 #38395E is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 57 | 94 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.63 |
| HSL | 238.42º | 0.25% | 0.29% | - |
| HSV(B) | 238.42º | 0.4% | 0.37% | - |
| XYZ | 5.11 | 4.58 | 11.2 | - |
| YUV | 60.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 94 | 0.40 | 0.39 | 0 | 0.63 | 238.42 | 0.25 | 0.29 |
| Hex | 38 | 39 | 5E | 28 | 27 | 0 | 3F | EE | 19 | 1D |
| Octal | 70 | 71 | 136 | 50 | 47 | 0 | 77 | 356 | 31 | 35 |
| Binary | 111000 | 111001 | 1011110 | 101000 | 100111 | 0 | 111111 | 11101110 | 11001 | 11101 |
Color Harmonies of #38395E
Complementary color
Monochromatic Colors of #38395E
Black with #38395E
Text Example
Text Example
White with #38395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38395E; }
p { color: rgb(56,57,94); }
H1.HeaderClassName
{
color: #38395E;
}
.AnyTagClassName
{
color: #38395E;
}
</style>
background-color css
<style>
a { background-color: #38395E; }
a { background-color: rgb(56,57,94); }
div.DivClassName
{
background-color: #38395E;
}
.BgClassName
{
background-color: #38395E;
}
</style>
border-color css
<style>
span { border-color: #38395E; }
span { border-color: rgb(56,57,94); }
td.TdClassName
{
border-color: #38395E;
}
.TagClassName
{
border-color: #38395E;
}
</style>