Shades of Deep Koamaru #282C61
Tints of Deep Koamaru #282C61
RGB
CMYK
RGB Variations
Color information
#282C61 (or 0x282C61) is known color: Deep Koamaru. HEX triplet: 28, 2C and 61. RGB value is (40,44,97). Sum of RGB (Red+Green+Blue) = 40+44+97=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #282C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C61 is #D7D39E. Grayscale: #303030. Windows color (decimal): -14144415 or 6368296. OLE color: 6368296.
HSL color Cylindrical-coordinate representation of color #282C61: hue angle of 235.79º 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 #282C61 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 44 | 97 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.62 |
| HSL | 235.79º | 0.42% | 0.27% | - |
| HSV(B) | 235.79º | 0.59% | 0.38% | - |
| XYZ | 3.93 | 3.12 | 11.7 | - |
| YUV | 48.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 97 | 0.59 | 0.55 | 0 | 0.62 | 235.79 | 0.42 | 0.27 |
| Hex | 28 | 2C | 61 | 3B | 37 | 0 | 3E | EC | 2A | 1B |
| Octal | 50 | 54 | 141 | 73 | 67 | 0 | 76 | 354 | 52 | 33 |
| Binary | 101000 | 101100 | 1100001 | 111011 | 110111 | 0 | 111110 | 11101100 | 101010 | 11011 |
Color Harmonies of #282C61
Complementary color
Monochromatic Colors of #282C61
Black with #282C61
Text Example
Text Example
White with #282C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C61; }
p { color: rgb(40,44,97); }
H1.HeaderClassName
{
color: #282C61;
}
.AnyTagClassName
{
color: #282C61;
}
</style>
background-color css
<style>
a { background-color: #282C61; }
a { background-color: rgb(40,44,97); }
div.DivClassName
{
background-color: #282C61;
}
.BgClassName
{
background-color: #282C61;
}
</style>
border-color css
<style>
span { border-color: #282C61; }
span { border-color: rgb(40,44,97); }
td.TdClassName
{
border-color: #282C61;
}
.TagClassName
{
border-color: #282C61;
}
</style>