Shades of Deep Koamaru #2C3068
Tints of Deep Koamaru #2C3068
RGB
CMYK
RGB Variations
Color information
#2C3068 (or 0x2C3068) is known color: Deep Koamaru. HEX triplet: 2C, 30 and 68. RGB value is (44,48,104). Sum of RGB (Red+Green+Blue) = 44+48+104=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C3068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3068 is #D3CF97. Grayscale: #343434. Windows color (decimal): -13881240 or 6828076. OLE color: 6828076.
HSL color Cylindrical-coordinate representation of color #2C3068: hue angle of 236º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C3068 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 48 | 104 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.59 |
| HSL | 236º | 0.41% | 0.29% | - |
| HSV(B) | 236º | 0.58% | 0.41% | - |
| XYZ | 4.59 | 3.65 | 13.56 | - |
| YUV | 53.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 104 | 0.58 | 0.54 | 0 | 0.59 | 236 | 0.41 | 0.29 |
| Hex | 2C | 30 | 68 | 3A | 36 | 0 | 3B | EC | 29 | 1D |
| Octal | 54 | 60 | 150 | 72 | 66 | 0 | 73 | 354 | 51 | 35 |
| Binary | 101100 | 110000 | 1101000 | 111010 | 110110 | 0 | 111011 | 11101100 | 101001 | 11101 |
Color Harmonies of #2C3068
Complementary color
Monochromatic Colors of #2C3068
Black with #2C3068
Text Example
Text Example
White with #2C3068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3068; }
p { color: rgb(44,48,104); }
H1.HeaderClassName
{
color: #2C3068;
}
.AnyTagClassName
{
color: #2C3068;
}
</style>
background-color css
<style>
a { background-color: #2C3068; }
a { background-color: rgb(44,48,104); }
div.DivClassName
{
background-color: #2C3068;
}
.BgClassName
{
background-color: #2C3068;
}
</style>
border-color css
<style>
span { border-color: #2C3068; }
span { border-color: rgb(44,48,104); }
td.TdClassName
{
border-color: #2C3068;
}
.TagClassName
{
border-color: #2C3068;
}
</style>