Shades of Deep Koamaru #282C74
Tints of Deep Koamaru #282C74
RGB
CMYK
RGB Variations
Color information
#282C74 (or 0x282C74) is known color: Deep Koamaru. HEX triplet: 28, 2C and 74. RGB value is (40,44,116). Sum of RGB (Red+Green+Blue) = 40+44+116=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #282C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C74 is #D7D38B. Grayscale: #323232. Windows color (decimal): -14144396 or 7613480. OLE color: 7613480.
HSL color Cylindrical-coordinate representation of color #282C74: hue angle of 236.84º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #282C74 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 44 | 116 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.55 |
| HSL | 236.84º | 0.49% | 0.31% | - |
| HSV(B) | 236.84º | 0.66% | 0.45% | - |
| XYZ | 4.93 | 3.51 | 16.94 | - |
| YUV | 51.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 116 | 0.66 | 0.62 | 0 | 0.55 | 236.84 | 0.49 | 0.31 |
| Hex | 28 | 2C | 74 | 42 | 3E | 0 | 37 | ED | 31 | 1F |
| Octal | 50 | 54 | 164 | 102 | 76 | 0 | 67 | 355 | 61 | 37 |
| Binary | 101000 | 101100 | 1110100 | 1000010 | 111110 | 0 | 110111 | 11101101 | 110001 | 11111 |
Color Harmonies of #282C74
Complementary color
Monochromatic Colors of #282C74
Black with #282C74
Text Example
Text Example
White with #282C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C74; }
p { color: rgb(40,44,116); }
H1.HeaderClassName
{
color: #282C74;
}
.AnyTagClassName
{
color: #282C74;
}
</style>
background-color css
<style>
a { background-color: #282C74; }
a { background-color: rgb(40,44,116); }
div.DivClassName
{
background-color: #282C74;
}
.BgClassName
{
background-color: #282C74;
}
</style>
border-color css
<style>
span { border-color: #282C74; }
span { border-color: rgb(40,44,116); }
td.TdClassName
{
border-color: #282C74;
}
.TagClassName
{
border-color: #282C74;
}
</style>