Shades of Deep Koamaru #282F72
Tints of Deep Koamaru #282F72
RGB
CMYK
RGB Variations
Color information
#282F72 (or 0x282F72) is known color: Deep Koamaru. HEX triplet: 28, 2F and 72. RGB value is (40,47,114). Sum of RGB (Red+Green+Blue) = 40+47+114=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #282F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F72 is #D7D08D. Grayscale: #343434. Windows color (decimal): -14143630 or 7483176. OLE color: 7483176.
HSL color Cylindrical-coordinate representation of color #282F72: hue angle of 234.32º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #282F72 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 47 | 114 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.55 |
| HSL | 234.32º | 0.48% | 0.3% | - |
| HSV(B) | 234.32º | 0.65% | 0.45% | - |
| XYZ | 4.93 | 3.7 | 16.37 | - |
| YUV | 52.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 114 | 0.65 | 0.59 | 0 | 0.55 | 234.32 | 0.48 | 0.3 |
| Hex | 28 | 2F | 72 | 41 | 3B | 0 | 37 | EA | 30 | 1E |
| Octal | 50 | 57 | 162 | 101 | 73 | 0 | 67 | 352 | 60 | 36 |
| Binary | 101000 | 101111 | 1110010 | 1000001 | 111011 | 0 | 110111 | 11101010 | 110000 | 11110 |
Color Harmonies of #282F72
Complementary color
Monochromatic Colors of #282F72
Black with #282F72
Text Example
Text Example
White with #282F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F72; }
p { color: rgb(40,47,114); }
H1.HeaderClassName
{
color: #282F72;
}
.AnyTagClassName
{
color: #282F72;
}
</style>
background-color css
<style>
a { background-color: #282F72; }
a { background-color: rgb(40,47,114); }
div.DivClassName
{
background-color: #282F72;
}
.BgClassName
{
background-color: #282F72;
}
</style>
border-color css
<style>
span { border-color: #282F72; }
span { border-color: rgb(40,47,114); }
td.TdClassName
{
border-color: #282F72;
}
.TagClassName
{
border-color: #282F72;
}
</style>