Shades of Deep Koamaru #2B286C
Tints of Deep Koamaru #2B286C
RGB
CMYK
RGB Variations
Color information
#2B286C (or 0x2B286C) is known color: Deep Koamaru. HEX triplet: 2B, 28 and 6C. RGB value is (43,40,108). Sum of RGB (Red+Green+Blue) = 43+40+108=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B286C is #D4D793. Grayscale: #303030. Windows color (decimal): -13948820 or 7088171. OLE color: 7088171.
HSL color Cylindrical-coordinate representation of color #2B286C: hue angle of 242.65º 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 #2B286C is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 40 | 108 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.58 |
| HSL | 242.65º | 0.46% | 0.29% | - |
| HSV(B) | 242.65º | 0.63% | 0.42% | - |
| XYZ | 4.46 | 3.11 | 14.55 | - |
| YUV | 48.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 108 | 0.60 | 0.63 | 0 | 0.58 | 242.65 | 0.46 | 0.29 |
| Hex | 2B | 28 | 6C | 3C | 3F | 0 | 3A | F3 | 2E | 1D |
| Octal | 53 | 50 | 154 | 74 | 77 | 0 | 72 | 363 | 56 | 35 |
| Binary | 101011 | 101000 | 1101100 | 111100 | 111111 | 0 | 111010 | 11110011 | 101110 | 11101 |
Color Harmonies of #2B286C
Complementary color
Monochromatic Colors of #2B286C
Black with #2B286C
Text Example
Text Example
White with #2B286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B286C; }
p { color: rgb(43,40,108); }
H1.HeaderClassName
{
color: #2B286C;
}
.AnyTagClassName
{
color: #2B286C;
}
</style>
background-color css
<style>
a { background-color: #2B286C; }
a { background-color: rgb(43,40,108); }
div.DivClassName
{
background-color: #2B286C;
}
.BgClassName
{
background-color: #2B286C;
}
</style>
border-color css
<style>
span { border-color: #2B286C; }
span { border-color: rgb(43,40,108); }
td.TdClassName
{
border-color: #2B286C;
}
.TagClassName
{
border-color: #2B286C;
}
</style>