Shades of Deep Koamaru #31355F
Tints of Deep Koamaru #31355F
RGB
CMYK
RGB Variations
Color information
#31355F (or 0x31355F) is known color: Deep Koamaru. HEX triplet: 31, 35 and 5F. RGB value is (49,53,95). Sum of RGB (Red+Green+Blue) = 49+53+95=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #31355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31355F is #CECAA0. Grayscale: #383838. Windows color (decimal): -13552289 or 6239537. OLE color: 6239537.
HSL color Cylindrical-coordinate representation of color #31355F: hue angle of 234.78º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31355F is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 53 | 95 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.63 |
| HSL | 234.78º | 0.32% | 0.28% | - |
| HSV(B) | 234.78º | 0.48% | 0.37% | - |
| XYZ | 4.61 | 4.03 | 11.36 | - |
| YUV | 56.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 95 | 0.48 | 0.44 | 0 | 0.63 | 234.78 | 0.32 | 0.28 |
| Hex | 31 | 35 | 5F | 30 | 2C | 0 | 3F | EB | 20 | 1C |
| Octal | 61 | 65 | 137 | 60 | 54 | 0 | 77 | 353 | 40 | 34 |
| Binary | 110001 | 110101 | 1011111 | 110000 | 101100 | 0 | 111111 | 11101011 | 100000 | 11100 |
Color Harmonies of #31355F
Complementary color
Monochromatic Colors of #31355F
Black with #31355F
Text Example
Text Example
White with #31355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31355F; }
p { color: rgb(49,53,95); }
H1.HeaderClassName
{
color: #31355F;
}
.AnyTagClassName
{
color: #31355F;
}
</style>
background-color css
<style>
a { background-color: #31355F; }
a { background-color: rgb(49,53,95); }
div.DivClassName
{
background-color: #31355F;
}
.BgClassName
{
background-color: #31355F;
}
</style>
border-color css
<style>
span { border-color: #31355F; }
span { border-color: rgb(49,53,95); }
td.TdClassName
{
border-color: #31355F;
}
.TagClassName
{
border-color: #31355F;
}
</style>