Shades of Deep Koamaru #342B76
Tints of Deep Koamaru #342B76
RGB
CMYK
RGB Variations
Color information
#342B76 (or 0x342B76) is known color: Deep Koamaru. HEX triplet: 34, 2B and 76. RGB value is (52,43,118). Sum of RGB (Red+Green+Blue) = 52+43+118=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #342B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B76 is #CBD489. Grayscale: #353535. Windows color (decimal): -13358218 or 7744308. OLE color: 7744308.
HSL color Cylindrical-coordinate representation of color #342B76: hue angle of 247.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #342B76 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 43 | 118 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.54 |
| HSL | 247.2º | 0.47% | 0.32% | - |
| HSV(B) | 247.2º | 0.64% | 0.46% | - |
| XYZ | 5.55 | 3.77 | 17.57 | - |
| YUV | 54.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 118 | 0.56 | 0.64 | 0 | 0.54 | 247.2 | 0.47 | 0.32 |
| Hex | 34 | 2B | 76 | 38 | 40 | 0 | 36 | F7 | 2F | 20 |
| Octal | 64 | 53 | 166 | 70 | 100 | 0 | 66 | 367 | 57 | 40 |
| Binary | 110100 | 101011 | 1110110 | 111000 | 1000000 | 0 | 110110 | 11110111 | 101111 | 100000 |
Color Harmonies of #342B76
Complementary color
Monochromatic Colors of #342B76
Black with #342B76
Text Example
Text Example
White with #342B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342B76; }
p { color: rgb(52,43,118); }
H1.HeaderClassName
{
color: #342B76;
}
.AnyTagClassName
{
color: #342B76;
}
</style>
background-color css
<style>
a { background-color: #342B76; }
a { background-color: rgb(52,43,118); }
div.DivClassName
{
background-color: #342B76;
}
.BgClassName
{
background-color: #342B76;
}
</style>
border-color css
<style>
span { border-color: #342B76; }
span { border-color: rgb(52,43,118); }
td.TdClassName
{
border-color: #342B76;
}
.TagClassName
{
border-color: #342B76;
}
</style>