Shades of Deep Koamaru #343273
Tints of Deep Koamaru #343273
RGB
CMYK
RGB Variations
Color information
#343273 (or 0x343273) is known color: Deep Koamaru. HEX triplet: 34, 32 and 73. RGB value is (52,50,115). Sum of RGB (Red+Green+Blue) = 52+50+115=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #343273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343273 is #CBCD8C. Grayscale: #393939. Windows color (decimal): -13356429 or 7549492. OLE color: 7549492.
HSL color Cylindrical-coordinate representation of color #343273: hue angle of 241.85º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #343273 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 50 | 115 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.55 |
| HSL | 241.85º | 0.39% | 0.32% | - |
| HSV(B) | 241.85º | 0.57% | 0.45% | - |
| XYZ | 5.65 | 4.25 | 16.74 | - |
| YUV | 58.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 115 | 0.55 | 0.57 | 0 | 0.55 | 241.85 | 0.39 | 0.32 |
| Hex | 34 | 32 | 73 | 37 | 39 | 0 | 37 | F2 | 27 | 20 |
| Octal | 64 | 62 | 163 | 67 | 71 | 0 | 67 | 362 | 47 | 40 |
| Binary | 110100 | 110010 | 1110011 | 110111 | 111001 | 0 | 110111 | 11110010 | 100111 | 100000 |
Color Harmonies of #343273
Complementary color
Monochromatic Colors of #343273
Black with #343273
Text Example
Text Example
White with #343273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343273; }
p { color: rgb(52,50,115); }
H1.HeaderClassName
{
color: #343273;
}
.AnyTagClassName
{
color: #343273;
}
</style>
background-color css
<style>
a { background-color: #343273; }
a { background-color: rgb(52,50,115); }
div.DivClassName
{
background-color: #343273;
}
.BgClassName
{
background-color: #343273;
}
</style>
border-color css
<style>
span { border-color: #343273; }
span { border-color: rgb(52,50,115); }
td.TdClassName
{
border-color: #343273;
}
.TagClassName
{
border-color: #343273;
}
</style>