Shades of Deep Koamaru #393274
Tints of Deep Koamaru #393274
RGB
CMYK
RGB Variations
Color information
#393274 (or 0x393274) is known color: Deep Koamaru. HEX triplet: 39, 32 and 74. RGB value is (57,50,116). Sum of RGB (Red+Green+Blue) = 57+50+116=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #393274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393274 is #C6CD8B. Grayscale: #3B3B3B. Windows color (decimal): -13028748 or 7615033. OLE color: 7615033.
HSL color Cylindrical-coordinate representation of color #393274: hue angle of 246.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #393274 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 50 | 116 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.55 |
| HSL | 246.36º | 0.4% | 0.33% | - |
| HSV(B) | 246.36º | 0.57% | 0.45% | - |
| XYZ | 5.98 | 4.41 | 17.06 | - |
| YUV | 59.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 116 | 0.51 | 0.57 | 0 | 0.55 | 246.36 | 0.4 | 0.33 |
| Hex | 39 | 32 | 74 | 33 | 39 | 0 | 37 | F6 | 28 | 21 |
| Octal | 71 | 62 | 164 | 63 | 71 | 0 | 67 | 366 | 50 | 41 |
| Binary | 111001 | 110010 | 1110100 | 110011 | 111001 | 0 | 110111 | 11110110 | 101000 | 100001 |
Color Harmonies of #393274
Complementary color
Monochromatic Colors of #393274
Black with #393274
Text Example
Text Example
White with #393274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393274; }
p { color: rgb(57,50,116); }
H1.HeaderClassName
{
color: #393274;
}
.AnyTagClassName
{
color: #393274;
}
</style>
background-color css
<style>
a { background-color: #393274; }
a { background-color: rgb(57,50,116); }
div.DivClassName
{
background-color: #393274;
}
.BgClassName
{
background-color: #393274;
}
</style>
border-color css
<style>
span { border-color: #393274; }
span { border-color: rgb(57,50,116); }
td.TdClassName
{
border-color: #393274;
}
.TagClassName
{
border-color: #393274;
}
</style>