Shades of Deep Koamaru #342D76
Tints of Deep Koamaru #342D76
RGB
CMYK
RGB Variations
Color information
#342D76 (or 0x342D76) is known color: Deep Koamaru. HEX triplet: 34, 2D and 76. RGB value is (52,45,118). Sum of RGB (Red+Green+Blue) = 52+45+118=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #342D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342D76 is #CBD289. Grayscale: #373737. Windows color (decimal): -13357706 or 7744820. OLE color: 7744820.
HSL color Cylindrical-coordinate representation of color #342D76: hue angle of 245.75º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #342D76 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 45 | 118 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.54 |
| HSL | 245.75º | 0.45% | 0.32% | - |
| HSV(B) | 245.75º | 0.62% | 0.46% | - |
| XYZ | 5.62 | 3.91 | 17.6 | - |
| YUV | 55.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 118 | 0.56 | 0.62 | 0 | 0.54 | 245.75 | 0.45 | 0.32 |
| Hex | 34 | 2D | 76 | 38 | 3E | 0 | 36 | F6 | 2D | 20 |
| Octal | 64 | 55 | 166 | 70 | 76 | 0 | 66 | 366 | 55 | 40 |
| Binary | 110100 | 101101 | 1110110 | 111000 | 111110 | 0 | 110110 | 11110110 | 101101 | 100000 |
Color Harmonies of #342D76
Complementary color
Monochromatic Colors of #342D76
Black with #342D76
Text Example
Text Example
White with #342D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D76; }
p { color: rgb(52,45,118); }
H1.HeaderClassName
{
color: #342D76;
}
.AnyTagClassName
{
color: #342D76;
}
</style>
background-color css
<style>
a { background-color: #342D76; }
a { background-color: rgb(52,45,118); }
div.DivClassName
{
background-color: #342D76;
}
.BgClassName
{
background-color: #342D76;
}
</style>
border-color css
<style>
span { border-color: #342D76; }
span { border-color: rgb(52,45,118); }
td.TdClassName
{
border-color: #342D76;
}
.TagClassName
{
border-color: #342D76;
}
</style>