Shades of Deep Koamaru #343260
Tints of Deep Koamaru #343260
RGB
CMYK
RGB Variations
Color information
#343260 (or 0x343260) is known color: Deep Koamaru. HEX triplet: 34, 32 and 60. RGB value is (52,50,96). Sum of RGB (Red+Green+Blue) = 52+50+96=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #343260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343260 is #CBCD9F. Grayscale: #373737. Windows color (decimal): -13356448 or 6304308. OLE color: 6304308.
HSL color Cylindrical-coordinate representation of color #343260: hue angle of 242.61º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #343260 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 50 | 96 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.62 |
| HSL | 242.61º | 0.32% | 0.29% | - |
| HSV(B) | 242.61º | 0.48% | 0.38% | - |
| XYZ | 4.67 | 3.86 | 11.56 | - |
| YUV | 55.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 96 | 0.46 | 0.48 | 0 | 0.62 | 242.61 | 0.32 | 0.29 |
| Hex | 34 | 32 | 60 | 2E | 30 | 0 | 3E | F3 | 20 | 1D |
| Octal | 64 | 62 | 140 | 56 | 60 | 0 | 76 | 363 | 40 | 35 |
| Binary | 110100 | 110010 | 1100000 | 101110 | 110000 | 0 | 111110 | 11110011 | 100000 | 11101 |
Color Harmonies of #343260
Complementary color
Monochromatic Colors of #343260
Black with #343260
Text Example
Text Example
White with #343260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343260; }
p { color: rgb(52,50,96); }
H1.HeaderClassName
{
color: #343260;
}
.AnyTagClassName
{
color: #343260;
}
</style>
background-color css
<style>
a { background-color: #343260; }
a { background-color: rgb(52,50,96); }
div.DivClassName
{
background-color: #343260;
}
.BgClassName
{
background-color: #343260;
}
</style>
border-color css
<style>
span { border-color: #343260; }
span { border-color: rgb(52,50,96); }
td.TdClassName
{
border-color: #343260;
}
.TagClassName
{
border-color: #343260;
}
</style>