Shades of Deep Koamaru #282C6D
Tints of Deep Koamaru #282C6D
RGB
CMYK
RGB Variations
Color information
#282C6D (or 0x282C6D) is known color: Deep Koamaru. HEX triplet: 28, 2C and 6D. RGB value is (40,44,109). Sum of RGB (Red+Green+Blue) = 40+44+109=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #282C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C6D is #D7D392. Grayscale: #313131. Windows color (decimal): -14144403 or 7154728. OLE color: 7154728.
HSL color Cylindrical-coordinate representation of color #282C6D: hue angle of 236.52º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282C6D is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 44 | 109 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.57 |
| HSL | 236.52º | 0.46% | 0.29% | - |
| HSV(B) | 236.52º | 0.63% | 0.43% | - |
| XYZ | 4.54 | 3.36 | 14.88 | - |
| YUV | 50.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 109 | 0.63 | 0.60 | 0 | 0.57 | 236.52 | 0.46 | 0.29 |
| Hex | 28 | 2C | 6D | 3F | 3C | 0 | 39 | ED | 2E | 1D |
| Octal | 50 | 54 | 155 | 77 | 74 | 0 | 71 | 355 | 56 | 35 |
| Binary | 101000 | 101100 | 1101101 | 111111 | 111100 | 0 | 111001 | 11101101 | 101110 | 11101 |
Color Harmonies of #282C6D
Complementary color
Monochromatic Colors of #282C6D
Black with #282C6D
Text Example
Text Example
White with #282C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C6D; }
p { color: rgb(40,44,109); }
H1.HeaderClassName
{
color: #282C6D;
}
.AnyTagClassName
{
color: #282C6D;
}
</style>
background-color css
<style>
a { background-color: #282C6D; }
a { background-color: rgb(40,44,109); }
div.DivClassName
{
background-color: #282C6D;
}
.BgClassName
{
background-color: #282C6D;
}
</style>
border-color css
<style>
span { border-color: #282C6D; }
span { border-color: rgb(40,44,109); }
td.TdClassName
{
border-color: #282C6D;
}
.TagClassName
{
border-color: #282C6D;
}
</style>