Shades of Deep Koamaru #282E68
Tints of Deep Koamaru #282E68
RGB
CMYK
RGB Variations
Color information
#282E68 (or 0x282E68) is known color: Deep Koamaru. HEX triplet: 28, 2E and 68. RGB value is (40,46,104). Sum of RGB (Red+Green+Blue) = 40+46+104=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #282E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E68 is #D7D197. Grayscale: #323232. Windows color (decimal): -14143896 or 6827560. OLE color: 6827560.
HSL color Cylindrical-coordinate representation of color #282E68: hue angle of 234.38º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #282E68 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 46 | 104 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.59 |
| HSL | 234.38º | 0.44% | 0.28% | - |
| HSV(B) | 234.38º | 0.62% | 0.41% | - |
| XYZ | 4.35 | 3.4 | 13.52 | - |
| YUV | 50.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 104 | 0.62 | 0.56 | 0 | 0.59 | 234.38 | 0.44 | 0.28 |
| Hex | 28 | 2E | 68 | 3E | 38 | 0 | 3B | EA | 2C | 1C |
| Octal | 50 | 56 | 150 | 76 | 70 | 0 | 73 | 352 | 54 | 34 |
| Binary | 101000 | 101110 | 1101000 | 111110 | 111000 | 0 | 111011 | 11101010 | 101100 | 11100 |
Color Harmonies of #282E68
Complementary color
Monochromatic Colors of #282E68
Black with #282E68
Text Example
Text Example
White with #282E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E68; }
p { color: rgb(40,46,104); }
H1.HeaderClassName
{
color: #282E68;
}
.AnyTagClassName
{
color: #282E68;
}
</style>
background-color css
<style>
a { background-color: #282E68; }
a { background-color: rgb(40,46,104); }
div.DivClassName
{
background-color: #282E68;
}
.BgClassName
{
background-color: #282E68;
}
</style>
border-color css
<style>
span { border-color: #282E68; }
span { border-color: rgb(40,46,104); }
td.TdClassName
{
border-color: #282E68;
}
.TagClassName
{
border-color: #282E68;
}
</style>