Shades of Deep Koamaru #292B6D
Tints of Deep Koamaru #292B6D
RGB
CMYK
RGB Variations
Color information
#292B6D (or 0x292B6D) is known color: Deep Koamaru. HEX triplet: 29, 2B and 6D. RGB value is (41,43,109). Sum of RGB (Red+Green+Blue) = 41+43+109=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #292B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B6D is #D6D492. Grayscale: #313131. Windows color (decimal): -14079123 or 7154473. OLE color: 7154473.
HSL color Cylindrical-coordinate representation of color #292B6D: hue angle of 238.24º 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 #292B6D is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 43 | 109 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.57 |
| HSL | 238.24º | 0.45% | 0.29% | - |
| HSV(B) | 238.24º | 0.62% | 0.43% | - |
| XYZ | 4.54 | 3.3 | 14.87 | - |
| YUV | 49.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 109 | 0.62 | 0.61 | 0 | 0.57 | 238.24 | 0.45 | 0.29 |
| Hex | 29 | 2B | 6D | 3E | 3D | 0 | 39 | EE | 2D | 1D |
| Octal | 51 | 53 | 155 | 76 | 75 | 0 | 71 | 356 | 55 | 35 |
| Binary | 101001 | 101011 | 1101101 | 111110 | 111101 | 0 | 111001 | 11101110 | 101101 | 11101 |
Color Harmonies of #292B6D
Complementary color
Monochromatic Colors of #292B6D
Black with #292B6D
Text Example
Text Example
White with #292B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B6D; }
p { color: rgb(41,43,109); }
H1.HeaderClassName
{
color: #292B6D;
}
.AnyTagClassName
{
color: #292B6D;
}
</style>
background-color css
<style>
a { background-color: #292B6D; }
a { background-color: rgb(41,43,109); }
div.DivClassName
{
background-color: #292B6D;
}
.BgClassName
{
background-color: #292B6D;
}
</style>
border-color css
<style>
span { border-color: #292B6D; }
span { border-color: rgb(41,43,109); }
td.TdClassName
{
border-color: #292B6D;
}
.TagClassName
{
border-color: #292B6D;
}
</style>