Shades of Deep Koamaru #2C2B6C
Tints of Deep Koamaru #2C2B6C
RGB
CMYK
RGB Variations
Color information
#2C2B6C (or 0x2C2B6C) is known color: Deep Koamaru. HEX triplet: 2C, 2B and 6C. RGB value is (44,43,108). Sum of RGB (Red+Green+Blue) = 44+43+108=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C2B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2B6C is #D3D493. Grayscale: #323232. Windows color (decimal): -13882516 or 7088940. OLE color: 7088940.
HSL color Cylindrical-coordinate representation of color #2C2B6C: hue angle of 240.92º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C2B6C is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 43 | 108 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.58 |
| HSL | 240.92º | 0.43% | 0.3% | - |
| HSV(B) | 240.92º | 0.6% | 0.42% | - |
| XYZ | 4.61 | 3.35 | 14.59 | - |
| YUV | 50.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 43 | 108 | 0.59 | 0.60 | 0 | 0.58 | 240.92 | 0.43 | 0.3 |
| Hex | 2C | 2B | 6C | 3B | 3C | 0 | 3A | F1 | 2B | 1E |
| Octal | 54 | 53 | 154 | 73 | 74 | 0 | 72 | 361 | 53 | 36 |
| Binary | 101100 | 101011 | 1101100 | 111011 | 111100 | 0 | 111010 | 11110001 | 101011 | 11110 |
Color Harmonies of #2C2B6C
Complementary color
Monochromatic Colors of #2C2B6C
Black with #2C2B6C
Text Example
Text Example
White with #2C2B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2B6C; }
p { color: rgb(44,43,108); }
H1.HeaderClassName
{
color: #2C2B6C;
}
.AnyTagClassName
{
color: #2C2B6C;
}
</style>
background-color css
<style>
a { background-color: #2C2B6C; }
a { background-color: rgb(44,43,108); }
div.DivClassName
{
background-color: #2C2B6C;
}
.BgClassName
{
background-color: #2C2B6C;
}
</style>
border-color css
<style>
span { border-color: #2C2B6C; }
span { border-color: rgb(44,43,108); }
td.TdClassName
{
border-color: #2C2B6C;
}
.TagClassName
{
border-color: #2C2B6C;
}
</style>