Shades of Deep Koamaru #343072
Tints of Deep Koamaru #343072
RGB
CMYK
RGB Variations
Color information
#343072 (or 0x343072) is known color: Deep Koamaru. HEX triplet: 34, 30 and 72. RGB value is (52,48,114). Sum of RGB (Red+Green+Blue) = 52+48+114=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #343072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343072 is #CBCF8D. Grayscale: #383838. Windows color (decimal): -13356942 or 7483444. OLE color: 7483444.
HSL color Cylindrical-coordinate representation of color #343072: hue angle of 243.64º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343072 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 48 | 114 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.55 |
| HSL | 243.64º | 0.41% | 0.32% | - |
| HSV(B) | 243.64º | 0.58% | 0.45% | - |
| XYZ | 5.51 | 4.06 | 16.41 | - |
| YUV | 56.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 114 | 0.54 | 0.58 | 0 | 0.55 | 243.64 | 0.41 | 0.32 |
| Hex | 34 | 30 | 72 | 36 | 3A | 0 | 37 | F4 | 29 | 20 |
| Octal | 64 | 60 | 162 | 66 | 72 | 0 | 67 | 364 | 51 | 40 |
| Binary | 110100 | 110000 | 1110010 | 110110 | 111010 | 0 | 110111 | 11110100 | 101001 | 100000 |
Color Harmonies of #343072
Complementary color
Monochromatic Colors of #343072
Black with #343072
Text Example
Text Example
White with #343072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343072; }
p { color: rgb(52,48,114); }
H1.HeaderClassName
{
color: #343072;
}
.AnyTagClassName
{
color: #343072;
}
</style>
background-color css
<style>
a { background-color: #343072; }
a { background-color: rgb(52,48,114); }
div.DivClassName
{
background-color: #343072;
}
.BgClassName
{
background-color: #343072;
}
</style>
border-color css
<style>
span { border-color: #343072; }
span { border-color: rgb(52,48,114); }
td.TdClassName
{
border-color: #343072;
}
.TagClassName
{
border-color: #343072;
}
</style>