Shades of Deep Koamaru #2C2E62
Tints of Deep Koamaru #2C2E62
RGB
CMYK
RGB Variations
Color information
#2C2E62 (or 0x2C2E62) is known color: Deep Koamaru. HEX triplet: 2C, 2E and 62. RGB value is (44,46,98). Sum of RGB (Red+Green+Blue) = 44+46+98=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C2E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2E62 is #D3D19D. Grayscale: #333333. Windows color (decimal): -13881758 or 6434348. OLE color: 6434348.
HSL color Cylindrical-coordinate representation of color #2C2E62: hue angle of 237.78º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C2E62 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 46 | 98 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.62 |
| HSL | 237.78º | 0.38% | 0.28% | - |
| HSV(B) | 237.78º | 0.55% | 0.38% | - |
| XYZ | 4.22 | 3.37 | 11.98 | - |
| YUV | 51.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 46 | 98 | 0.55 | 0.53 | 0 | 0.62 | 237.78 | 0.38 | 0.28 |
| Hex | 2C | 2E | 62 | 37 | 35 | 0 | 3E | EE | 26 | 1C |
| Octal | 54 | 56 | 142 | 67 | 65 | 0 | 76 | 356 | 46 | 34 |
| Binary | 101100 | 101110 | 1100010 | 110111 | 110101 | 0 | 111110 | 11101110 | 100110 | 11100 |
Color Harmonies of #2C2E62
Complementary color
Monochromatic Colors of #2C2E62
Black with #2C2E62
Text Example
Text Example
White with #2C2E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2E62; }
p { color: rgb(44,46,98); }
H1.HeaderClassName
{
color: #2C2E62;
}
.AnyTagClassName
{
color: #2C2E62;
}
</style>
background-color css
<style>
a { background-color: #2C2E62; }
a { background-color: rgb(44,46,98); }
div.DivClassName
{
background-color: #2C2E62;
}
.BgClassName
{
background-color: #2C2E62;
}
</style>
border-color css
<style>
span { border-color: #2C2E62; }
span { border-color: rgb(44,46,98); }
td.TdClassName
{
border-color: #2C2E62;
}
.TagClassName
{
border-color: #2C2E62;
}
</style>