Shades of Deep Koamaru #343573
Tints of Deep Koamaru #343573
RGB
CMYK
RGB Variations
Color information
#343573 (or 0x343573) is known color: Deep Koamaru. HEX triplet: 34, 35 and 73. RGB value is (52,53,115). Sum of RGB (Red+Green+Blue) = 52+53+115=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #343573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343573 is #CBCA8C. Grayscale: #3B3B3B. Windows color (decimal): -13355661 or 7550260. OLE color: 7550260.
HSL color Cylindrical-coordinate representation of color #343573: hue angle of 239.05º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #343573 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 53 | 115 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.55 |
| HSL | 239.05º | 0.38% | 0.33% | - |
| HSV(B) | 239.05º | 0.55% | 0.45% | - |
| XYZ | 5.78 | 4.51 | 16.79 | - |
| YUV | 59.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 115 | 0.55 | 0.54 | 0 | 0.55 | 239.05 | 0.38 | 0.33 |
| Hex | 34 | 35 | 73 | 37 | 36 | 0 | 37 | EF | 26 | 21 |
| Octal | 64 | 65 | 163 | 67 | 66 | 0 | 67 | 357 | 46 | 41 |
| Binary | 110100 | 110101 | 1110011 | 110111 | 110110 | 0 | 110111 | 11101111 | 100110 | 100001 |
Color Harmonies of #343573
Complementary color
Monochromatic Colors of #343573
Black with #343573
Text Example
Text Example
White with #343573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343573; }
p { color: rgb(52,53,115); }
H1.HeaderClassName
{
color: #343573;
}
.AnyTagClassName
{
color: #343573;
}
</style>
background-color css
<style>
a { background-color: #343573; }
a { background-color: rgb(52,53,115); }
div.DivClassName
{
background-color: #343573;
}
.BgClassName
{
background-color: #343573;
}
</style>
border-color css
<style>
span { border-color: #343573; }
span { border-color: rgb(52,53,115); }
td.TdClassName
{
border-color: #343573;
}
.TagClassName
{
border-color: #343573;
}
</style>