Shades of Deep Koamaru #282F70
Tints of Deep Koamaru #282F70
RGB
CMYK
RGB Variations
Color information
#282F70 (or 0x282F70) is known color: Deep Koamaru. HEX triplet: 28, 2F and 70. RGB value is (40,47,112). Sum of RGB (Red+Green+Blue) = 40+47+112=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #282F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F70 is #D7D08F. Grayscale: #343434. Windows color (decimal): -14143632 or 7352104. OLE color: 7352104.
HSL color Cylindrical-coordinate representation of color #282F70: hue angle of 234.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #282F70 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 47 | 112 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.56 |
| HSL | 234.17º | 0.47% | 0.3% | - |
| HSV(B) | 234.17º | 0.64% | 0.44% | - |
| XYZ | 4.82 | 3.65 | 15.78 | - |
| YUV | 52.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 112 | 0.64 | 0.58 | 0 | 0.56 | 234.17 | 0.47 | 0.3 |
| Hex | 28 | 2F | 70 | 40 | 3A | 0 | 38 | EA | 2F | 1E |
| Octal | 50 | 57 | 160 | 100 | 72 | 0 | 70 | 352 | 57 | 36 |
| Binary | 101000 | 101111 | 1110000 | 1000000 | 111010 | 0 | 111000 | 11101010 | 101111 | 11110 |
Color Harmonies of #282F70
Complementary color
Monochromatic Colors of #282F70
Black with #282F70
Text Example
Text Example
White with #282F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F70; }
p { color: rgb(40,47,112); }
H1.HeaderClassName
{
color: #282F70;
}
.AnyTagClassName
{
color: #282F70;
}
</style>
background-color css
<style>
a { background-color: #282F70; }
a { background-color: rgb(40,47,112); }
div.DivClassName
{
background-color: #282F70;
}
.BgClassName
{
background-color: #282F70;
}
</style>
border-color css
<style>
span { border-color: #282F70; }
span { border-color: rgb(40,47,112); }
td.TdClassName
{
border-color: #282F70;
}
.TagClassName
{
border-color: #282F70;
}
</style>