Shades of Deep Koamaru #383574
Tints of Deep Koamaru #383574
RGB
CMYK
RGB Variations
Color information
#383574 (or 0x383574) is known color: Deep Koamaru. HEX triplet: 38, 35 and 74. RGB value is (56,53,116). Sum of RGB (Red+Green+Blue) = 56+53+116=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #383574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383574 is #C7CA8B. Grayscale: #3C3C3C. Windows color (decimal): -13093516 or 7615800. OLE color: 7615800.
HSL color Cylindrical-coordinate representation of color #383574: hue angle of 242.86º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #383574 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 53 | 116 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.55 |
| HSL | 242.86º | 0.37% | 0.33% | - |
| HSV(B) | 242.86º | 0.54% | 0.45% | - |
| XYZ | 6.06 | 4.65 | 17.1 | - |
| YUV | 61.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 116 | 0.52 | 0.54 | 0 | 0.55 | 242.86 | 0.37 | 0.33 |
| Hex | 38 | 35 | 74 | 34 | 36 | 0 | 37 | F3 | 25 | 21 |
| Octal | 70 | 65 | 164 | 64 | 66 | 0 | 67 | 363 | 45 | 41 |
| Binary | 111000 | 110101 | 1110100 | 110100 | 110110 | 0 | 110111 | 11110011 | 100101 | 100001 |
Color Harmonies of #383574
Complementary color
Monochromatic Colors of #383574
Black with #383574
Text Example
Text Example
White with #383574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383574; }
p { color: rgb(56,53,116); }
H1.HeaderClassName
{
color: #383574;
}
.AnyTagClassName
{
color: #383574;
}
</style>
background-color css
<style>
a { background-color: #383574; }
a { background-color: rgb(56,53,116); }
div.DivClassName
{
background-color: #383574;
}
.BgClassName
{
background-color: #383574;
}
</style>
border-color css
<style>
span { border-color: #383574; }
span { border-color: rgb(56,53,116); }
td.TdClassName
{
border-color: #383574;
}
.TagClassName
{
border-color: #383574;
}
</style>