Shades of Deep Koamaru #34346F
Tints of Deep Koamaru #34346F
RGB
CMYK
RGB Variations
Color information
#34346F (or 0x34346F) is known color: Deep Koamaru. HEX triplet: 34, 34 and 6F. RGB value is (52,52,111). Sum of RGB (Red+Green+Blue) = 52+52+111=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #34346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34346F is #CBCB90. Grayscale: #3A3A3A. Windows color (decimal): -13355921 or 7287860. OLE color: 7287860.
HSL color Cylindrical-coordinate representation of color #34346F: hue angle of 240º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34346F is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 52 | 111 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.56 |
| HSL | 240º | 0.36% | 0.32% | - |
| HSV(B) | 240º | 0.53% | 0.44% | - |
| XYZ | 5.51 | 4.33 | 15.58 | - |
| YUV | 58.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 52 | 111 | 0.53 | 0.53 | 0 | 0.56 | 240 | 0.36 | 0.32 |
| Hex | 34 | 34 | 6F | 35 | 35 | 0 | 38 | F0 | 24 | 20 |
| Octal | 64 | 64 | 157 | 65 | 65 | 0 | 70 | 360 | 44 | 40 |
| Binary | 110100 | 110100 | 1101111 | 110101 | 110101 | 0 | 111000 | 11110000 | 100100 | 100000 |
Color Harmonies of #34346F
Complementary color
Monochromatic Colors of #34346F
Black with #34346F
Text Example
Text Example
White with #34346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34346F; }
p { color: rgb(52,52,111); }
H1.HeaderClassName
{
color: #34346F;
}
.AnyTagClassName
{
color: #34346F;
}
</style>
background-color css
<style>
a { background-color: #34346F; }
a { background-color: rgb(52,52,111); }
div.DivClassName
{
background-color: #34346F;
}
.BgClassName
{
background-color: #34346F;
}
</style>
border-color css
<style>
span { border-color: #34346F; }
span { border-color: rgb(52,52,111); }
td.TdClassName
{
border-color: #34346F;
}
.TagClassName
{
border-color: #34346F;
}
</style>