Shades of Deep Koamaru #343659
Tints of Deep Koamaru #343659
RGB
CMYK
RGB Variations
Color information
#343659 (or 0x343659) is known color: Deep Koamaru. HEX triplet: 34, 36 and 59. RGB value is (52,54,89). Sum of RGB (Red+Green+Blue) = 52+54+89=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #343659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343659 is #CBC9A6. Grayscale: #393939. Windows color (decimal): -13355431 or 5846580. OLE color: 5846580.
HSL color Cylindrical-coordinate representation of color #343659: hue angle of 236.76º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #343659 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 54 | 89 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.65 |
| HSL | 236.76º | 0.26% | 0.28% | - |
| HSV(B) | 236.76º | 0.42% | 0.35% | - |
| XYZ | 4.54 | 4.09 | 10 | - |
| YUV | 57.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 89 | 0.42 | 0.39 | 0 | 0.65 | 236.76 | 0.26 | 0.28 |
| Hex | 34 | 36 | 59 | 2A | 27 | 0 | 41 | ED | 1A | 1C |
| Octal | 64 | 66 | 131 | 52 | 47 | 0 | 101 | 355 | 32 | 34 |
| Binary | 110100 | 110110 | 1011001 | 101010 | 100111 | 0 | 1000001 | 11101101 | 11010 | 11100 |
Color Harmonies of #343659
Complementary color
Monochromatic Colors of #343659
Black with #343659
Text Example
Text Example
White with #343659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343659; }
p { color: rgb(52,54,89); }
H1.HeaderClassName
{
color: #343659;
}
.AnyTagClassName
{
color: #343659;
}
</style>
background-color css
<style>
a { background-color: #343659; }
a { background-color: rgb(52,54,89); }
div.DivClassName
{
background-color: #343659;
}
.BgClassName
{
background-color: #343659;
}
</style>
border-color css
<style>
span { border-color: #343659; }
span { border-color: rgb(52,54,89); }
td.TdClassName
{
border-color: #343659;
}
.TagClassName
{
border-color: #343659;
}
</style>