Shades of Deep Koamaru #2C306D
Tints of Deep Koamaru #2C306D
RGB
CMYK
RGB Variations
Color information
#2C306D (or 0x2C306D) is known color: Deep Koamaru. HEX triplet: 2C, 30 and 6D. RGB value is (44,48,109). Sum of RGB (Red+Green+Blue) = 44+48+109=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C306D is #D3CF92. Grayscale: #353535. Windows color (decimal): -13881235 or 7155756. OLE color: 7155756.
HSL color Cylindrical-coordinate representation of color #2C306D: hue angle of 236.31º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C306D is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 48 | 109 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.57 |
| HSL | 236.31º | 0.42% | 0.3% | - |
| HSV(B) | 236.31º | 0.6% | 0.43% | - |
| XYZ | 4.86 | 3.75 | 14.94 | - |
| YUV | 53.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 109 | 0.60 | 0.56 | 0 | 0.57 | 236.31 | 0.42 | 0.3 |
| Hex | 2C | 30 | 6D | 3C | 38 | 0 | 39 | EC | 2A | 1E |
| Octal | 54 | 60 | 155 | 74 | 70 | 0 | 71 | 354 | 52 | 36 |
| Binary | 101100 | 110000 | 1101101 | 111100 | 111000 | 0 | 111001 | 11101100 | 101010 | 11110 |
Color Harmonies of #2C306D
Complementary color
Monochromatic Colors of #2C306D
Black with #2C306D
Text Example
Text Example
White with #2C306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C306D; }
p { color: rgb(44,48,109); }
H1.HeaderClassName
{
color: #2C306D;
}
.AnyTagClassName
{
color: #2C306D;
}
</style>
background-color css
<style>
a { background-color: #2C306D; }
a { background-color: rgb(44,48,109); }
div.DivClassName
{
background-color: #2C306D;
}
.BgClassName
{
background-color: #2C306D;
}
</style>
border-color css
<style>
span { border-color: #2C306D; }
span { border-color: rgb(44,48,109); }
td.TdClassName
{
border-color: #2C306D;
}
.TagClassName
{
border-color: #2C306D;
}
</style>