Shades of Deep Koamaru #34326C
Tints of Deep Koamaru #34326C
RGB
CMYK
RGB Variations
Color information
#34326C (or 0x34326C) is known color: Deep Koamaru. HEX triplet: 34, 32 and 6C. RGB value is (52,50,108). Sum of RGB (Red+Green+Blue) = 52+50+108=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #34326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34326C is #CBCD93. Grayscale: #383838. Windows color (decimal): -13356436 or 7090740. OLE color: 7090740.
HSL color Cylindrical-coordinate representation of color #34326C: hue angle of 242.07º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34326C is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 50 | 108 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.58 |
| HSL | 242.07º | 0.37% | 0.31% | - |
| HSV(B) | 242.07º | 0.54% | 0.42% | - |
| XYZ | 5.26 | 4.09 | 14.7 | - |
| YUV | 57.21 | 156.66 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 108 | 0.52 | 0.54 | 0 | 0.58 | 242.07 | 0.37 | 0.31 |
| Hex | 34 | 32 | 6C | 34 | 36 | 0 | 3A | F2 | 25 | 1F |
| Octal | 64 | 62 | 154 | 64 | 66 | 0 | 72 | 362 | 45 | 37 |
| Binary | 110100 | 110010 | 1101100 | 110100 | 110110 | 0 | 111010 | 11110010 | 100101 | 11111 |
Color Harmonies of #34326C
Complementary color
Monochromatic Colors of #34326C
Black with #34326C
Text Example
Text Example
White with #34326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34326C; }
p { color: rgb(52,50,108); }
H1.HeaderClassName
{
color: #34326C;
}
.AnyTagClassName
{
color: #34326C;
}
</style>
background-color css
<style>
a { background-color: #34326C; }
a { background-color: rgb(52,50,108); }
div.DivClassName
{
background-color: #34326C;
}
.BgClassName
{
background-color: #34326C;
}
</style>
border-color css
<style>
span { border-color: #34326C; }
span { border-color: rgb(52,50,108); }
td.TdClassName
{
border-color: #34326C;
}
.TagClassName
{
border-color: #34326C;
}
</style>