Shades of Deep Koamaru #2B297B
Tints of Deep Koamaru #2B297B
RGB
CMYK
RGB Variations
Color information
#2B297B (or 0x2B297B) is known color: Deep Koamaru. HEX triplet: 2B, 29 and 7B. RGB value is (43,41,123). Sum of RGB (Red+Green+Blue) = 43+41+123=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B297B is #D4D684. Grayscale: #323232. Windows color (decimal): -13948549 or 8071467. OLE color: 8071467.
HSL color Cylindrical-coordinate representation of color #2B297B: hue angle of 241.46º degrees, saturation: 0.5, 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 #2B297B is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 41 | 123 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.52 |
| HSL | 241.46º | 0.5% | 0.32% | - |
| HSV(B) | 241.46º | 0.67% | 0.48% | - |
| XYZ | 5.36 | 3.53 | 19.14 | - |
| YUV | 50.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 123 | 0.65 | 0.67 | 0 | 0.52 | 241.46 | 0.5 | 0.32 |
| Hex | 2B | 29 | 7B | 41 | 43 | 0 | 34 | F1 | 32 | 20 |
| Octal | 53 | 51 | 173 | 101 | 103 | 0 | 64 | 361 | 62 | 40 |
| Binary | 101011 | 101001 | 1111011 | 1000001 | 1000011 | 0 | 110100 | 11110001 | 110010 | 100000 |
Color Harmonies of #2B297B
Complementary color
Monochromatic Colors of #2B297B
Black with #2B297B
Text Example
Text Example
White with #2B297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B297B; }
p { color: rgb(43,41,123); }
H1.HeaderClassName
{
color: #2B297B;
}
.AnyTagClassName
{
color: #2B297B;
}
</style>
background-color css
<style>
a { background-color: #2B297B; }
a { background-color: rgb(43,41,123); }
div.DivClassName
{
background-color: #2B297B;
}
.BgClassName
{
background-color: #2B297B;
}
</style>
border-color css
<style>
span { border-color: #2B297B; }
span { border-color: rgb(43,41,123); }
td.TdClassName
{
border-color: #2B297B;
}
.TagClassName
{
border-color: #2B297B;
}
</style>