Shades of Deep Koamaru #343376
Tints of Deep Koamaru #343376
RGB
CMYK
RGB Variations
Color information
#343376 (or 0x343376) is known color: Deep Koamaru. HEX triplet: 34, 33 and 76. RGB value is (52,51,118). Sum of RGB (Red+Green+Blue) = 52+51+118=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #343376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343376 is #CBCC89. Grayscale: #3A3A3A. Windows color (decimal): -13356170 or 7746356. OLE color: 7746356.
HSL color Cylindrical-coordinate representation of color #343376: hue angle of 240.9º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #343376 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 51 | 118 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.54 |
| HSL | 240.9º | 0.4% | 0.33% | - |
| HSV(B) | 240.9º | 0.57% | 0.46% | - |
| XYZ | 5.87 | 4.41 | 17.68 | - |
| YUV | 58.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 118 | 0.56 | 0.57 | 0 | 0.54 | 240.9 | 0.4 | 0.33 |
| Hex | 34 | 33 | 76 | 38 | 39 | 0 | 36 | F1 | 28 | 21 |
| Octal | 64 | 63 | 166 | 70 | 71 | 0 | 66 | 361 | 50 | 41 |
| Binary | 110100 | 110011 | 1110110 | 111000 | 111001 | 0 | 110110 | 11110001 | 101000 | 100001 |
Color Harmonies of #343376
Complementary color
Monochromatic Colors of #343376
Black with #343376
Text Example
Text Example
White with #343376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343376; }
p { color: rgb(52,51,118); }
H1.HeaderClassName
{
color: #343376;
}
.AnyTagClassName
{
color: #343376;
}
</style>
background-color css
<style>
a { background-color: #343376; }
a { background-color: rgb(52,51,118); }
div.DivClassName
{
background-color: #343376;
}
.BgClassName
{
background-color: #343376;
}
</style>
border-color css
<style>
span { border-color: #343376; }
span { border-color: rgb(52,51,118); }
td.TdClassName
{
border-color: #343376;
}
.TagClassName
{
border-color: #343376;
}
</style>