Shades of Deep Koamaru #282C75
Tints of Deep Koamaru #282C75
RGB
CMYK
RGB Variations
Color information
#282C75 (or 0x282C75) is known color: Deep Koamaru. HEX triplet: 28, 2C and 75. RGB value is (40,44,117). Sum of RGB (Red+Green+Blue) = 40+44+117=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #282C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C75 is #D7D38A. Grayscale: #323232. Windows color (decimal): -14144395 or 7679016. OLE color: 7679016.
HSL color Cylindrical-coordinate representation of color #282C75: hue angle of 236.88º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #282C75 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 44 | 117 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.54 |
| HSL | 236.88º | 0.49% | 0.31% | - |
| HSV(B) | 236.88º | 0.66% | 0.46% | - |
| XYZ | 4.99 | 3.54 | 17.25 | - |
| YUV | 51.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 117 | 0.66 | 0.62 | 0 | 0.54 | 236.88 | 0.49 | 0.31 |
| Hex | 28 | 2C | 75 | 42 | 3E | 0 | 36 | ED | 31 | 1F |
| Octal | 50 | 54 | 165 | 102 | 76 | 0 | 66 | 355 | 61 | 37 |
| Binary | 101000 | 101100 | 1110101 | 1000010 | 111110 | 0 | 110110 | 11101101 | 110001 | 11111 |
Color Harmonies of #282C75
Complementary color
Monochromatic Colors of #282C75
Black with #282C75
Text Example
Text Example
White with #282C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C75; }
p { color: rgb(40,44,117); }
H1.HeaderClassName
{
color: #282C75;
}
.AnyTagClassName
{
color: #282C75;
}
</style>
background-color css
<style>
a { background-color: #282C75; }
a { background-color: rgb(40,44,117); }
div.DivClassName
{
background-color: #282C75;
}
.BgClassName
{
background-color: #282C75;
}
</style>
border-color css
<style>
span { border-color: #282C75; }
span { border-color: rgb(40,44,117); }
td.TdClassName
{
border-color: #282C75;
}
.TagClassName
{
border-color: #282C75;
}
</style>