Shades of Deep Koamaru #292F6D
Tints of Deep Koamaru #292F6D
RGB
CMYK
RGB Variations
Color information
#292F6D (or 0x292F6D) is known color: Deep Koamaru. HEX triplet: 29, 2F and 6D. RGB value is (41,47,109). Sum of RGB (Red+Green+Blue) = 41+47+109=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #292F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292F6D is #D6D092. Grayscale: #343434. Windows color (decimal): -14078099 or 7155497. OLE color: 7155497.
HSL color Cylindrical-coordinate representation of color #292F6D: hue angle of 234.71º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #292F6D is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 47 | 109 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.57 |
| HSL | 234.71º | 0.45% | 0.29% | - |
| HSV(B) | 234.71º | 0.62% | 0.43% | - |
| XYZ | 4.69 | 3.61 | 14.92 | - |
| YUV | 52.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 109 | 0.62 | 0.57 | 0 | 0.57 | 234.71 | 0.45 | 0.29 |
| Hex | 29 | 2F | 6D | 3E | 39 | 0 | 39 | EB | 2D | 1D |
| Octal | 51 | 57 | 155 | 76 | 71 | 0 | 71 | 353 | 55 | 35 |
| Binary | 101001 | 101111 | 1101101 | 111110 | 111001 | 0 | 111001 | 11101011 | 101101 | 11101 |
Color Harmonies of #292F6D
Complementary color
Monochromatic Colors of #292F6D
Black with #292F6D
Text Example
Text Example
White with #292F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292F6D; }
p { color: rgb(41,47,109); }
H1.HeaderClassName
{
color: #292F6D;
}
.AnyTagClassName
{
color: #292F6D;
}
</style>
background-color css
<style>
a { background-color: #292F6D; }
a { background-color: rgb(41,47,109); }
div.DivClassName
{
background-color: #292F6D;
}
.BgClassName
{
background-color: #292F6D;
}
</style>
border-color css
<style>
span { border-color: #292F6D; }
span { border-color: rgb(41,47,109); }
td.TdClassName
{
border-color: #292F6D;
}
.TagClassName
{
border-color: #292F6D;
}
</style>