Shades of Deep Koamaru #343266
Tints of Deep Koamaru #343266
RGB
CMYK
RGB Variations
Color information
#343266 (or 0x343266) is known color: Deep Koamaru. HEX triplet: 34, 32 and 66. RGB value is (52,50,102). Sum of RGB (Red+Green+Blue) = 52+50+102=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #343266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343266 is #CBCD99. Grayscale: #383838. Windows color (decimal): -13356442 or 6697524. OLE color: 6697524.
HSL color Cylindrical-coordinate representation of color #343266: hue angle of 242.31º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #343266 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 52 | 50 | 102 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.6 |
| HSL | 242.31º | 0.34% | 0.3% | - |
| HSV(B) | 242.31º | 0.51% | 0.4% | - |
| XYZ | 4.96 | 3.97 | 13.08 | - |
| YUV | 56.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 102 | 0.49 | 0.51 | 0 | 0.6 | 242.31 | 0.34 | 0.3 |
| Hex | 34 | 32 | 66 | 31 | 33 | 0 | 3C | F2 | 22 | 1E |
| Octal | 64 | 62 | 146 | 61 | 63 | 0 | 74 | 362 | 42 | 36 |
| Binary | 110100 | 110010 | 1100110 | 110001 | 110011 | 0 | 111100 | 11110010 | 100010 | 11110 |
Color Harmonies of #343266
Complementary color
Monochromatic Colors of #343266
Black with #343266
Text Example
Text Example
White with #343266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343266; }
p { color: rgb(52,50,102); }
H1.HeaderClassName
{
color: #343266;
}
.AnyTagClassName
{
color: #343266;
}
</style>
background-color css
<style>
a { background-color: #343266; }
a { background-color: rgb(52,50,102); }
div.DivClassName
{
background-color: #343266;
}
.BgClassName
{
background-color: #343266;
}
</style>
border-color css
<style>
span { border-color: #343266; }
span { border-color: rgb(52,50,102); }
td.TdClassName
{
border-color: #343266;
}
.TagClassName
{
border-color: #343266;
}
</style>