Shades of Deep Koamaru #28286C
Tints of Deep Koamaru #28286C
RGB
CMYK
RGB Variations
Color information
#28286C (or 0x28286C) is known color: Deep Koamaru. HEX triplet: 28, 28 and 6C. RGB value is (40,40,108). Sum of RGB (Red+Green+Blue) = 40+40+108=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #28286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28286C is #D7D793. Grayscale: #2F2F2F. Windows color (decimal): -14145428 or 7088168. OLE color: 7088168.
HSL color Cylindrical-coordinate representation of color #28286C: hue angle of 240º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28286C is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 40 | 108 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.58 |
| HSL | 240º | 0.46% | 0.29% | - |
| HSV(B) | 240º | 0.63% | 0.42% | - |
| XYZ | 4.34 | 3.05 | 14.55 | - |
| YUV | 47.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 108 | 0.63 | 0.63 | 0 | 0.58 | 240 | 0.46 | 0.29 |
| Hex | 28 | 28 | 6C | 3F | 3F | 0 | 3A | F0 | 2E | 1D |
| Octal | 50 | 50 | 154 | 77 | 77 | 0 | 72 | 360 | 56 | 35 |
| Binary | 101000 | 101000 | 1101100 | 111111 | 111111 | 0 | 111010 | 11110000 | 101110 | 11101 |
Color Harmonies of #28286C
Complementary color
Monochromatic Colors of #28286C
Black with #28286C
Text Example
Text Example
White with #28286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28286C; }
p { color: rgb(40,40,108); }
H1.HeaderClassName
{
color: #28286C;
}
.AnyTagClassName
{
color: #28286C;
}
</style>
background-color css
<style>
a { background-color: #28286C; }
a { background-color: rgb(40,40,108); }
div.DivClassName
{
background-color: #28286C;
}
.BgClassName
{
background-color: #28286C;
}
</style>
border-color css
<style>
span { border-color: #28286C; }
span { border-color: rgb(40,40,108); }
td.TdClassName
{
border-color: #28286C;
}
.TagClassName
{
border-color: #28286C;
}
</style>