Shades of Deep Koamaru #2B287B
Tints of Deep Koamaru #2B287B
RGB
CMYK
RGB Variations
Color information
#2B287B (or 0x2B287B) is known color: Deep Koamaru. HEX triplet: 2B, 28 and 7B. RGB value is (43,40,123). Sum of RGB (Red+Green+Blue) = 43+40+123=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B287B is #D4D784. Grayscale: #323232. Windows color (decimal): -13948805 or 8071211. OLE color: 8071211.
HSL color Cylindrical-coordinate representation of color #2B287B: hue angle of 242.17º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B287B is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 40 | 123 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.52 |
| HSL | 242.17º | 0.51% | 0.32% | - |
| HSV(B) | 242.17º | 0.67% | 0.48% | - |
| XYZ | 5.33 | 3.46 | 19.13 | - |
| YUV | 50.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 123 | 0.65 | 0.67 | 0 | 0.52 | 242.17 | 0.51 | 0.32 |
| Hex | 2B | 28 | 7B | 41 | 43 | 0 | 34 | F2 | 33 | 20 |
| Octal | 53 | 50 | 173 | 101 | 103 | 0 | 64 | 362 | 63 | 40 |
| Binary | 101011 | 101000 | 1111011 | 1000001 | 1000011 | 0 | 110100 | 11110010 | 110011 | 100000 |
Color Harmonies of #2B287B
Complementary color
Monochromatic Colors of #2B287B
Black with #2B287B
Text Example
Text Example
White with #2B287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B287B; }
p { color: rgb(43,40,123); }
H1.HeaderClassName
{
color: #2B287B;
}
.AnyTagClassName
{
color: #2B287B;
}
</style>
background-color css
<style>
a { background-color: #2B287B; }
a { background-color: rgb(43,40,123); }
div.DivClassName
{
background-color: #2B287B;
}
.BgClassName
{
background-color: #2B287B;
}
</style>
border-color css
<style>
span { border-color: #2B287B; }
span { border-color: rgb(43,40,123); }
td.TdClassName
{
border-color: #2B287B;
}
.TagClassName
{
border-color: #2B287B;
}
</style>