Shades of Deep Koamaru #2B2C60
Tints of Deep Koamaru #2B2C60
RGB
CMYK
RGB Variations
Color information
#2B2C60 (or 0x2B2C60) is known color: Deep Koamaru. HEX triplet: 2B, 2C and 60. RGB value is (43,44,96). Sum of RGB (Red+Green+Blue) = 43+44+96=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B2C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2C60 is #D4D39F. Grayscale: #313131. Windows color (decimal): -13947808 or 6302763. OLE color: 6302763.
HSL color Cylindrical-coordinate representation of color #2B2C60: hue angle of 238.87º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B2C60 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 44 | 96 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.62 |
| HSL | 238.87º | 0.38% | 0.27% | - |
| HSV(B) | 238.87º | 0.55% | 0.38% | - |
| XYZ | 4.01 | 3.16 | 11.46 | - |
| YUV | 49.63 | 154.17 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 96 | 0.55 | 0.54 | 0 | 0.62 | 238.87 | 0.38 | 0.27 |
| Hex | 2B | 2C | 60 | 37 | 36 | 0 | 3E | EF | 26 | 1B |
| Octal | 53 | 54 | 140 | 67 | 66 | 0 | 76 | 357 | 46 | 33 |
| Binary | 101011 | 101100 | 1100000 | 110111 | 110110 | 0 | 111110 | 11101111 | 100110 | 11011 |
Color Harmonies of #2B2C60
Complementary color
Monochromatic Colors of #2B2C60
Black with #2B2C60
Text Example
Text Example
White with #2B2C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2C60; }
p { color: rgb(43,44,96); }
H1.HeaderClassName
{
color: #2B2C60;
}
.AnyTagClassName
{
color: #2B2C60;
}
</style>
background-color css
<style>
a { background-color: #2B2C60; }
a { background-color: rgb(43,44,96); }
div.DivClassName
{
background-color: #2B2C60;
}
.BgClassName
{
background-color: #2B2C60;
}
</style>
border-color css
<style>
span { border-color: #2B2C60; }
span { border-color: rgb(43,44,96); }
td.TdClassName
{
border-color: #2B2C60;
}
.TagClassName
{
border-color: #2B2C60;
}
</style>