Shades of Deep Koamaru #2C306E
Tints of Deep Koamaru #2C306E
RGB
CMYK
RGB Variations
Color information
#2C306E (or 0x2C306E) is known color: Deep Koamaru. HEX triplet: 2C, 30 and 6E. RGB value is (44,48,110). Sum of RGB (Red+Green+Blue) = 44+48+110=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C306E is #D3CF91. Grayscale: #353535. Windows color (decimal): -13881234 or 7221292. OLE color: 7221292.
HSL color Cylindrical-coordinate representation of color #2C306E: hue angle of 236.36º degrees, saturation: 0.43, 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 #2C306E is Cyan = 0.6, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 48 | 110 | - |
| CMYK | 0.6 | 0.56 | 0 | 0.57 |
| HSL | 236.36º | 0.43% | 0.3% | - |
| HSV(B) | 236.36º | 0.6% | 0.43% | - |
| XYZ | 4.91 | 3.78 | 15.22 | - |
| YUV | 53.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 110 | 0.6 | 0.56 | 0 | 0.57 | 236.36 | 0.43 | 0.3 |
| Hex | 2C | 30 | 6E | 3C | 38 | 0 | 39 | EC | 2B | 1E |
| Octal | 54 | 60 | 156 | 74 | 70 | 0 | 71 | 354 | 53 | 36 |
| Binary | 101100 | 110000 | 1101110 | 111100 | 111000 | 0 | 111001 | 11101100 | 101011 | 11110 |
Color Harmonies of #2C306E
Complementary color
Monochromatic Colors of #2C306E
Black with #2C306E
Text Example
Text Example
White with #2C306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C306E; }
p { color: rgb(44,48,110); }
H1.HeaderClassName
{
color: #2C306E;
}
.AnyTagClassName
{
color: #2C306E;
}
</style>
background-color css
<style>
a { background-color: #2C306E; }
a { background-color: rgb(44,48,110); }
div.DivClassName
{
background-color: #2C306E;
}
.BgClassName
{
background-color: #2C306E;
}
</style>
border-color css
<style>
span { border-color: #2C306E; }
span { border-color: rgb(44,48,110); }
td.TdClassName
{
border-color: #2C306E;
}
.TagClassName
{
border-color: #2C306E;
}
</style>