Shades of Deep Koamaru #2B2C5F
Tints of Deep Koamaru #2B2C5F
RGB
CMYK
RGB Variations
Color information
#2B2C5F (or 0x2B2C5F) is known color: Deep Koamaru. HEX triplet: 2B, 2C and 5F. RGB value is (43,44,95). Sum of RGB (Red+Green+Blue) = 43+44+95=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B2C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2C5F is #D4D3A0. Grayscale: #313131. Windows color (decimal): -13947809 or 6237227. OLE color: 6237227.
HSL color Cylindrical-coordinate representation of color #2B2C5F: hue angle of 238.85º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B2C5F is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 44 | 95 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.63 |
| HSL | 238.85º | 0.38% | 0.27% | - |
| HSV(B) | 238.85º | 0.55% | 0.37% | - |
| XYZ | 3.96 | 3.14 | 11.22 | - |
| YUV | 49.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 95 | 0.55 | 0.54 | 0 | 0.63 | 238.85 | 0.38 | 0.27 |
| Hex | 2B | 2C | 5F | 37 | 36 | 0 | 3F | EF | 26 | 1B |
| Octal | 53 | 54 | 137 | 67 | 66 | 0 | 77 | 357 | 46 | 33 |
| Binary | 101011 | 101100 | 1011111 | 110111 | 110110 | 0 | 111111 | 11101111 | 100110 | 11011 |
Color Harmonies of #2B2C5F
Complementary color
Monochromatic Colors of #2B2C5F
Black with #2B2C5F
Text Example
Text Example
White with #2B2C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2C5F; }
p { color: rgb(43,44,95); }
H1.HeaderClassName
{
color: #2B2C5F;
}
.AnyTagClassName
{
color: #2B2C5F;
}
</style>
background-color css
<style>
a { background-color: #2B2C5F; }
a { background-color: rgb(43,44,95); }
div.DivClassName
{
background-color: #2B2C5F;
}
.BgClassName
{
background-color: #2B2C5F;
}
</style>
border-color css
<style>
span { border-color: #2B2C5F; }
span { border-color: rgb(43,44,95); }
td.TdClassName
{
border-color: #2B2C5F;
}
.TagClassName
{
border-color: #2B2C5F;
}
</style>