Shades of Deep Koamaru #2C3166
Tints of Deep Koamaru #2C3166
RGB
CMYK
RGB Variations
Color information
#2C3166 (or 0x2C3166) is known color: Deep Koamaru. HEX triplet: 2C, 31 and 66. RGB value is (44,49,102). Sum of RGB (Red+Green+Blue) = 44+49+102=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C3166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3166 is #D3CE99. Grayscale: #353535. Windows color (decimal): -13880986 or 6697260. OLE color: 6697260.
HSL color Cylindrical-coordinate representation of color #2C3166: hue angle of 234.83º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C3166 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 44 | 49 | 102 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.6 |
| HSL | 234.83º | 0.4% | 0.29% | - |
| HSV(B) | 234.83º | 0.57% | 0.4% | - |
| XYZ | 4.54 | 3.69 | 13.04 | - |
| YUV | 53.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 102 | 0.57 | 0.52 | 0 | 0.6 | 234.83 | 0.4 | 0.29 |
| Hex | 2C | 31 | 66 | 39 | 34 | 0 | 3C | EB | 28 | 1D |
| Octal | 54 | 61 | 146 | 71 | 64 | 0 | 74 | 353 | 50 | 35 |
| Binary | 101100 | 110001 | 1100110 | 111001 | 110100 | 0 | 111100 | 11101011 | 101000 | 11101 |
Color Harmonies of #2C3166
Complementary color
Monochromatic Colors of #2C3166
Black with #2C3166
Text Example
Text Example
White with #2C3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3166; }
p { color: rgb(44,49,102); }
H1.HeaderClassName
{
color: #2C3166;
}
.AnyTagClassName
{
color: #2C3166;
}
</style>
background-color css
<style>
a { background-color: #2C3166; }
a { background-color: rgb(44,49,102); }
div.DivClassName
{
background-color: #2C3166;
}
.BgClassName
{
background-color: #2C3166;
}
</style>
border-color css
<style>
span { border-color: #2C3166; }
span { border-color: rgb(44,49,102); }
td.TdClassName
{
border-color: #2C3166;
}
.TagClassName
{
border-color: #2C3166;
}
</style>