Shades of Deep Koamaru #34346A
Tints of Deep Koamaru #34346A
RGB
CMYK
RGB Variations
Color information
#34346A (or 0x34346A) is known color: Deep Koamaru. HEX triplet: 34, 34 and 6A. RGB value is (52,52,106). Sum of RGB (Red+Green+Blue) = 52+52+106=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #34346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34346A is #CBCB95. Grayscale: #393939. Windows color (decimal): -13355926 or 6960180. OLE color: 6960180.
HSL color Cylindrical-coordinate representation of color #34346A: hue angle of 240º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34346A is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 52 | 106 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.58 |
| HSL | 240º | 0.34% | 0.31% | - |
| HSV(B) | 240º | 0.51% | 0.42% | - |
| XYZ | 5.25 | 4.23 | 14.18 | - |
| YUV | 58.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 52 | 106 | 0.51 | 0.51 | 0 | 0.58 | 240 | 0.34 | 0.31 |
| Hex | 34 | 34 | 6A | 33 | 33 | 0 | 3A | F0 | 22 | 1F |
| Octal | 64 | 64 | 152 | 63 | 63 | 0 | 72 | 360 | 42 | 37 |
| Binary | 110100 | 110100 | 1101010 | 110011 | 110011 | 0 | 111010 | 11110000 | 100010 | 11111 |
Color Harmonies of #34346A
Complementary color
Monochromatic Colors of #34346A
Black with #34346A
Text Example
Text Example
White with #34346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34346A; }
p { color: rgb(52,52,106); }
H1.HeaderClassName
{
color: #34346A;
}
.AnyTagClassName
{
color: #34346A;
}
</style>
background-color css
<style>
a { background-color: #34346A; }
a { background-color: rgb(52,52,106); }
div.DivClassName
{
background-color: #34346A;
}
.BgClassName
{
background-color: #34346A;
}
</style>
border-color css
<style>
span { border-color: #34346A; }
span { border-color: rgb(52,52,106); }
td.TdClassName
{
border-color: #34346A;
}
.TagClassName
{
border-color: #34346A;
}
</style>