Shades of Deep Koamaru #34335E
Tints of Deep Koamaru #34335E
RGB
CMYK
RGB Variations
Color information
#34335E (or 0x34335E) is known color: Deep Koamaru. HEX triplet: 34, 33 and 5E. RGB value is (52,51,94). Sum of RGB (Red+Green+Blue) = 52+51+94=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #34335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34335E is #CBCCA1. Grayscale: #383838. Windows color (decimal): -13356194 or 6173492. OLE color: 6173492.
HSL color Cylindrical-coordinate representation of color #34335E: hue angle of 241.4º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34335E is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 51 | 94 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.63 |
| HSL | 241.4º | 0.3% | 0.28% | - |
| HSV(B) | 241.4º | 0.46% | 0.37% | - |
| XYZ | 4.62 | 3.91 | 11.1 | - |
| YUV | 56.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 94 | 0.45 | 0.46 | 0 | 0.63 | 241.4 | 0.3 | 0.28 |
| Hex | 34 | 33 | 5E | 2D | 2E | 0 | 3F | F1 | 1E | 1C |
| Octal | 64 | 63 | 136 | 55 | 56 | 0 | 77 | 361 | 36 | 34 |
| Binary | 110100 | 110011 | 1011110 | 101101 | 101110 | 0 | 111111 | 11110001 | 11110 | 11100 |
Color Harmonies of #34335E
Complementary color
Monochromatic Colors of #34335E
Black with #34335E
Text Example
Text Example
White with #34335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34335E; }
p { color: rgb(52,51,94); }
H1.HeaderClassName
{
color: #34335E;
}
.AnyTagClassName
{
color: #34335E;
}
</style>
background-color css
<style>
a { background-color: #34335E; }
a { background-color: rgb(52,51,94); }
div.DivClassName
{
background-color: #34335E;
}
.BgClassName
{
background-color: #34335E;
}
</style>
border-color css
<style>
span { border-color: #34335E; }
span { border-color: rgb(52,51,94); }
td.TdClassName
{
border-color: #34335E;
}
.TagClassName
{
border-color: #34335E;
}
</style>