Shades of Deep Koamaru #342C75
Tints of Deep Koamaru #342C75
RGB
CMYK
RGB Variations
Color information
#342C75 (or 0x342C75) is known color: Deep Koamaru. HEX triplet: 34, 2C and 75. RGB value is (52,44,117). Sum of RGB (Red+Green+Blue) = 52+44+117=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #342C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C75 is #CBD38A. Grayscale: #363636. Windows color (decimal): -13357963 or 7679028. OLE color: 7679028.
HSL color Cylindrical-coordinate representation of color #342C75: hue angle of 246.58º 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 #342C75 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 44 | 117 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.54 |
| HSL | 246.58º | 0.45% | 0.32% | - |
| HSV(B) | 246.58º | 0.62% | 0.46% | - |
| XYZ | 5.53 | 3.82 | 17.27 | - |
| YUV | 54.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 117 | 0.56 | 0.62 | 0 | 0.54 | 246.58 | 0.45 | 0.32 |
| Hex | 34 | 2C | 75 | 38 | 3E | 0 | 36 | F7 | 2D | 20 |
| Octal | 64 | 54 | 165 | 70 | 76 | 0 | 66 | 367 | 55 | 40 |
| Binary | 110100 | 101100 | 1110101 | 111000 | 111110 | 0 | 110110 | 11110111 | 101101 | 100000 |
Color Harmonies of #342C75
Complementary color
Monochromatic Colors of #342C75
Black with #342C75
Text Example
Text Example
White with #342C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C75; }
p { color: rgb(52,44,117); }
H1.HeaderClassName
{
color: #342C75;
}
.AnyTagClassName
{
color: #342C75;
}
</style>
background-color css
<style>
a { background-color: #342C75; }
a { background-color: rgb(52,44,117); }
div.DivClassName
{
background-color: #342C75;
}
.BgClassName
{
background-color: #342C75;
}
</style>
border-color css
<style>
span { border-color: #342C75; }
span { border-color: rgb(52,44,117); }
td.TdClassName
{
border-color: #342C75;
}
.TagClassName
{
border-color: #342C75;
}
</style>