Shades of Deep Koamaru #38326D
Tints of Deep Koamaru #38326D
RGB
CMYK
RGB Variations
Color information
#38326D (or 0x38326D) is known color: Deep Koamaru. HEX triplet: 38, 32 and 6D. RGB value is (56,50,109). Sum of RGB (Red+Green+Blue) = 56+50+109=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #38326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38326D is #C7CD92. Grayscale: #3A3A3A. Windows color (decimal): -13094291 or 7156280. OLE color: 7156280.
HSL color Cylindrical-coordinate representation of color #38326D: hue angle of 246.1º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38326D is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 50 | 109 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.57 |
| HSL | 246.1º | 0.37% | 0.31% | - |
| HSV(B) | 246.1º | 0.54% | 0.43% | - |
| XYZ | 5.53 | 4.23 | 14.99 | - |
| YUV | 58.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 109 | 0.49 | 0.54 | 0 | 0.57 | 246.1 | 0.37 | 0.31 |
| Hex | 38 | 32 | 6D | 31 | 36 | 0 | 39 | F6 | 25 | 1F |
| Octal | 70 | 62 | 155 | 61 | 66 | 0 | 71 | 366 | 45 | 37 |
| Binary | 111000 | 110010 | 1101101 | 110001 | 110110 | 0 | 111001 | 11110110 | 100101 | 11111 |
Color Harmonies of #38326D
Complementary color
Monochromatic Colors of #38326D
Black with #38326D
Text Example
Text Example
White with #38326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38326D; }
p { color: rgb(56,50,109); }
H1.HeaderClassName
{
color: #38326D;
}
.AnyTagClassName
{
color: #38326D;
}
</style>
background-color css
<style>
a { background-color: #38326D; }
a { background-color: rgb(56,50,109); }
div.DivClassName
{
background-color: #38326D;
}
.BgClassName
{
background-color: #38326D;
}
</style>
border-color css
<style>
span { border-color: #38326D; }
span { border-color: rgb(56,50,109); }
td.TdClassName
{
border-color: #38326D;
}
.TagClassName
{
border-color: #38326D;
}
</style>