Shades of Deep Koamaru #343268
Tints of Deep Koamaru #343268
RGB
CMYK
RGB Variations
Color information
#343268 (or 0x343268) is known color: Deep Koamaru. HEX triplet: 34, 32 and 68. RGB value is (52,50,104). Sum of RGB (Red+Green+Blue) = 52+50+104=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #343268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343268 is #CBCD97. Grayscale: #383838. Windows color (decimal): -13356440 or 6828596. OLE color: 6828596.
HSL color Cylindrical-coordinate representation of color #343268: hue angle of 242.22º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343268 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 50 | 104 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.59 |
| HSL | 242.22º | 0.35% | 0.3% | - |
| HSV(B) | 242.22º | 0.52% | 0.41% | - |
| XYZ | 5.06 | 4.01 | 13.6 | - |
| YUV | 56.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 104 | 0.50 | 0.52 | 0 | 0.59 | 242.22 | 0.35 | 0.3 |
| Hex | 34 | 32 | 68 | 32 | 34 | 0 | 3B | F2 | 23 | 1E |
| Octal | 64 | 62 | 150 | 62 | 64 | 0 | 73 | 362 | 43 | 36 |
| Binary | 110100 | 110010 | 1101000 | 110010 | 110100 | 0 | 111011 | 11110010 | 100011 | 11110 |
Color Harmonies of #343268
Complementary color
Monochromatic Colors of #343268
Black with #343268
Text Example
Text Example
White with #343268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343268; }
p { color: rgb(52,50,104); }
H1.HeaderClassName
{
color: #343268;
}
.AnyTagClassName
{
color: #343268;
}
</style>
background-color css
<style>
a { background-color: #343268; }
a { background-color: rgb(52,50,104); }
div.DivClassName
{
background-color: #343268;
}
.BgClassName
{
background-color: #343268;
}
</style>
border-color css
<style>
span { border-color: #343268; }
span { border-color: rgb(52,50,104); }
td.TdClassName
{
border-color: #343268;
}
.TagClassName
{
border-color: #343268;
}
</style>