Shades of Deep Koamaru #2B2B60
Tints of Deep Koamaru #2B2B60
RGB
CMYK
RGB Variations
Color information
#2B2B60 (or 0x2B2B60) is known color: Deep Koamaru. HEX triplet: 2B, 2B and 60. RGB value is (43,43,96). Sum of RGB (Red+Green+Blue) = 43+43+96=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B2B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2B60 is #D4D49F. Grayscale: #303030. Windows color (decimal): -13948064 or 6302507. OLE color: 6302507.
HSL color Cylindrical-coordinate representation of color #2B2B60: hue angle of 240º 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 #2B2B60 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 43 | 96 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.62 |
| HSL | 240º | 0.38% | 0.27% | - |
| HSV(B) | 240º | 0.55% | 0.38% | - |
| XYZ | 3.97 | 3.09 | 11.45 | - |
| YUV | 49.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 43 | 96 | 0.55 | 0.55 | 0 | 0.62 | 240 | 0.38 | 0.27 |
| Hex | 2B | 2B | 60 | 37 | 37 | 0 | 3E | F0 | 26 | 1B |
| Octal | 53 | 53 | 140 | 67 | 67 | 0 | 76 | 360 | 46 | 33 |
| Binary | 101011 | 101011 | 1100000 | 110111 | 110111 | 0 | 111110 | 11110000 | 100110 | 11011 |
Color Harmonies of #2B2B60
Complementary color
Monochromatic Colors of #2B2B60
Black with #2B2B60
Text Example
Text Example
White with #2B2B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2B60; }
p { color: rgb(43,43,96); }
H1.HeaderClassName
{
color: #2B2B60;
}
.AnyTagClassName
{
color: #2B2B60;
}
</style>
background-color css
<style>
a { background-color: #2B2B60; }
a { background-color: rgb(43,43,96); }
div.DivClassName
{
background-color: #2B2B60;
}
.BgClassName
{
background-color: #2B2B60;
}
</style>
border-color css
<style>
span { border-color: #2B2B60; }
span { border-color: rgb(43,43,96); }
td.TdClassName
{
border-color: #2B2B60;
}
.TagClassName
{
border-color: #2B2B60;
}
</style>