Shades of Deep Koamaru #343572
Tints of Deep Koamaru #343572
RGB
CMYK
RGB Variations
Color information
#343572 (or 0x343572) is known color: Deep Koamaru. HEX triplet: 34, 35 and 72. RGB value is (52,53,114). Sum of RGB (Red+Green+Blue) = 52+53+114=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #343572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343572 is #CBCA8D. Grayscale: #3B3B3B. Windows color (decimal): -13355662 or 7484724. OLE color: 7484724.
HSL color Cylindrical-coordinate representation of color #343572: hue angle of 239.03º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #343572 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 53 | 114 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.55 |
| HSL | 239.03º | 0.37% | 0.33% | - |
| HSV(B) | 239.03º | 0.54% | 0.45% | - |
| XYZ | 5.73 | 4.49 | 16.48 | - |
| YUV | 59.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 114 | 0.54 | 0.54 | 0 | 0.55 | 239.03 | 0.37 | 0.33 |
| Hex | 34 | 35 | 72 | 36 | 36 | 0 | 37 | EF | 25 | 21 |
| Octal | 64 | 65 | 162 | 66 | 66 | 0 | 67 | 357 | 45 | 41 |
| Binary | 110100 | 110101 | 1110010 | 110110 | 110110 | 0 | 110111 | 11101111 | 100101 | 100001 |
Color Harmonies of #343572
Complementary color
Monochromatic Colors of #343572
Black with #343572
Text Example
Text Example
White with #343572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343572; }
p { color: rgb(52,53,114); }
H1.HeaderClassName
{
color: #343572;
}
.AnyTagClassName
{
color: #343572;
}
</style>
background-color css
<style>
a { background-color: #343572; }
a { background-color: rgb(52,53,114); }
div.DivClassName
{
background-color: #343572;
}
.BgClassName
{
background-color: #343572;
}
</style>
border-color css
<style>
span { border-color: #343572; }
span { border-color: rgb(52,53,114); }
td.TdClassName
{
border-color: #343572;
}
.TagClassName
{
border-color: #343572;
}
</style>