Shades of Deep Koamaru #343557
Tints of Deep Koamaru #343557
RGB
CMYK
RGB Variations
Color information
#343557 (or 0x343557) is known color: Deep Koamaru. HEX triplet: 34, 35 and 57. RGB value is (52,53,87). Sum of RGB (Red+Green+Blue) = 52+53+87=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #343557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343557 is #CBCAA8. Grayscale: #383838. Windows color (decimal): -13355689 or 5715252. OLE color: 5715252.
HSL color Cylindrical-coordinate representation of color #343557: hue angle of 238.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343557 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 53 | 87 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.66 |
| HSL | 238.29º | 0.25% | 0.27% | - |
| HSV(B) | 238.29º | 0.4% | 0.34% | - |
| XYZ | 4.41 | 3.96 | 9.55 | - |
| YUV | 56.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 87 | 0.40 | 0.39 | 0 | 0.66 | 238.29 | 0.25 | 0.27 |
| Hex | 34 | 35 | 57 | 28 | 27 | 0 | 42 | EE | 19 | 1B |
| Octal | 64 | 65 | 127 | 50 | 47 | 0 | 102 | 356 | 31 | 33 |
| Binary | 110100 | 110101 | 1010111 | 101000 | 100111 | 0 | 1000010 | 11101110 | 11001 | 11011 |
Color Harmonies of #343557
Complementary color
Monochromatic Colors of #343557
Black with #343557
Text Example
Text Example
White with #343557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343557; }
p { color: rgb(52,53,87); }
H1.HeaderClassName
{
color: #343557;
}
.AnyTagClassName
{
color: #343557;
}
</style>
background-color css
<style>
a { background-color: #343557; }
a { background-color: rgb(52,53,87); }
div.DivClassName
{
background-color: #343557;
}
.BgClassName
{
background-color: #343557;
}
</style>
border-color css
<style>
span { border-color: #343557; }
span { border-color: rgb(52,53,87); }
td.TdClassName
{
border-color: #343557;
}
.TagClassName
{
border-color: #343557;
}
</style>