Shades of Deep Koamaru #343168
Tints of Deep Koamaru #343168
RGB
CMYK
RGB Variations
Color information
#343168 (or 0x343168) is known color: Deep Koamaru. HEX triplet: 34, 31 and 68. RGB value is (52,49,104). Sum of RGB (Red+Green+Blue) = 52+49+104=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #343168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343168 is #CBCE97. Grayscale: #373737. Windows color (decimal): -13356696 or 6828340. OLE color: 6828340.
HSL color Cylindrical-coordinate representation of color #343168: hue angle of 243.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #343168 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 49 | 104 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.59 |
| HSL | 243.27º | 0.36% | 0.3% | - |
| HSV(B) | 243.27º | 0.53% | 0.41% | - |
| XYZ | 5.01 | 3.93 | 13.59 | - |
| YUV | 56.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 104 | 0.50 | 0.53 | 0 | 0.59 | 243.27 | 0.36 | 0.3 |
| Hex | 34 | 31 | 68 | 32 | 35 | 0 | 3B | F3 | 24 | 1E |
| Octal | 64 | 61 | 150 | 62 | 65 | 0 | 73 | 363 | 44 | 36 |
| Binary | 110100 | 110001 | 1101000 | 110010 | 110101 | 0 | 111011 | 11110011 | 100100 | 11110 |
Color Harmonies of #343168
Complementary color
Monochromatic Colors of #343168
Black with #343168
Text Example
Text Example
White with #343168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343168; }
p { color: rgb(52,49,104); }
H1.HeaderClassName
{
color: #343168;
}
.AnyTagClassName
{
color: #343168;
}
</style>
background-color css
<style>
a { background-color: #343168; }
a { background-color: rgb(52,49,104); }
div.DivClassName
{
background-color: #343168;
}
.BgClassName
{
background-color: #343168;
}
</style>
border-color css
<style>
span { border-color: #343168; }
span { border-color: rgb(52,49,104); }
td.TdClassName
{
border-color: #343168;
}
.TagClassName
{
border-color: #343168;
}
</style>