Shades of Deep Koamaru #342F65
Tints of Deep Koamaru #342F65
RGB
CMYK
RGB Variations
Color information
#342F65 (or 0x342F65) is known color: Deep Koamaru. HEX triplet: 34, 2F and 65. RGB value is (52,47,101). Sum of RGB (Red+Green+Blue) = 52+47+101=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #342F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342F65 is #CBD09A. Grayscale: #363636. Windows color (decimal): -13357211 or 6631220. OLE color: 6631220.
HSL color Cylindrical-coordinate representation of color #342F65: hue angle of 245.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #342F65 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 47 | 101 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.60 |
| HSL | 245.56º | 0.36% | 0.29% | - |
| HSV(B) | 245.56º | 0.53% | 0.4% | - |
| XYZ | 4.78 | 3.7 | 12.77 | - |
| YUV | 54.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 101 | 0.49 | 0.53 | 0 | 0.60 | 245.56 | 0.36 | 0.29 |
| Hex | 34 | 2F | 65 | 31 | 35 | 0 | 3C | F6 | 24 | 1D |
| Octal | 64 | 57 | 145 | 61 | 65 | 0 | 74 | 366 | 44 | 35 |
| Binary | 110100 | 101111 | 1100101 | 110001 | 110101 | 0 | 111100 | 11110110 | 100100 | 11101 |
Color Harmonies of #342F65
Complementary color
Monochromatic Colors of #342F65
Black with #342F65
Text Example
Text Example
White with #342F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F65; }
p { color: rgb(52,47,101); }
H1.HeaderClassName
{
color: #342F65;
}
.AnyTagClassName
{
color: #342F65;
}
</style>
background-color css
<style>
a { background-color: #342F65; }
a { background-color: rgb(52,47,101); }
div.DivClassName
{
background-color: #342F65;
}
.BgClassName
{
background-color: #342F65;
}
</style>
border-color css
<style>
span { border-color: #342F65; }
span { border-color: rgb(52,47,101); }
td.TdClassName
{
border-color: #342F65;
}
.TagClassName
{
border-color: #342F65;
}
</style>