Shades of Deep Koamaru #2C3063
Tints of Deep Koamaru #2C3063
RGB
CMYK
RGB Variations
Color information
#2C3063 (or 0x2C3063) is known color: Deep Koamaru. HEX triplet: 2C, 30 and 63. RGB value is (44,48,99). Sum of RGB (Red+Green+Blue) = 44+48+99=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C3063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3063 is #D3CF9C. Grayscale: #343434. Windows color (decimal): -13881245 or 6500396. OLE color: 6500396.
HSL color Cylindrical-coordinate representation of color #2C3063: hue angle of 235.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C3063 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 48 | 99 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.61 |
| HSL | 235.64º | 0.38% | 0.28% | - |
| HSV(B) | 235.64º | 0.56% | 0.39% | - |
| XYZ | 4.35 | 3.55 | 12.26 | - |
| YUV | 52.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 99 | 0.56 | 0.52 | 0 | 0.61 | 235.64 | 0.38 | 0.28 |
| Hex | 2C | 30 | 63 | 38 | 34 | 0 | 3D | EC | 26 | 1C |
| Octal | 54 | 60 | 143 | 70 | 64 | 0 | 75 | 354 | 46 | 34 |
| Binary | 101100 | 110000 | 1100011 | 111000 | 110100 | 0 | 111101 | 11101100 | 100110 | 11100 |
Color Harmonies of #2C3063
Complementary color
Monochromatic Colors of #2C3063
Black with #2C3063
Text Example
Text Example
White with #2C3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3063; }
p { color: rgb(44,48,99); }
H1.HeaderClassName
{
color: #2C3063;
}
.AnyTagClassName
{
color: #2C3063;
}
</style>
background-color css
<style>
a { background-color: #2C3063; }
a { background-color: rgb(44,48,99); }
div.DivClassName
{
background-color: #2C3063;
}
.BgClassName
{
background-color: #2C3063;
}
</style>
border-color css
<style>
span { border-color: #2C3063; }
span { border-color: rgb(44,48,99); }
td.TdClassName
{
border-color: #2C3063;
}
.TagClassName
{
border-color: #2C3063;
}
</style>