Shades of Deep Koamaru #343373
Tints of Deep Koamaru #343373
RGB
CMYK
RGB Variations
Color information
#343373 (or 0x343373) is known color: Deep Koamaru. HEX triplet: 34, 33 and 73. RGB value is (52,51,115). Sum of RGB (Red+Green+Blue) = 52+51+115=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #343373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343373 is #CBCC8C. Grayscale: #3A3A3A. Windows color (decimal): -13356173 or 7549748. OLE color: 7549748.
HSL color Cylindrical-coordinate representation of color #343373: hue angle of 240.94º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343373 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 51 | 115 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.55 |
| HSL | 240.94º | 0.39% | 0.33% | - |
| HSV(B) | 240.94º | 0.56% | 0.45% | - |
| XYZ | 5.69 | 4.34 | 16.76 | - |
| YUV | 58.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 115 | 0.55 | 0.56 | 0 | 0.55 | 240.94 | 0.39 | 0.33 |
| Hex | 34 | 33 | 73 | 37 | 38 | 0 | 37 | F1 | 27 | 21 |
| Octal | 64 | 63 | 163 | 67 | 70 | 0 | 67 | 361 | 47 | 41 |
| Binary | 110100 | 110011 | 1110011 | 110111 | 111000 | 0 | 110111 | 11110001 | 100111 | 100001 |
Color Harmonies of #343373
Complementary color
Monochromatic Colors of #343373
Black with #343373
Text Example
Text Example
White with #343373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343373; }
p { color: rgb(52,51,115); }
H1.HeaderClassName
{
color: #343373;
}
.AnyTagClassName
{
color: #343373;
}
</style>
background-color css
<style>
a { background-color: #343373; }
a { background-color: rgb(52,51,115); }
div.DivClassName
{
background-color: #343373;
}
.BgClassName
{
background-color: #343373;
}
</style>
border-color css
<style>
span { border-color: #343373; }
span { border-color: rgb(52,51,115); }
td.TdClassName
{
border-color: #343373;
}
.TagClassName
{
border-color: #343373;
}
</style>