Shades of Deep Koamaru #282C71
Tints of Deep Koamaru #282C71
RGB
CMYK
RGB Variations
Color information
#282C71 (or 0x282C71) is known color: Deep Koamaru. HEX triplet: 28, 2C and 71. RGB value is (40,44,113). Sum of RGB (Red+Green+Blue) = 40+44+113=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #282C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C71 is #D7D38E. Grayscale: #323232. Windows color (decimal): -14144399 or 7416872. OLE color: 7416872.
HSL color Cylindrical-coordinate representation of color #282C71: hue angle of 236.71º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #282C71 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 44 | 113 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.56 |
| HSL | 236.71º | 0.48% | 0.3% | - |
| HSV(B) | 236.71º | 0.65% | 0.44% | - |
| XYZ | 4.76 | 3.44 | 16.04 | - |
| YUV | 50.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 113 | 0.65 | 0.61 | 0 | 0.56 | 236.71 | 0.48 | 0.3 |
| Hex | 28 | 2C | 71 | 41 | 3D | 0 | 38 | ED | 30 | 1E |
| Octal | 50 | 54 | 161 | 101 | 75 | 0 | 70 | 355 | 60 | 36 |
| Binary | 101000 | 101100 | 1110001 | 1000001 | 111101 | 0 | 111000 | 11101101 | 110000 | 11110 |
Color Harmonies of #282C71
Complementary color
Monochromatic Colors of #282C71
Black with #282C71
Text Example
Text Example
White with #282C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C71; }
p { color: rgb(40,44,113); }
H1.HeaderClassName
{
color: #282C71;
}
.AnyTagClassName
{
color: #282C71;
}
</style>
background-color css
<style>
a { background-color: #282C71; }
a { background-color: rgb(40,44,113); }
div.DivClassName
{
background-color: #282C71;
}
.BgClassName
{
background-color: #282C71;
}
</style>
border-color css
<style>
span { border-color: #282C71; }
span { border-color: rgb(40,44,113); }
td.TdClassName
{
border-color: #282C71;
}
.TagClassName
{
border-color: #282C71;
}
</style>