Shades of Deep Koamaru #343369
Tints of Deep Koamaru #343369
RGB
CMYK
RGB Variations
Color information
#343369 (or 0x343369) is known color: Deep Koamaru. HEX triplet: 34, 33 and 69. RGB value is (52,51,105). Sum of RGB (Red+Green+Blue) = 52+51+105=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #343369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343369 is #CBCC96. Grayscale: #393939. Windows color (decimal): -13356183 or 6894388. OLE color: 6894388.
HSL color Cylindrical-coordinate representation of color #343369: hue angle of 241.11º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #343369 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 51 | 105 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.59 |
| HSL | 241.11º | 0.35% | 0.31% | - |
| HSV(B) | 241.11º | 0.51% | 0.41% | - |
| XYZ | 5.15 | 4.12 | 13.89 | - |
| YUV | 57.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 105 | 0.50 | 0.51 | 0 | 0.59 | 241.11 | 0.35 | 0.31 |
| Hex | 34 | 33 | 69 | 32 | 33 | 0 | 3B | F1 | 23 | 1F |
| Octal | 64 | 63 | 151 | 62 | 63 | 0 | 73 | 361 | 43 | 37 |
| Binary | 110100 | 110011 | 1101001 | 110010 | 110011 | 0 | 111011 | 11110001 | 100011 | 11111 |
Color Harmonies of #343369
Complementary color
Monochromatic Colors of #343369
Black with #343369
Text Example
Text Example
White with #343369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343369; }
p { color: rgb(52,51,105); }
H1.HeaderClassName
{
color: #343369;
}
.AnyTagClassName
{
color: #343369;
}
</style>
background-color css
<style>
a { background-color: #343369; }
a { background-color: rgb(52,51,105); }
div.DivClassName
{
background-color: #343369;
}
.BgClassName
{
background-color: #343369;
}
</style>
border-color css
<style>
span { border-color: #343369; }
span { border-color: rgb(52,51,105); }
td.TdClassName
{
border-color: #343369;
}
.TagClassName
{
border-color: #343369;
}
</style>