Shades of Deep Koamaru #292B6E
Tints of Deep Koamaru #292B6E
RGB
CMYK
RGB Variations
Color information
#292B6E (or 0x292B6E) is known color: Deep Koamaru. HEX triplet: 29, 2B and 6E. RGB value is (41,43,110). Sum of RGB (Red+Green+Blue) = 41+43+110=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #292B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B6E is #D6D491. Grayscale: #313131. Windows color (decimal): -14079122 or 7220009. OLE color: 7220009.
HSL color Cylindrical-coordinate representation of color #292B6E: hue angle of 238.26º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #292B6E is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 43 | 110 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.57 |
| HSL | 238.26º | 0.46% | 0.3% | - |
| HSV(B) | 238.26º | 0.63% | 0.43% | - |
| XYZ | 4.59 | 3.32 | 15.15 | - |
| YUV | 50.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 110 | 0.63 | 0.61 | 0 | 0.57 | 238.26 | 0.46 | 0.3 |
| Hex | 29 | 2B | 6E | 3F | 3D | 0 | 39 | EE | 2E | 1E |
| Octal | 51 | 53 | 156 | 77 | 75 | 0 | 71 | 356 | 56 | 36 |
| Binary | 101001 | 101011 | 1101110 | 111111 | 111101 | 0 | 111001 | 11101110 | 101110 | 11110 |
Color Harmonies of #292B6E
Complementary color
Monochromatic Colors of #292B6E
Black with #292B6E
Text Example
Text Example
White with #292B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B6E; }
p { color: rgb(41,43,110); }
H1.HeaderClassName
{
color: #292B6E;
}
.AnyTagClassName
{
color: #292B6E;
}
</style>
background-color css
<style>
a { background-color: #292B6E; }
a { background-color: rgb(41,43,110); }
div.DivClassName
{
background-color: #292B6E;
}
.BgClassName
{
background-color: #292B6E;
}
</style>
border-color css
<style>
span { border-color: #292B6E; }
span { border-color: rgb(41,43,110); }
td.TdClassName
{
border-color: #292B6E;
}
.TagClassName
{
border-color: #292B6E;
}
</style>