Shades of Deep Koamaru #343071
Tints of Deep Koamaru #343071
RGB
CMYK
RGB Variations
Color information
#343071 (or 0x343071) is known color: Deep Koamaru. HEX triplet: 34, 30 and 71. RGB value is (52,48,113). Sum of RGB (Red+Green+Blue) = 52+48+113=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #343071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343071 is #CBCF8E. Grayscale: #383838. Windows color (decimal): -13356943 or 7417908. OLE color: 7417908.
HSL color Cylindrical-coordinate representation of color #343071: hue angle of 243.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343071 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 48 | 113 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.56 |
| HSL | 243.69º | 0.4% | 0.32% | - |
| HSV(B) | 243.69º | 0.58% | 0.44% | - |
| XYZ | 5.45 | 4.04 | 16.11 | - |
| YUV | 56.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 113 | 0.54 | 0.58 | 0 | 0.56 | 243.69 | 0.4 | 0.32 |
| Hex | 34 | 30 | 71 | 36 | 3A | 0 | 38 | F4 | 28 | 20 |
| Octal | 64 | 60 | 161 | 66 | 72 | 0 | 70 | 364 | 50 | 40 |
| Binary | 110100 | 110000 | 1110001 | 110110 | 111010 | 0 | 111000 | 11110100 | 101000 | 100000 |
Color Harmonies of #343071
Complementary color
Monochromatic Colors of #343071
Black with #343071
Text Example
Text Example
White with #343071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343071; }
p { color: rgb(52,48,113); }
H1.HeaderClassName
{
color: #343071;
}
.AnyTagClassName
{
color: #343071;
}
</style>
background-color css
<style>
a { background-color: #343071; }
a { background-color: rgb(52,48,113); }
div.DivClassName
{
background-color: #343071;
}
.BgClassName
{
background-color: #343071;
}
</style>
border-color css
<style>
span { border-color: #343071; }
span { border-color: rgb(52,48,113); }
td.TdClassName
{
border-color: #343071;
}
.TagClassName
{
border-color: #343071;
}
</style>