Shades of Deep Koamaru #292C77
Tints of Deep Koamaru #292C77
RGB
CMYK
RGB Variations
Color information
#292C77 (or 0x292C77) is known color: Deep Koamaru. HEX triplet: 29, 2C and 77. RGB value is (41,44,119). Sum of RGB (Red+Green+Blue) = 41+44+119=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #292C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C77 is #D6D388. Grayscale: #333333. Windows color (decimal): -14078857 or 7810089. OLE color: 7810089.
HSL color Cylindrical-coordinate representation of color #292C77: hue angle of 237.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #292C77 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 44 | 119 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.53 |
| HSL | 237.69º | 0.49% | 0.31% | - |
| HSV(B) | 237.69º | 0.66% | 0.47% | - |
| XYZ | 5.14 | 3.6 | 17.88 | - |
| YUV | 51.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 119 | 0.66 | 0.63 | 0 | 0.53 | 237.69 | 0.49 | 0.31 |
| Hex | 29 | 2C | 77 | 42 | 3F | 0 | 35 | EE | 31 | 1F |
| Octal | 51 | 54 | 167 | 102 | 77 | 0 | 65 | 356 | 61 | 37 |
| Binary | 101001 | 101100 | 1110111 | 1000010 | 111111 | 0 | 110101 | 11101110 | 110001 | 11111 |
Color Harmonies of #292C77
Complementary color
Monochromatic Colors of #292C77
Black with #292C77
Text Example
Text Example
White with #292C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C77; }
p { color: rgb(41,44,119); }
H1.HeaderClassName
{
color: #292C77;
}
.AnyTagClassName
{
color: #292C77;
}
</style>
background-color css
<style>
a { background-color: #292C77; }
a { background-color: rgb(41,44,119); }
div.DivClassName
{
background-color: #292C77;
}
.BgClassName
{
background-color: #292C77;
}
</style>
border-color css
<style>
span { border-color: #292C77; }
span { border-color: rgb(41,44,119); }
td.TdClassName
{
border-color: #292C77;
}
.TagClassName
{
border-color: #292C77;
}
</style>