Shades of Deep Koamaru #2C2870
Tints of Deep Koamaru #2C2870
RGB
CMYK
RGB Variations
Color information
#2C2870 (or 0x2C2870) is known color: Deep Koamaru. HEX triplet: 2C, 28 and 70. RGB value is (44,40,112). Sum of RGB (Red+Green+Blue) = 44+40+112=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C2870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2870 is #D3D78F. Grayscale: #313131. Windows color (decimal): -13883280 or 7350316. OLE color: 7350316.
HSL color Cylindrical-coordinate representation of color #2C2870: hue angle of 243.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C2870 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 40 | 112 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.56 |
| HSL | 243.33º | 0.47% | 0.3% | - |
| HSV(B) | 243.33º | 0.64% | 0.44% | - |
| XYZ | 4.72 | 3.22 | 15.7 | - |
| YUV | 49.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 112 | 0.61 | 0.64 | 0 | 0.56 | 243.33 | 0.47 | 0.3 |
| Hex | 2C | 28 | 70 | 3D | 40 | 0 | 38 | F3 | 2F | 1E |
| Octal | 54 | 50 | 160 | 75 | 100 | 0 | 70 | 363 | 57 | 36 |
| Binary | 101100 | 101000 | 1110000 | 111101 | 1000000 | 0 | 111000 | 11110011 | 101111 | 11110 |
Color Harmonies of #2C2870
Complementary color
Monochromatic Colors of #2C2870
Black with #2C2870
Text Example
Text Example
White with #2C2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2870; }
p { color: rgb(44,40,112); }
H1.HeaderClassName
{
color: #2C2870;
}
.AnyTagClassName
{
color: #2C2870;
}
</style>
background-color css
<style>
a { background-color: #2C2870; }
a { background-color: rgb(44,40,112); }
div.DivClassName
{
background-color: #2C2870;
}
.BgClassName
{
background-color: #2C2870;
}
</style>
border-color css
<style>
span { border-color: #2C2870; }
span { border-color: rgb(44,40,112); }
td.TdClassName
{
border-color: #2C2870;
}
.TagClassName
{
border-color: #2C2870;
}
</style>