Shades of Deep Koamaru #283162
Tints of Deep Koamaru #283162
RGB
CMYK
RGB Variations
Color information
#283162 (or 0x283162) is known color: Deep Koamaru. HEX triplet: 28, 31 and 62. RGB value is (40,49,98). Sum of RGB (Red+Green+Blue) = 40+49+98=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #283162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283162 is #D7CE9D. Grayscale: #333333. Windows color (decimal): -14143134 or 6435112. OLE color: 6435112.
HSL color Cylindrical-coordinate representation of color #283162: hue angle of 230.69º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #283162 is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 49 | 98 | - |
| CMYK | 0.59 | 0.5 | 0 | 0.62 |
| HSL | 230.69º | 0.42% | 0.27% | - |
| HSV(B) | 230.69º | 0.59% | 0.38% | - |
| XYZ | 4.18 | 3.53 | 12.02 | - |
| YUV | 51.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 98 | 0.59 | 0.5 | 0 | 0.62 | 230.69 | 0.42 | 0.27 |
| Hex | 28 | 31 | 62 | 3B | 32 | 0 | 3E | E7 | 2A | 1B |
| Octal | 50 | 61 | 142 | 73 | 62 | 0 | 76 | 347 | 52 | 33 |
| Binary | 101000 | 110001 | 1100010 | 111011 | 110010 | 0 | 111110 | 11100111 | 101010 | 11011 |
Color Harmonies of #283162
Complementary color
Monochromatic Colors of #283162
Black with #283162
Text Example
Text Example
White with #283162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283162; }
p { color: rgb(40,49,98); }
H1.HeaderClassName
{
color: #283162;
}
.AnyTagClassName
{
color: #283162;
}
</style>
background-color css
<style>
a { background-color: #283162; }
a { background-color: rgb(40,49,98); }
div.DivClassName
{
background-color: #283162;
}
.BgClassName
{
background-color: #283162;
}
</style>
border-color css
<style>
span { border-color: #283162; }
span { border-color: rgb(40,49,98); }
td.TdClassName
{
border-color: #283162;
}
.TagClassName
{
border-color: #283162;
}
</style>