Shades of Deep Koamaru #343570
Tints of Deep Koamaru #343570
RGB
CMYK
RGB Variations
Color information
#343570 (or 0x343570) is known color: Deep Koamaru. HEX triplet: 34, 35 and 70. RGB value is (52,53,112). Sum of RGB (Red+Green+Blue) = 52+53+112=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #343570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343570 is #CBCA8F. Grayscale: #3B3B3B. Windows color (decimal): -13355664 or 7353652. OLE color: 7353652.
HSL color Cylindrical-coordinate representation of color #343570: hue angle of 239º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #343570 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 53 | 112 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.56 |
| HSL | 239º | 0.37% | 0.32% | - |
| HSV(B) | 239º | 0.54% | 0.44% | - |
| XYZ | 5.61 | 4.45 | 15.89 | - |
| YUV | 59.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 112 | 0.54 | 0.53 | 0 | 0.56 | 239 | 0.37 | 0.32 |
| Hex | 34 | 35 | 70 | 36 | 35 | 0 | 38 | EF | 25 | 20 |
| Octal | 64 | 65 | 160 | 66 | 65 | 0 | 70 | 357 | 45 | 40 |
| Binary | 110100 | 110101 | 1110000 | 110110 | 110101 | 0 | 111000 | 11101111 | 100101 | 100000 |
Color Harmonies of #343570
Complementary color
Monochromatic Colors of #343570
Black with #343570
Text Example
Text Example
White with #343570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343570; }
p { color: rgb(52,53,112); }
H1.HeaderClassName
{
color: #343570;
}
.AnyTagClassName
{
color: #343570;
}
</style>
background-color css
<style>
a { background-color: #343570; }
a { background-color: rgb(52,53,112); }
div.DivClassName
{
background-color: #343570;
}
.BgClassName
{
background-color: #343570;
}
</style>
border-color css
<style>
span { border-color: #343570; }
span { border-color: rgb(52,53,112); }
td.TdClassName
{
border-color: #343570;
}
.TagClassName
{
border-color: #343570;
}
</style>