Shades of Deep Koamaru #313269
Tints of Deep Koamaru #313269
RGB
CMYK
RGB Variations
Color information
#313269 (or 0x313269) is known color: Deep Koamaru. HEX triplet: 31, 32 and 69. RGB value is (49,50,105). Sum of RGB (Red+Green+Blue) = 49+50+105=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #313269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313269 is #CECD96. Grayscale: #373737. Windows color (decimal): -13553047 or 6894129. OLE color: 6894129.
HSL color Cylindrical-coordinate representation of color #313269: hue angle of 238.93º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #313269 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 50 | 105 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.59 |
| HSL | 238.93º | 0.36% | 0.3% | - |
| HSV(B) | 238.93º | 0.53% | 0.41% | - |
| XYZ | 4.96 | 3.95 | 13.87 | - |
| YUV | 55.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 105 | 0.53 | 0.52 | 0 | 0.59 | 238.93 | 0.36 | 0.3 |
| Hex | 31 | 32 | 69 | 35 | 34 | 0 | 3B | EF | 24 | 1E |
| Octal | 61 | 62 | 151 | 65 | 64 | 0 | 73 | 357 | 44 | 36 |
| Binary | 110001 | 110010 | 1101001 | 110101 | 110100 | 0 | 111011 | 11101111 | 100100 | 11110 |
Color Harmonies of #313269
Complementary color
Monochromatic Colors of #313269
Black with #313269
Text Example
Text Example
White with #313269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313269; }
p { color: rgb(49,50,105); }
H1.HeaderClassName
{
color: #313269;
}
.AnyTagClassName
{
color: #313269;
}
</style>
background-color css
<style>
a { background-color: #313269; }
a { background-color: rgb(49,50,105); }
div.DivClassName
{
background-color: #313269;
}
.BgClassName
{
background-color: #313269;
}
</style>
border-color css
<style>
span { border-color: #313269; }
span { border-color: rgb(49,50,105); }
td.TdClassName
{
border-color: #313269;
}
.TagClassName
{
border-color: #313269;
}
</style>