Shades of Deep Koamaru #342E6B
Tints of Deep Koamaru #342E6B
RGB
CMYK
RGB Variations
Color information
#342E6B (or 0x342E6B) is known color: Deep Koamaru. HEX triplet: 34, 2E and 6B. RGB value is (52,46,107). Sum of RGB (Red+Green+Blue) = 52+46+107=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #342E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E6B is #CBD194. Grayscale: #363636. Windows color (decimal): -13357461 or 7024180. OLE color: 7024180.
HSL color Cylindrical-coordinate representation of color #342E6B: hue angle of 245.9º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #342E6B is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 46 | 107 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.58 |
| HSL | 245.9º | 0.4% | 0.3% | - |
| HSV(B) | 245.9º | 0.57% | 0.42% | - |
| XYZ | 5.05 | 3.75 | 14.37 | - |
| YUV | 54.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 107 | 0.51 | 0.57 | 0 | 0.58 | 245.9 | 0.4 | 0.3 |
| Hex | 34 | 2E | 6B | 33 | 39 | 0 | 3A | F6 | 28 | 1E |
| Octal | 64 | 56 | 153 | 63 | 71 | 0 | 72 | 366 | 50 | 36 |
| Binary | 110100 | 101110 | 1101011 | 110011 | 111001 | 0 | 111010 | 11110110 | 101000 | 11110 |
Color Harmonies of #342E6B
Complementary color
Monochromatic Colors of #342E6B
Black with #342E6B
Text Example
Text Example
White with #342E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E6B; }
p { color: rgb(52,46,107); }
H1.HeaderClassName
{
color: #342E6B;
}
.AnyTagClassName
{
color: #342E6B;
}
</style>
background-color css
<style>
a { background-color: #342E6B; }
a { background-color: rgb(52,46,107); }
div.DivClassName
{
background-color: #342E6B;
}
.BgClassName
{
background-color: #342E6B;
}
</style>
border-color css
<style>
span { border-color: #342E6B; }
span { border-color: rgb(52,46,107); }
td.TdClassName
{
border-color: #342E6B;
}
.TagClassName
{
border-color: #342E6B;
}
</style>