Shades of Deep Koamaru #38356F
Tints of Deep Koamaru #38356F
RGB
CMYK
RGB Variations
Color information
#38356F (or 0x38356F) is known color: Deep Koamaru. HEX triplet: 38, 35 and 6F. RGB value is (56,53,111). Sum of RGB (Red+Green+Blue) = 56+53+111=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #38356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38356F is #C7CA90. Grayscale: #3C3C3C. Windows color (decimal): -13093521 or 7288120. OLE color: 7288120.
HSL color Cylindrical-coordinate representation of color #38356F: hue angle of 243.1º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38356F is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 53 | 111 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.56 |
| HSL | 243.1º | 0.35% | 0.32% | - |
| HSV(B) | 243.1º | 0.52% | 0.44% | - |
| XYZ | 5.77 | 4.53 | 15.61 | - |
| YUV | 60.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 111 | 0.50 | 0.52 | 0 | 0.56 | 243.1 | 0.35 | 0.32 |
| Hex | 38 | 35 | 6F | 32 | 34 | 0 | 38 | F3 | 23 | 20 |
| Octal | 70 | 65 | 157 | 62 | 64 | 0 | 70 | 363 | 43 | 40 |
| Binary | 111000 | 110101 | 1101111 | 110010 | 110100 | 0 | 111000 | 11110011 | 100011 | 100000 |
Color Harmonies of #38356F
Complementary color
Monochromatic Colors of #38356F
Black with #38356F
Text Example
Text Example
White with #38356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38356F; }
p { color: rgb(56,53,111); }
H1.HeaderClassName
{
color: #38356F;
}
.AnyTagClassName
{
color: #38356F;
}
</style>
background-color css
<style>
a { background-color: #38356F; }
a { background-color: rgb(56,53,111); }
div.DivClassName
{
background-color: #38356F;
}
.BgClassName
{
background-color: #38356F;
}
</style>
border-color css
<style>
span { border-color: #38356F; }
span { border-color: rgb(56,53,111); }
td.TdClassName
{
border-color: #38356F;
}
.TagClassName
{
border-color: #38356F;
}
</style>