Shades of Deep Koamaru #343665
Tints of Deep Koamaru #343665
RGB
CMYK
RGB Variations
Color information
#343665 (or 0x343665) is known color: Deep Koamaru. HEX triplet: 34, 36 and 65. RGB value is (52,54,101). Sum of RGB (Red+Green+Blue) = 52+54+101=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #343665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343665 is #CBC99A. Grayscale: #3A3A3A. Windows color (decimal): -13355419 or 6633012. OLE color: 6633012.
HSL color Cylindrical-coordinate representation of color #343665: hue angle of 237.55º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #343665 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 54 | 101 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.60 |
| HSL | 237.55º | 0.32% | 0.3% | - |
| HSV(B) | 237.55º | 0.49% | 0.4% | - |
| XYZ | 5.08 | 4.31 | 12.88 | - |
| YUV | 58.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 101 | 0.49 | 0.47 | 0 | 0.60 | 237.55 | 0.32 | 0.3 |
| Hex | 34 | 36 | 65 | 31 | 2F | 0 | 3C | EE | 20 | 1E |
| Octal | 64 | 66 | 145 | 61 | 57 | 0 | 74 | 356 | 40 | 36 |
| Binary | 110100 | 110110 | 1100101 | 110001 | 101111 | 0 | 111100 | 11101110 | 100000 | 11110 |
Color Harmonies of #343665
Complementary color
Monochromatic Colors of #343665
Black with #343665
Text Example
Text Example
White with #343665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343665; }
p { color: rgb(52,54,101); }
H1.HeaderClassName
{
color: #343665;
}
.AnyTagClassName
{
color: #343665;
}
</style>
background-color css
<style>
a { background-color: #343665; }
a { background-color: rgb(52,54,101); }
div.DivClassName
{
background-color: #343665;
}
.BgClassName
{
background-color: #343665;
}
</style>
border-color css
<style>
span { border-color: #343665; }
span { border-color: rgb(52,54,101); }
td.TdClassName
{
border-color: #343665;
}
.TagClassName
{
border-color: #343665;
}
</style>