Shades of Deep Koamaru #283165
Tints of Deep Koamaru #283165
RGB
CMYK
RGB Variations
Color information
#283165 (or 0x283165) is known color: Deep Koamaru. HEX triplet: 28, 31 and 65. RGB value is (40,49,101). Sum of RGB (Red+Green+Blue) = 40+49+101=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #283165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283165 is #D7CE9A. Grayscale: #343434. Windows color (decimal): -14143131 or 6631720. OLE color: 6631720.
HSL color Cylindrical-coordinate representation of color #283165: hue angle of 231.15º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #283165 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 49 | 101 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.60 |
| HSL | 231.15º | 0.43% | 0.28% | - |
| HSV(B) | 231.15º | 0.6% | 0.4% | - |
| XYZ | 4.32 | 3.59 | 12.78 | - |
| YUV | 52.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 101 | 0.60 | 0.51 | 0 | 0.60 | 231.15 | 0.43 | 0.28 |
| Hex | 28 | 31 | 65 | 3C | 33 | 0 | 3C | E7 | 2B | 1C |
| Octal | 50 | 61 | 145 | 74 | 63 | 0 | 74 | 347 | 53 | 34 |
| Binary | 101000 | 110001 | 1100101 | 111100 | 110011 | 0 | 111100 | 11100111 | 101011 | 11100 |
Color Harmonies of #283165
Complementary color
Monochromatic Colors of #283165
Black with #283165
Text Example
Text Example
White with #283165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283165; }
p { color: rgb(40,49,101); }
H1.HeaderClassName
{
color: #283165;
}
.AnyTagClassName
{
color: #283165;
}
</style>
background-color css
<style>
a { background-color: #283165; }
a { background-color: rgb(40,49,101); }
div.DivClassName
{
background-color: #283165;
}
.BgClassName
{
background-color: #283165;
}
</style>
border-color css
<style>
span { border-color: #283165; }
span { border-color: rgb(40,49,101); }
td.TdClassName
{
border-color: #283165;
}
.TagClassName
{
border-color: #283165;
}
</style>