Shades of Deep Koamaru #2B2D60
Tints of Deep Koamaru #2B2D60
RGB
CMYK
RGB Variations
Color information
#2B2D60 (or 0x2B2D60) is known color: Deep Koamaru. HEX triplet: 2B, 2D and 60. RGB value is (43,45,96). Sum of RGB (Red+Green+Blue) = 43+45+96=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B2D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2D60 is #D4D29F. Grayscale: #323232. Windows color (decimal): -13947552 or 6303019. OLE color: 6303019.
HSL color Cylindrical-coordinate representation of color #2B2D60: hue angle of 237.74º 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 #2B2D60 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 45 | 96 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.62 |
| HSL | 237.74º | 0.38% | 0.27% | - |
| HSV(B) | 237.74º | 0.55% | 0.38% | - |
| XYZ | 4.05 | 3.23 | 11.48 | - |
| YUV | 50.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 45 | 96 | 0.55 | 0.53 | 0 | 0.62 | 237.74 | 0.38 | 0.27 |
| Hex | 2B | 2D | 60 | 37 | 35 | 0 | 3E | EE | 26 | 1B |
| Octal | 53 | 55 | 140 | 67 | 65 | 0 | 76 | 356 | 46 | 33 |
| Binary | 101011 | 101101 | 1100000 | 110111 | 110101 | 0 | 111110 | 11101110 | 100110 | 11011 |
Color Harmonies of #2B2D60
Complementary color
Monochromatic Colors of #2B2D60
Black with #2B2D60
Text Example
Text Example
White with #2B2D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D60; }
p { color: rgb(43,45,96); }
H1.HeaderClassName
{
color: #2B2D60;
}
.AnyTagClassName
{
color: #2B2D60;
}
</style>
background-color css
<style>
a { background-color: #2B2D60; }
a { background-color: rgb(43,45,96); }
div.DivClassName
{
background-color: #2B2D60;
}
.BgClassName
{
background-color: #2B2D60;
}
</style>
border-color css
<style>
span { border-color: #2B2D60; }
span { border-color: rgb(43,45,96); }
td.TdClassName
{
border-color: #2B2D60;
}
.TagClassName
{
border-color: #2B2D60;
}
</style>