Shades of Deep Koamaru #343276
Tints of Deep Koamaru #343276
RGB
CMYK
RGB Variations
Color information
#343276 (or 0x343276) is known color: Deep Koamaru. HEX triplet: 34, 32 and 76. RGB value is (52,50,118). Sum of RGB (Red+Green+Blue) = 52+50+118=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #343276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343276 is #CBCD89. Grayscale: #3A3A3A. Windows color (decimal): -13356426 or 7746100. OLE color: 7746100.
HSL color Cylindrical-coordinate representation of color #343276: hue angle of 241.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343276 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 50 | 118 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.54 |
| HSL | 241.76º | 0.4% | 0.33% | - |
| HSV(B) | 241.76º | 0.58% | 0.46% | - |
| XYZ | 5.83 | 4.32 | 17.67 | - |
| YUV | 58.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 118 | 0.56 | 0.58 | 0 | 0.54 | 241.76 | 0.4 | 0.33 |
| Hex | 34 | 32 | 76 | 38 | 3A | 0 | 36 | F2 | 28 | 21 |
| Octal | 64 | 62 | 166 | 70 | 72 | 0 | 66 | 362 | 50 | 41 |
| Binary | 110100 | 110010 | 1110110 | 111000 | 111010 | 0 | 110110 | 11110010 | 101000 | 100001 |
Color Harmonies of #343276
Complementary color
Monochromatic Colors of #343276
Black with #343276
Text Example
Text Example
White with #343276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343276; }
p { color: rgb(52,50,118); }
H1.HeaderClassName
{
color: #343276;
}
.AnyTagClassName
{
color: #343276;
}
</style>
background-color css
<style>
a { background-color: #343276; }
a { background-color: rgb(52,50,118); }
div.DivClassName
{
background-color: #343276;
}
.BgClassName
{
background-color: #343276;
}
</style>
border-color css
<style>
span { border-color: #343276; }
span { border-color: rgb(52,50,118); }
td.TdClassName
{
border-color: #343276;
}
.TagClassName
{
border-color: #343276;
}
</style>