Shades of Deep Koamaru #38345E
Tints of Deep Koamaru #38345E
RGB
CMYK
RGB Variations
Color information
#38345E (or 0x38345E) is known color: Deep Koamaru. HEX triplet: 38, 34 and 5E. RGB value is (56,52,94). Sum of RGB (Red+Green+Blue) = 56+52+94=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #38345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38345E is #C7CBA1. Grayscale: #393939. Windows color (decimal): -13093794 or 6173752. OLE color: 6173752.
HSL color Cylindrical-coordinate representation of color #38345E: hue angle of 245.71º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38345E is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 52 | 94 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.63 |
| HSL | 245.71º | 0.29% | 0.29% | - |
| HSV(B) | 245.71º | 0.45% | 0.37% | - |
| XYZ | 4.88 | 4.1 | 11.12 | - |
| YUV | 57.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 94 | 0.40 | 0.45 | 0 | 0.63 | 245.71 | 0.29 | 0.29 |
| Hex | 38 | 34 | 5E | 28 | 2D | 0 | 3F | F6 | 1D | 1D |
| Octal | 70 | 64 | 136 | 50 | 55 | 0 | 77 | 366 | 35 | 35 |
| Binary | 111000 | 110100 | 1011110 | 101000 | 101101 | 0 | 111111 | 11110110 | 11101 | 11101 |
Color Harmonies of #38345E
Complementary color
Monochromatic Colors of #38345E
Black with #38345E
Text Example
Text Example
White with #38345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38345E; }
p { color: rgb(56,52,94); }
H1.HeaderClassName
{
color: #38345E;
}
.AnyTagClassName
{
color: #38345E;
}
</style>
background-color css
<style>
a { background-color: #38345E; }
a { background-color: rgb(56,52,94); }
div.DivClassName
{
background-color: #38345E;
}
.BgClassName
{
background-color: #38345E;
}
</style>
border-color css
<style>
span { border-color: #38345E; }
span { border-color: rgb(56,52,94); }
td.TdClassName
{
border-color: #38345E;
}
.TagClassName
{
border-color: #38345E;
}
</style>