Shades of Deep Koamaru #282E6E
Tints of Deep Koamaru #282E6E
RGB
CMYK
RGB Variations
Color information
#282E6E (or 0x282E6E) is known color: Deep Koamaru. HEX triplet: 28, 2E and 6E. RGB value is (40,46,110). Sum of RGB (Red+Green+Blue) = 40+46+110=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #282E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E6E is #D7D191. Grayscale: #333333. Windows color (decimal): -14143890 or 7220776. OLE color: 7220776.
HSL color Cylindrical-coordinate representation of color #282E6E: hue angle of 234.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #282E6E is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 46 | 110 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.57 |
| HSL | 234.86º | 0.47% | 0.29% | - |
| HSV(B) | 234.86º | 0.64% | 0.43% | - |
| XYZ | 4.67 | 3.53 | 15.19 | - |
| YUV | 51.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 110 | 0.64 | 0.58 | 0 | 0.57 | 234.86 | 0.47 | 0.29 |
| Hex | 28 | 2E | 6E | 40 | 3A | 0 | 39 | EB | 2F | 1D |
| Octal | 50 | 56 | 156 | 100 | 72 | 0 | 71 | 353 | 57 | 35 |
| Binary | 101000 | 101110 | 1101110 | 1000000 | 111010 | 0 | 111001 | 11101011 | 101111 | 11101 |
Color Harmonies of #282E6E
Complementary color
Monochromatic Colors of #282E6E
Black with #282E6E
Text Example
Text Example
White with #282E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E6E; }
p { color: rgb(40,46,110); }
H1.HeaderClassName
{
color: #282E6E;
}
.AnyTagClassName
{
color: #282E6E;
}
</style>
background-color css
<style>
a { background-color: #282E6E; }
a { background-color: rgb(40,46,110); }
div.DivClassName
{
background-color: #282E6E;
}
.BgClassName
{
background-color: #282E6E;
}
</style>
border-color css
<style>
span { border-color: #282E6E; }
span { border-color: rgb(40,46,110); }
td.TdClassName
{
border-color: #282E6E;
}
.TagClassName
{
border-color: #282E6E;
}
</style>