Shades of Deep Koamaru #34306A
Tints of Deep Koamaru #34306A
RGB
CMYK
RGB Variations
Color information
#34306A (or 0x34306A) is known color: Deep Koamaru. HEX triplet: 34, 30 and 6A. RGB value is (52,48,106). Sum of RGB (Red+Green+Blue) = 52+48+106=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #34306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34306A is #CBCF95. Grayscale: #373737. Windows color (decimal): -13356950 or 6959156. OLE color: 6959156.
HSL color Cylindrical-coordinate representation of color #34306A: hue angle of 244.14º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34306A is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 48 | 106 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.58 |
| HSL | 244.14º | 0.38% | 0.3% | - |
| HSV(B) | 244.14º | 0.55% | 0.42% | - |
| XYZ | 5.07 | 3.88 | 14.12 | - |
| YUV | 55.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 106 | 0.51 | 0.55 | 0 | 0.58 | 244.14 | 0.38 | 0.3 |
| Hex | 34 | 30 | 6A | 33 | 37 | 0 | 3A | F4 | 26 | 1E |
| Octal | 64 | 60 | 152 | 63 | 67 | 0 | 72 | 364 | 46 | 36 |
| Binary | 110100 | 110000 | 1101010 | 110011 | 110111 | 0 | 111010 | 11110100 | 100110 | 11110 |
Color Harmonies of #34306A
Complementary color
Monochromatic Colors of #34306A
Black with #34306A
Text Example
Text Example
White with #34306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34306A; }
p { color: rgb(52,48,106); }
H1.HeaderClassName
{
color: #34306A;
}
.AnyTagClassName
{
color: #34306A;
}
</style>
background-color css
<style>
a { background-color: #34306A; }
a { background-color: rgb(52,48,106); }
div.DivClassName
{
background-color: #34306A;
}
.BgClassName
{
background-color: #34306A;
}
</style>
border-color css
<style>
span { border-color: #34306A; }
span { border-color: rgb(52,48,106); }
td.TdClassName
{
border-color: #34306A;
}
.TagClassName
{
border-color: #34306A;
}
</style>