Shades of Deep Koamaru #343171
Tints of Deep Koamaru #343171
RGB
CMYK
RGB Variations
Color information
#343171 (or 0x343171) is known color: Deep Koamaru. HEX triplet: 34, 31 and 71. RGB value is (52,49,113). Sum of RGB (Red+Green+Blue) = 52+49+113=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #343171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343171 is #CBCE8E. Grayscale: #383838. Windows color (decimal): -13356687 or 7418164. OLE color: 7418164.
HSL color Cylindrical-coordinate representation of color #343171: hue angle of 242.81º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #343171 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 49 | 113 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.56 |
| HSL | 242.81º | 0.4% | 0.32% | - |
| HSV(B) | 242.81º | 0.57% | 0.44% | - |
| XYZ | 5.5 | 4.12 | 16.13 | - |
| YUV | 57.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 113 | 0.54 | 0.57 | 0 | 0.56 | 242.81 | 0.4 | 0.32 |
| Hex | 34 | 31 | 71 | 36 | 39 | 0 | 38 | F3 | 28 | 20 |
| Octal | 64 | 61 | 161 | 66 | 71 | 0 | 70 | 363 | 50 | 40 |
| Binary | 110100 | 110001 | 1110001 | 110110 | 111001 | 0 | 111000 | 11110011 | 101000 | 100000 |
Color Harmonies of #343171
Complementary color
Monochromatic Colors of #343171
Black with #343171
Text Example
Text Example
White with #343171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343171; }
p { color: rgb(52,49,113); }
H1.HeaderClassName
{
color: #343171;
}
.AnyTagClassName
{
color: #343171;
}
</style>
background-color css
<style>
a { background-color: #343171; }
a { background-color: rgb(52,49,113); }
div.DivClassName
{
background-color: #343171;
}
.BgClassName
{
background-color: #343171;
}
</style>
border-color css
<style>
span { border-color: #343171; }
span { border-color: rgb(52,49,113); }
td.TdClassName
{
border-color: #343171;
}
.TagClassName
{
border-color: #343171;
}
</style>