Shades of Deep Koamaru #38395F
Tints of Deep Koamaru #38395F
RGB
CMYK
RGB Variations
Color information
#38395F (or 0x38395F) is known color: Deep Koamaru. HEX triplet: 38, 39 and 5F. RGB value is (56,57,95). Sum of RGB (Red+Green+Blue) = 56+57+95=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #38395F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38395F is #C7C6A0. Grayscale: #3C3C3C. Windows color (decimal): -13092513 or 6240568. OLE color: 6240568.
HSL color Cylindrical-coordinate representation of color #38395F: hue angle of 238.46º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #38395F is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 57 | 95 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.63 |
| HSL | 238.46º | 0.26% | 0.3% | - |
| HSV(B) | 238.46º | 0.41% | 0.37% | - |
| XYZ | 5.16 | 4.59 | 11.44 | - |
| YUV | 61.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 95 | 0.41 | 0.40 | 0 | 0.63 | 238.46 | 0.26 | 0.3 |
| Hex | 38 | 39 | 5F | 29 | 28 | 0 | 3F | EE | 1A | 1E |
| Octal | 70 | 71 | 137 | 51 | 50 | 0 | 77 | 356 | 32 | 36 |
| Binary | 111000 | 111001 | 1011111 | 101001 | 101000 | 0 | 111111 | 11101110 | 11010 | 11110 |
Color Harmonies of #38395F
Complementary color
Monochromatic Colors of #38395F
Black with #38395F
Text Example
Text Example
White with #38395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38395F; }
p { color: rgb(56,57,95); }
H1.HeaderClassName
{
color: #38395F;
}
.AnyTagClassName
{
color: #38395F;
}
</style>
background-color css
<style>
a { background-color: #38395F; }
a { background-color: rgb(56,57,95); }
div.DivClassName
{
background-color: #38395F;
}
.BgClassName
{
background-color: #38395F;
}
</style>
border-color css
<style>
span { border-color: #38395F; }
span { border-color: rgb(56,57,95); }
td.TdClassName
{
border-color: #38395F;
}
.TagClassName
{
border-color: #38395F;
}
</style>