Shades of Deep Koamaru #343269
Tints of Deep Koamaru #343269
RGB
CMYK
RGB Variations
Color information
#343269 (or 0x343269) is known color: Deep Koamaru. HEX triplet: 34, 32 and 69. RGB value is (52,50,105). Sum of RGB (Red+Green+Blue) = 52+50+105=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #343269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343269 is #CBCD96. Grayscale: #383838. Windows color (decimal): -13356439 or 6894132. OLE color: 6894132.
HSL color Cylindrical-coordinate representation of color #343269: hue angle of 242.18º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343269 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 50 | 105 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.59 |
| HSL | 242.18º | 0.35% | 0.3% | - |
| HSV(B) | 242.18º | 0.52% | 0.41% | - |
| XYZ | 5.11 | 4.03 | 13.87 | - |
| YUV | 56.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 105 | 0.50 | 0.52 | 0 | 0.59 | 242.18 | 0.35 | 0.3 |
| Hex | 34 | 32 | 69 | 32 | 34 | 0 | 3B | F2 | 23 | 1E |
| Octal | 64 | 62 | 151 | 62 | 64 | 0 | 73 | 362 | 43 | 36 |
| Binary | 110100 | 110010 | 1101001 | 110010 | 110100 | 0 | 111011 | 11110010 | 100011 | 11110 |
Color Harmonies of #343269
Complementary color
Monochromatic Colors of #343269
Black with #343269
Text Example
Text Example
White with #343269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343269; }
p { color: rgb(52,50,105); }
H1.HeaderClassName
{
color: #343269;
}
.AnyTagClassName
{
color: #343269;
}
</style>
background-color css
<style>
a { background-color: #343269; }
a { background-color: rgb(52,50,105); }
div.DivClassName
{
background-color: #343269;
}
.BgClassName
{
background-color: #343269;
}
</style>
border-color css
<style>
span { border-color: #343269; }
span { border-color: rgb(52,50,105); }
td.TdClassName
{
border-color: #343269;
}
.TagClassName
{
border-color: #343269;
}
</style>