Shades of Deep Koamaru #34325D
Tints of Deep Koamaru #34325D
RGB
CMYK
RGB Variations
Color information
#34325D (or 0x34325D) is known color: Deep Koamaru. HEX triplet: 34, 32 and 5D. RGB value is (52,50,93). Sum of RGB (Red+Green+Blue) = 52+50+93=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #34325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34325D is #CBCDA2. Grayscale: #373737. Windows color (decimal): -13356451 or 6107700. OLE color: 6107700.
HSL color Cylindrical-coordinate representation of color #34325D: hue angle of 242.79º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34325D is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 50 | 93 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.64 |
| HSL | 242.79º | 0.3% | 0.28% | - |
| HSV(B) | 242.79º | 0.46% | 0.36% | - |
| XYZ | 4.53 | 3.8 | 10.85 | - |
| YUV | 55.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 93 | 0.44 | 0.46 | 0 | 0.64 | 242.79 | 0.3 | 0.28 |
| Hex | 34 | 32 | 5D | 2C | 2E | 0 | 40 | F3 | 1E | 1C |
| Octal | 64 | 62 | 135 | 54 | 56 | 0 | 100 | 363 | 36 | 34 |
| Binary | 110100 | 110010 | 1011101 | 101100 | 101110 | 0 | 1000000 | 11110011 | 11110 | 11100 |
Color Harmonies of #34325D
Complementary color
Monochromatic Colors of #34325D
Black with #34325D
Text Example
Text Example
White with #34325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34325D; }
p { color: rgb(52,50,93); }
H1.HeaderClassName
{
color: #34325D;
}
.AnyTagClassName
{
color: #34325D;
}
</style>
background-color css
<style>
a { background-color: #34325D; }
a { background-color: rgb(52,50,93); }
div.DivClassName
{
background-color: #34325D;
}
.BgClassName
{
background-color: #34325D;
}
</style>
border-color css
<style>
span { border-color: #34325D; }
span { border-color: rgb(52,50,93); }
td.TdClassName
{
border-color: #34325D;
}
.TagClassName
{
border-color: #34325D;
}
</style>