Shades of Deep Koamaru #292B70
Tints of Deep Koamaru #292B70
RGB
CMYK
RGB Variations
Color information
#292B70 (or 0x292B70) is known color: Deep Koamaru. HEX triplet: 29, 2B and 70. RGB value is (41,43,112). Sum of RGB (Red+Green+Blue) = 41+43+112=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #292B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B70 is #D6D48F. Grayscale: #313131. Windows color (decimal): -14079120 or 7351081. OLE color: 7351081.
HSL color Cylindrical-coordinate representation of color #292B70: hue angle of 238.31º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #292B70 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 43 | 112 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.56 |
| HSL | 238.31º | 0.46% | 0.3% | - |
| HSV(B) | 238.31º | 0.63% | 0.44% | - |
| XYZ | 4.7 | 3.37 | 15.73 | - |
| YUV | 50.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 112 | 0.63 | 0.62 | 0 | 0.56 | 238.31 | 0.46 | 0.3 |
| Hex | 29 | 2B | 70 | 3F | 3E | 0 | 38 | EE | 2E | 1E |
| Octal | 51 | 53 | 160 | 77 | 76 | 0 | 70 | 356 | 56 | 36 |
| Binary | 101001 | 101011 | 1110000 | 111111 | 111110 | 0 | 111000 | 11101110 | 101110 | 11110 |
Color Harmonies of #292B70
Complementary color
Monochromatic Colors of #292B70
Black with #292B70
Text Example
Text Example
White with #292B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B70; }
p { color: rgb(41,43,112); }
H1.HeaderClassName
{
color: #292B70;
}
.AnyTagClassName
{
color: #292B70;
}
</style>
background-color css
<style>
a { background-color: #292B70; }
a { background-color: rgb(41,43,112); }
div.DivClassName
{
background-color: #292B70;
}
.BgClassName
{
background-color: #292B70;
}
</style>
border-color css
<style>
span { border-color: #292B70; }
span { border-color: rgb(41,43,112); }
td.TdClassName
{
border-color: #292B70;
}
.TagClassName
{
border-color: #292B70;
}
</style>